6.10. Review Questions
Which of the following statements creates an Oracle account, but lets the operating system authenticate logons?
create user ops$admin identified by os;
create user ops$admin identified externally;
create user ops$admin nopassword;
create user ops$admin authenticated by os;
Which of the following types of statements can use a temporary tablespace?
An index creation
SQL statements with a GROUP BY clause
A hash join operation
All of the above
Which of the following statements gives user desmond the ability to alter table gl.accounts?
grant alter on gl.accounts to desmond;
grant alter to desmond on gl.accounts;
grant alter table to desmond;
allow desmond to alter table gl.accounts;
Which of the following statements gives user desmond the ...
Get OCA: Oracle 10g™ Administration I: Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.