相关试题
单选题 Examine this configuration
1 CDB1 is a container database.
2 APP_ _ROOT is an application root in CDB1.
3 APP PDB1 is an application PDB in APP_ ROOT.
4 FLASHBACK DATABASE is ON.
You execute these commands:
$$ sqlplus sys/oracle_ 4U@localhost:1521/cdb1
SQL> SELECT current_ scn FROM v$$database ;
CURRENT SCN
--------------
2074756
SQL> CREATE TABLE cdb1_ tab(c1 NUMBER、 ;
Table created .
SQL> ALTER SESSION SET CONTAINER=apP_ root;
Session altered.
SQL> CREATE TABLE app_ root_ tab(c1 NUMBER、 ;
Table created.
SQL> ALTER SESSION SET CONTAINER=app_ pdb1 ;
Session altered.
SQL> CREATE TABLE app_ pdb1_ tab (c1 NUMBER、 ;
Table created 。
SQL> conn / as sysdba
Connected
Which table or set of tables will exist after the Flashback operation has completed?
单选题 Which should be tuned first when doing a performance tuning exercise for an Oracle Database environment?
单选题 Which statement correctly describes the SQL profiling performed by the SQL Tuning Advisor?
单选题 Examine this configuration:
1 CDB1 is a container database.
2 COMMON_USER_ PREFIX is set to an empty string.
3 PDB1 is a pluggable database in CDB1.
4 APP1_ ROOT is an application container in CDB1.
5 APP1_ PDB1 is an application PDB in APP1_ _ROOT.
You execute these commands:
S sq1plus sys/oracle@localhost:1521/cdb1 as sysdba
SQL> CREATE ROLE role1 CONTAINER=CURRENT ;
Which is true? .
单选题 A schema owner truncated a table in error and must recover the data Which Oracle
Flashback feature could be used to recover the data?
单选题 How do you configure a CDB for local undo mode?
单选题 A user complains about poor database performance
You want to verify if the user's session has waited for certain types of I/O activity Which view displays all
Waits waited on by a session at least once?
单选题 Examine this configuration
1 CDB1 is a container database running in ARCHIVELOG mode.
2Multiple uncommitted transactions are running in CDB1
3 Redo log groups 1 and 2 are INACTIVE
4 Redo log group 3 is the CURRENT group
All members of redo log group 3 are lost before it is archived Examine these
Possible steps
1 SHUTDOWN ABORT
2 STARTUP NOMOUNT
3 STARUP MOUNT
4 ALTER DATABASE MOUNT
5 RESTORE DATABASE
6 RECOVER DATABASE NOREDO
7 RECOVER DATABASE UNTIL AVAILABLE
8 RESTORE ARCHIVELOG ALL
9 ALTER DATABASE OPEN
10 ALTER DATABASE OPEN RESETLOGS
Choose the minimum required steps in the correct order to recover the database