InTESTDB, U1hasSYSDBAprivileges and the passwordOracle_4U. You recreate the password file:
$ orapwd FILE=orapwtestdb FORMAT=12.2 password=Oracle_123 ENTRIES=5 Examine the command and result:
$ sqlplus u1/Oracle_4U@testdb as sysdba ERROR:
ORA-01017: invalid username/password; logon denied What can you do to fix this error?
Correct Answer:
A
Which two statements are true about FLEX ASM? (Choose two.)
Correct Answer:
DE
You execute this command in your database:
ALTER SYSTEM SET ENCRYPT_NEW_TABLESPACES = DDL;
How does this affect the creation of tablespaces?
Correct Answer:
B
USER1is an OS user with the passwordoracleand is only a member of theoinstallgroup. In theORCLdatabase, theOS_AUTHEN_PREFIXvalue isops$.
Examine these commands executed by the DBA:
SQL> CREATE USER ops$user1 IDENTIFIED externally; SQL> GRANT create session TO ops$user1;
How canUSER1be given theSYSRACprivilege?
Correct Answer:
C
Identify two operations for which thebkup_apiutility can be used. (Choose two.)
Correct Answer:
AD