1Z1-083 無料問題集「Oracle Database Administration II」
Examine this configuration:
23.CDB1and CDB2are two container databases.
24.PDB1is a pluggable database in CDB1.
25.PDB1_C1_SRVis a service for PDB1.
26.CDB1_LINKis a database link in CDB2referring to PDB1.
27.CDB2is also an entry in tnsnames.orapointing to the CDB2database default service.
You execute these commands successfully:
$ sqlplus sys/oracle_4U@cdb2 as sysdba
SQL> CREATE PLUGGABLE DATABASE PDB1
FROM PDB1@CDB1_LINK
SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');
Which two are true? (Choose two.)
23.CDB1and CDB2are two container databases.
24.PDB1is a pluggable database in CDB1.
25.PDB1_C1_SRVis a service for PDB1.
26.CDB1_LINKis a database link in CDB2referring to PDB1.
27.CDB2is also an entry in tnsnames.orapointing to the CDB2database default service.
You execute these commands successfully:
$ sqlplus sys/oracle_4U@cdb2 as sysdba
SQL> CREATE PLUGGABLE DATABASE PDB1
FROM PDB1@CDB1_LINK
SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');
Which two are true? (Choose two.)
正解:A、E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Examine this configuration:
1. The ORCLdatabase data files are in Automatic Storage Management (Oracle ASM) disk group
+DATA.
2. ORCLuses disk group +FRAfor the Fast Recovery Area.
3. LISTENER is the listener for ORCL.
4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart.
5. All components are currently shut down.
You execute this command:

What is the outcome?
1. The ORCLdatabase data files are in Automatic Storage Management (Oracle ASM) disk group
+DATA.
2. ORCLuses disk group +FRAfor the Fast Recovery Area.
3. LISTENER is the listener for ORCL.
4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart.
5. All components are currently shut down.
You execute this command:

What is the outcome?
正解:E
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)