|
Explanation: You may use the EXCEPT keyword in your ALTER USER DEFAULT ROLE command, but only if the ALL keyword is also used. The NONE keyword in this command must be used by itself, which makes the choice that says ALTER USER DEFAULT ROLE NONE EXCEPT ROLE_1; a bad statement, and thus the correct Ans. Reference: Oracle 9i: Administrator’s Guide Oracle 9i: Concepts
|