Allowing a users to select from a table
问题 The emp table does exist for cis605 and I want to assign permissions to user. Any ideas to what I am doing wrong? SQL> grant select on emp to user; Grant succeeded. SQL> connect user Enter password: Connected. SQL> select * from emp; select * from emp * ERROR at line 1: ORA-00942: table or view does not exist I have also tried doing it differently SQL> connect cis605 Enter password: Connected. SQL> grant select on system.emp to chap7; grant select on system.emp to chap7 * ERROR at line 1: ORA