|
Explanation: There are no privileges for the user Scott at this point. They are not added themselves to the user immediately after creation. The DBA needs to grant all privileges explicitly. Incorrect Answers: 2: There are no privileges for the user Scott at this point. SELECT privilege needs to be added to the user Scott. 3: There are no privileges for the user Scott at this point. CONNECT privilege needs to be added to the user Scott. 4: There is no default user in Oracle. OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 348-351 Chapter 8: User Access in Oracle
|