1z0-083_4
1z0-083_4
Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)
Oracle
Exam Questions 1z0-083
Oracle Database Administration II
NEW QUESTION 1
Which four are true about duplicating a database using Recovery Manager (RMAN)? (Choose four.)
A. Duplication can be done by having the auxiliary databaseinstance pull backup sets from the target database instance.
B. A connection to an auxiliary instance is always required.
C. A subset of the target database can be duplicated.
D. A new DBID is always created for the duplicated database.
E. A connection tothe recovery catalog instance is always required.
F. A backup of the target database is always required.
G. Duplication can be done by having the target database instance push copies to the auxiliary database instance.
H. A connection to the target database instance is always required.
Answer: ABCG
Explanation:
A duplicate database is a copy of your target database. With the FOR STANDBY clause, it keeps the same unique database identifier(DBID); If FOR STANDBY
not specified it creates a new DBID. The duplicate database can include the same content or only a subset from the source database. It can be in the same host or
a separate host. The principal work of the duplication is performed by the auxiliary channels.These channels correspond to a server session on the auxiliary
instance on the destination host for backup based duplication. For active database duplication the target channels perform the work of pushing data file copies to
the auxiliary instance (if number of allocated target channels is greater than the number of allocated auxiliary channels).
NEW QUESTION 2
Examine this configuration:
CDB1is a container database.
PDB1andPDB2are pluggable databases inCDB1. You execute these commands successfully:
Answer: BE
NEW QUESTION 3
Which two are true about gathering optimizer statistics? (Choose two.)
A. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open PDBs except PDB$SEED.
B. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to a PDB opened in read/write mode gathers object statistics for that PDB.
C. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in CDB$ROOT.
D. System statistics can be gathered only while connected to CDB$ROOT.
E. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open pluggable databases (PDBs)
Answer: BE
Explanation:
https://mikedietrichde.com/2016/10/21/gather-fixed-objects-stats-in-pdbs-as-well/#:~:text=Yes%2C%20you'll%.
NEW QUESTION 4
Examine these actions:
* 1. Create a new database for a recovery catalog.
* 2. Create a tablespace with sufficient space in the catalog database for the recovery catalog.
* 3.Configure ARCHIVELOG mode for the catalog database.
* 4. Create a user to own the recovery catalog schema with quota on the tablespace that will containthe catalog.
* 5. Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog schema owner.
* 6.Grant the SYSBACKUP privilege to the recovery catalog schema owner.
Which are the minimum actions that must be performed before executing the CREATECATALOG command?
A. 2, 4, 5, 6
B. 1, 2, 3, 4, 5, 6
C. 1, 2, 4, 5
D. 2, 4, 5
E. 1, 3, 4, 5
Answer: D
NEW QUESTION 5
Which three are true about backup, restore, and recovery operations done without using Recovery Manager (RMAN)? (Choose three.)
A. Backing up a database in NOARCHIVELOG mode using O/S utilities requires that the database instance bestarted and the dataabse be in the MOUNT state.
B. Backing up a database in ARCHIVELOG mode using O/S utilities requires that the database instance be started and the database be in MOUNT state.
C. An Oracle database can be restored from backup files copied using O/S utilities.
D. Oracle data file backups, copied using an O/S utility, can be added to the RMAN catalog as IMAGE COPIES.
E. Backing up a database in NOARCHIVELOG mode using O/S utilities requires that the database instance be shut down.
F. Oraclearchive log backups, copied using an O/S utility, can be added to the RMAN catalog as a backup set.
G. Backing up a database in ARCHIVELOG mode using O/S utilities requires that the database instance be started and the database be in OPEN state.
Answer: BDE
NEW QUESTION 6
A container database called CDB1 is OMF-enabled.
PDB_FILE_NAME_CONVERT is not configured in CDB1. PDB1 was unplugged from CDB1 earlier in the week. Examine this command, which will be executed in
CDB1:
CREATE PLUGGABLE DATABASE pdb1
USING ‘/u01/app/oracle/oradata/pdb1.xml’ SOURCE_FILE_NAME_CONVERT =
(‘/u01/app/oracle/oradata/’, ‘/u02/app/oracle/oradata/’); Which two are true? (Choose two.)
Answer: AE
NEW QUESTION 7
Which three are true in Oracle 19c and later releases? (Choose three.)
A. If the password file location changes, then the new location is used automatically by the Oracle Server.
B. Schema Only accounts can be granted administrator privileges.
C. All the Oracle-supplied accounts are Schema Only accounts.
D. Privilege Analysis is included in Oracle Enterprise Edition and no longer requires Database Vault.
E. Unified Auditing can be configured to audit only events that are issued indirectly by an audited user.
F. Unified Auditing can be configured to audit only events that are issued directly by an audited user.
Answer: BCD
NEW QUESTION 8
Which three are true about Optimizer Statistics Advisor? (Choose three.)
Answer: ACF
Explanation:
https://mikedietrichde.com/2017/08/22/oracle-optimizer-statistics-advisor-in-oracle-database-12-2-0-1/ https://www.oracle.com/technetwork/database/bi-
datawarehousing/twp-bp-for-stats-gather-19c-5324205.pdf
NEW QUESTION 9
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
Answer: BEF
NEW QUESTION 10
Examine this configuration:
CDB1is an Oracle Database 12c Release 2 database containing pluggable databasesPDB$SEED,PDB1, andPDB2.
PDB$SEEDis openREAD ONLY
PDB1is openREAD WRITE
PDB2isMOUNTED.
ORACLE_HOMEis/u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release:
Answer: E
NEW QUESTION 10
Examine this output:
A. Any PDB not specified in the plan will be unable to execute statementsin parallel.
B. PDB3 can use all available parallel execution processes at times.
C. PDB1 is always limited to 40% of the available system resources regardless of demand.
D. Any PDB not specified in the plan will be able to use a maximum of 16.5% of the available system resources.
E. PDB3 is guaranteed to receive at least 20% of the available system resources if there is enough demand.
F. PDB2 is guaranteed at least 25% of the available parallel execution processes if there is enough demand.
Answer: AE
NEW QUESTION 11
How do you configure a CDB for local undo mode?
Answer: D
NEW QUESTION 16
Which three are true about RMAN persistent configuration settings, administration, and their effects? (Choose three.)
A. A target database’s persistent RMAN configuration settings are always stored in the target’s control file
B. Backup older than the recovery window retention policy are always deleted automatically if the backup location has insufficient space.
C. Backups written to the fast recovery area (FRA) that are oboslete based on the redundancy retention policy can be deleted automatically to free space.
D. The RMAN SHOW ALL command displays only settings with nondefault values.
E. A target database’s persistent RMAN configuration settings are always synchronized automatically with the RMAN catalog.
F. The V$RMAN_CONFIGURATION view displays only settings with values that have been modified.
G. A DBA must specify either a redundancy retention policy or a recovery window retention policy.
Answer: ABF
NEW QUESTION 21
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose three.)
Answer: ACF
NEW QUESTION 23
Examine this command:
$ rhpctl move database –sourcehome Oracle_home_path –destinationhome Oracle_home_path For which two purposes can you use this command? (Choose
two.)
A. to switch an existing Oracle Database home to anewer release of Oracle software on the same server
B. to switch to a read-only Oracle home
C. to switch back to the previous Oracle home as part of a rollback operation
D. to switch the Oracle Database home when using a centralized Rapid Home Provisioningserver
E. to switch to a patched Oracle Database home
Answer: CE
Explanation:
You can use rhpctl move gihome command with the same syntax to switch from the current Oracle Grid Infrastructure home to a patched home. The rhpctl
command enables you to switch from your current Oracle Grid Infrastructure or Oracle Database home to patched Oracle home so that you can provision the new
Oracle home as gold image. You can also use the rhpctl command to switch back to the old Oracle home, if you want to roll back the operation.
NEW QUESTION 27
Which two are true about the character sets used in an Oracle database? (Choose two.)
Answer: AB
NEW QUESTION 31
Which three are true about thresholds, metrics, and server-generated alerts? (Choose three.)
Answer: BCE
NEW QUESTION 32
Which two are true about RMAN encryption? (Choose two.)
Answer: CD
NEW QUESTION 34
Which three are true about Automatic Workload Repository (AWR), Automatic Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON)
Answer: AEF
NEW QUESTION 37
Which three are true about requirements for various FLASHBACK operations? (Choose three.)
A. FLASHBACK transaction query requires undo to retrieve all versions of a row that existed between two points in time.
B. FLASHBACK drop requires thatthe RECYCLEBIN parameter be set to ON.
C. FLASHBACK version query requires that the RECYCLEBIN parameter be set to ON.
D. FLASHBACK DATA ARCHIVE requires undo to store all versions of all rows of a table being tracked.
E. FLASHBACK drop requires undo to retrieve all versions of a row that existed between two points in time.
F. FLASHBACK version query requires undo to retrieve all versions of a row that existed between twopoints in time.
Answer: ABF
NEW QUESTION 42
Which two are true about instance recovery? (Choose two.)
Answer: EF
NEW QUESTION 47
Which three are true about Automatic Workload Repository (AWR)? (Choose three.)
Answer: ABD
NEW QUESTION 52
Which two are true about the Automatic Database Diasnostic Monitor (ADDM)? (Choose two.)
Answer: BC
NEW QUESTION 54
Examine this configuration:
* 1.The ORCL database data files are in Automatic Storage Management (Oracle ASM) disk group +DATA. * 2.ORCL uses 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:
A. The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk groups, and the LISTENERare started.
B. Only the ORCL database instance is started.
C. Only the ORCL database and the ASM instances are started.
D. Only the ORCL database instance, the Oracle ASM instance, and the +DATA and +FRA disk groups are started.
E. Only the ORCL database instance and the +DATA and +FRA disk groups are started.
Answer: D
NEW QUESTION 58
YourSALES_ROOTapplication container has two application PDBs. TheSALES_APPapplication has a common table,FIN.REVENUE, in the two PDBs. Examine
this query and its output:
Answer: CE
NEW QUESTION 59
Which three are true about monitoring waits for sessions and services? (Choose three.)
A. V$SESSION_EVENT displays all waits for all past and existing sessions if the wait has occurred at least once for a session.
B. V$SERVICE_EVENT displays all waits for all services if the wait has occurred at least once for a service.
C. V$SESSION_WAIT_CLASS displays waits broken down by wait class only for waiting sessions.
D. V$SESSION_WAIT and V$SESSION both contain details of the event on which a non-waiting session last waited.
E. V$SESSION_EVENT displays all waits for all past sessions if the wait has occurred at least once for a session.
F. V$SESSION_WAIT and V$SESSION both contain details of the event on which a session is currently waiting.
Answer: BDE
NEW QUESTION 61
Which three actions are performed by the Oracle Preinstallation RPM, oracle-database-server-xxxx- preinstall, for Oracle Grid Infrastructure, where xxxx is the
Oracle version and release? (Choose three.)
A. performing checks to ensure minimum configuration requirements for Oracle Grid Infrastructure are met
B. creating the oracle OS user
C. creating the OSDBA (dba) group
D. creating thte oraInventory (oinstall) group
E. creating the grid OS user
F. configuring the OS for Oracle Automatic Storage Management shared storage access
Answer: BCD
NEW QUESTION 64
Which two are true about unplugging an application container from a container database and plugging it into a different container database?
Answer: DE
NEW QUESTION 68
Which four are true about a Recovery Manager (RMAN)duplication without a TARGET connection? (Choose four.)
A. The NOREDO clause must be used if the backups of the database being duplicated were taken when the database was in NOARCHIVELOG mode.
B. The UNDO TABLESPACE clause is always required when no connection exists to the TARGET instance.
C. RMAN “pushes” the backups of the database to be duplicated over the network to the auxiliary instance.
D. The NOREDO clause can be used if the backups of the database being duplicated were taken when the database wasin ARCHIVELOG mode.
E. RMAN SBT-based backups of the database to be duplicated can be used by the auxiliary instance.
F. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is closed.
G. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is opened.
H. RMAN disk-based backups of the database to be duplicated can be used by the auxiliary instance.
Answer: ABGH
NEW QUESTION 69
Which three are true about an application seed pluggable database (PDB)? (Choose three.)
A. It is automatically synchronized with its application root PDB when an application is upgraded.
B. It cannot be added to an application container after the application container has already been created.
C. A new application PDB created by cloning an application seed PDB can have an old version of the application installed after cloning completes.
D. It is automatically synchronized with its application root PDB when an application is installed.
E. It cannot be dropped from its application container.
F. A new application PDB created by cloning an application seed PDB canhave an up-to-date version of the application installed after cloning completes.
G. It is not required in an application container.
Answer: DFG
NEW QUESTION 74
You issued this command:
RMAN> BACKUP RECOVERY FILES;
Which two are true? (Choose two.)
A. All Oracle recovery files not in the current FRA that have not been backed up already, are backed up.
B. All non-Oracle files in the current FRA that have not been backed up already, are backed up.
C. All Oracle recovery files in the current FRA that have not been backed up already,are backed up.
D. All Oracle recovery files in the current fast recovery area (FRA) are backed up.
E. These backups can be written to disk or SBT.
Answer: DE
Explanation:
https://blog.toadworld.com/rman_-_using_the_flash_recovery_area
NEW QUESTION 77
For which two requirements can you use the USER_TABLESPACE clause with the CREATE PLUGGABLE DATABASE command? (Choose two.)
A. to specify a default tablespace in a PDB cloned from another PDB in the same CDB.
B. to exclude all tablespaces except SYSTEM, SYSAUX, and TEMPwhen plugging in a PDB
C. to include specific user tablespaces only when relocating a PDB
D. to specify the list of user tablespaces to include when moving a non-CDB to a PDB
E. to exclude a temp tablespace when plugging in a PDB
F. to specify the list oftablespaces to include when creating a PDB from the CDB seed
Answer: BD
NEW QUESTION 78
Examine these queries and their output:
After a system crash, an instance restart and an attempted opening of the PDBs result in:
Answer: AB
Explanation:
* 19c: PDB SYSTEM or UNDO Tablespace Recovery: The CDB and all other PDBs can be left opened. 1. Connect to PDB 2. Shutdown abort the PDB, if its not
automatically done. sqlplus sys@sales_pdb as sysdba sql> SHUTDOWN ABORT; OR ALTER PLUGGABLE DATABASE CLOSE ABORT; rman target
sys@slaes_pdb rman> restore database; rman> recover database; rman> alter pluggable database sales_pdb open;
NEW QUESTION 83
Which three are true about Oracle Grid Infrastructure for a Standalone Server?
A. It includes both Oracle Restart and OracleAutomatic Storage Management (ASM) software.
B. It creates one disk group during installation.
C. It requires the operating system oracle_base environment variable to be predefined before installation.
D. It requires Oracle ASM Filter Driver (ASMFD) to manage Automatic Storage Management (ASM) disks
E. It requires Oracle ASMLibto manage Automatic Storage Management (ASM) disks.
F. Automatic Storage Management (ASM) requires that O/S groups OSASM and OSDBA be assigned as secondary groups for its installationowner.
Answer: ABD
NEW QUESTION 88
While backing up to the Oracle Fast Recovery Area (FRA), you determined the backup is taking too long and suspect a performance bottleneck.
Which three are true about diagnosing and tuning these problems? (Choose three.)
A. If an RMAN BACKUP VALIDATE command takes roughly the same time as an actual backup, then both read and write I/O are likely bottlenecks.
B. Setting DBWR_IO_SLAVES to a non zero value can improve backup performance when using synchronous I/O.
C. If an RMAN BACKUP VALIDATE command takes noticeably less than an actual backup, then write I/O is a likely bottleneck.
D. If an RMAN BACKUP VALIDATE command takes roughly the same time as an actual backup, then read I/O is a likely bottleneck.
E. Data files with a high value in V$BACKUP_SYNC_IO.DISCRETE_BYTES_PER_SECOND are a potential performance bottleneck when synchronous I/O is
used.
F. Setting DBWR_IO_SLAVESto a non zero value can improve backup performance when usingasynchronous I/O/
G. Data files with a high value in V$BACKUP_ASYNC_IO.SHORT_WAITS are a potential performance bottleneck when asynchronous I/O is used.
Answer: BCE
NEW QUESTION 89
Which three are true about performing an Oracle Database install on Linux? (Choose three.)
Answer: CEG
NEW QUESTION 93
Which two are trueabout changing the LOCAL_UNDO_ENABLED property to false in a CDB? (Choose two.)
A. After the change, only a common user with the required privilege can create an undo tablespace in CDB&ROOT.
B. Any new PDB and existing PDBs are automatically configured to use the default undo tablespace in CDB$ROOT.
C. After the change, only one undo tablespace can exist in CDB$ROOT.
D. After the change, any user with the required privilege can create an undo tablespace in the PDBs.
E. Undo tablespaces existing in PDBs must be dropped before the change.
F. After the change, each existing PDB has to be reopened for the new undo mode to take effect.
Answer: BC
Explanation:
You can set a CDB in local UNDO mode either at CDB creation or by altering the CDB property. When the database property LOCAL_UNDO_ENABLE is FALSE,
which is the default, there is only one UNDO tablespace that is created in the CDB root, and that is shared by all containers. When LOCAL_UNDO_ENABLE is
TRUE, every container in the CDB uses local undo and each PDB must have its own local UNDO tablespace. To maintain ease of management and provisioning,
UNDO tablespace creation happens automatically and does not require any action from the user. When a PDB is opened and an UNDO tablespace is not
available, its automatically created.
NEW QUESTION 97
Which three methods can be used for heap table data migration after upgrading a database? (Choose three.)
Answer: DEF
NEW QUESTION 98
......
* 1z0-083 Most Realistic Questions that Guarantee you a Pass on Your FirstTry
* 1z0-083 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year