1Z1-083試験無料問題集「Oracle Database Administration II 認定」

Examine this configuration:
19.CDB1is a container database.
20.APP_ROOTis an application root in CDB1.
21.APP_PDB1is an application PDB in APP_ROOT.
22.FLASHBACK DATABASEis ON.
You execute these commands:

Which table or set of tables will exist after the Flashback operation has completed?

解説: (GoShiken メンバーにのみ表示されます)
The HR_ROOT application container must support the execution of a query on a table shared by application local PDBs PDB1 and PDB2, and remote PDB PDB3.
Which three are true? (Choose three.)

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two are true about RMAN image copies?

Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about Oracle Database Configuration Assistant (DBCA) templates? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about Oracle Flashback features? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about an RPM-based Oracle Database installation? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which three are true about performing an Oracle Database install on Linux? (Choose three.)

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You must transport the UNIVERSITYtablespace from one database to another.
The UNIVERSITYtablespace is currently open read/write.
The source and destination platforms have different endian formats.
Examine this list of actions:
1. Make the UNIVERSITY tablespace read-only on the source system.
2. Export the UNIVERSITYtablespace metadata using EXPDP.
3. Convert the UNIVERSITYtablespace data fies to the destination platform format using RMAN on the source system.
4. Copy the UNIVERSITYtablespace data files to the destination system.
5. Copy the Data Pump dump set to the destination system.
6. Convert the UNIVERSITYtablespace data files to the destination platform format using RMAN on the destination system.
7. Import the UNIVERSITYtablespace metadata using IMPDP.
8. Make the UNIVERSITY tablespace read/write on the destination system.
Which is the minimum number of actions required, in the correct order, to transport the UNIVERSITYtablespace?

解説: (GoShiken メンバーにのみ表示されます)
Unified auditing is enabled in your database. The HR_ADMIN and OE_ADMIN roles exist and are granted system privileges. You execute the command:
SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin; Which statement is true?

Which two are true about poorly performing SQL statements and their tuning in Oracle database instances? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
You execute the following piece of code with appropriate privileges:
User SCOTT has been granted the CREATE SESSION privilege and the MGR role.
Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table?

解説: (GoShiken メンバーにのみ表示されます)
Which three are true about block media recovery? (Choose three.)

正解:A,C,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two are true about the SQL Tuning Advisor?