SurePassExam282
SurePassExam282
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
Which three are true about Database Point-in-Time Recovery? (Choose three.)
A. The database must have FLASHBACK DATABASE ON to perform Database Point-in-Time Recovery.
B. Thedatabase must be in MOUNT state when performing Database Point-in-Time Recovery.
C. Database Point-in-Time Recovery is performed by the Managed Recovery Process (MRP)
D. The Database must be in ARCHIVELOG mode.
E. The target point for the recovery must bespecified as a stime or System Change Number (SCN).
F. The database must be open RESETLOGS after Database Point-in-Time Recovery.
Answer: BDF
Explanation:
https://docs.oracle.com/cd/B19306_01/backup.102/b14192/flashptr006.htm#:~:text=Database%20point%2Din%
NEW QUESTION 3
Which two are true about data movement between a non-CDB and a PDB using Data Pump? (Choose two.)
A. Tablespaces are automatically created as neeed while importing full exports in either a non-CDB or a PDB.
B. Oracle attempts to convert conventional database users to local users when moving schemas from a non- CDB to a PDB.
C. A new PDB is automatically created when importing a non-CDB into a CDB.
D. Oracle attempts to convert common users to conventional users when moving schemas from a PDB to a non-CDB.
E. Moving data from a PDB to anon-CDB is only possible by using transportable tablespace export and import.
F. Moving data from a non-CDB to a PDB is only possible by using conventional export and import.
Answer: DE
NEW QUESTION 4
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 5
Which three are true about Recovery Manager (RMAN) in Oracle Database 19c and later releases? (Choose three.)
A. It is only possible for RMAN to connect to a pluggable database as a target if an RMAN Virtual Private Catalog is used.
B. It isalways possible for RMAN to connect to a pluggable database as a target if any RMAN Catalog is used.
C. A Virtual Private Catalog used to register a container database must be created in a pluggable database.
D. A Virtual Private Catalog used to registera container database can be created in a pluggable database.
E. It is always possible for RMAN to connect to a pluggable database as a target.
F. A Virtual Private Catalog used to register a container database can be created in a non-container database.
Answer: DEF
NEW QUESTION 6
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
Answer: BEF
NEW QUESTION 7
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 8
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?
A. V$SESSION_EVENT
B. V$SESSTAT
C. V$SESSION_WAIT
D. V$SESSION_WAIT_CLASS
E. V$SESSION
Answer: A
NEW QUESTION 9
Which three are true about managing memory components in an Oracle database instance? (Choose three.)
A. With Automatic Shared Memory Management, the database instance can increase the Large Pool size byreducing the Shared Pool size.
B. With Automatic Memory Management, the database instance can increase the System Global Area size by reducing the Program Global Area size.
C. Automatically tuned and resized System Global Area components will always revertto their initial sizes after an instance restart.
D. Automatic Memory Management must be used together with locking the System Global Area into physical memory.
E. With Automatic Shared Memory Management, the database instance can increase the Program Global Area size by reducing the System Global Area size.
F. On Line Transaction Processing systems often use less Program Global Area than Decision Support Systems.
Answer: AEF
NEW QUESTION 10
Which three are true about an application container?
Answer: BDE
NEW QUESTION 10
On the 10th ofAugust, you implement an incremental database backup strategy and configure a recovery window of five days.
Level 0 backups are taken on the 10th, 17th, and 24th of August.
Differential level 1 incremental backups are taken daily between the level 0 backups. Today is the 26th of August.
Which backups will be obsolete?
Answer: C
NEW QUESTION 13
Which two are true about Rapid Home Provisioning (RHP), which has been available since Orcale 18c? (Choose two.)
Answer: DE
NEW QUESTION 16
Your CDB has two regular PDBs as well as one application container with two applicationPDBs and an application seed
No changes have been made to the standard PDB$SEED.
How many default temporary tablespaces can be assigned in the CDB?
A. three
B. eight
C. seven
D. six
E. five
Answer: C
NEW QUESTION 21
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 24
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose three.)
Answer: ACF
NEW QUESTION 25
Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases? (Choose two.)
Answer: AE
NEW QUESTION 28
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 29
Which two are true about SQL Performance Analyzer (SPA)? (Choose two.)
Answer: BD
NEW QUESTION 31
Which three are true about Automatic Workload Repository (AWR), Automatic Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON)
background process? (Choose three.)
Answer: AEF
NEW QUESTION 33
Which two are true about instance recovery? (Choose two.)
Answer: EF
NEW QUESTION 34
Examine thisconfiguration:
* 1. CDB1 is a container database running in archivelog mode.
* 2. Multiple 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 arelost before it is archived. Examine these possible steps:
* 1. SHUTDOWN ABORT
* 2. STARTUP NOMOUNT
* 3. STARTUP 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.
A. 1, 3, 5, 6, 10
B. 1, 3, 5, 8, 6, 10
C. 1, 3, 5, 6, 9
D. 1, 3, 5, 6, 10
E. 1, 2, 5, 7,4, 10
F. 1, 3, 5, 7, 10
Answer: D
NEW QUESTION 37
Which two are true about the Oracle dataabsemethodology? (Choose two.)
A. The Oracle Database time model should be used to find the database and instance areas most in need of tuning.
B. Tuning activities should stop once the user is satisfied with performance.
C. Tuning activities should stop onceagreed service levels for performance have been met.
D. The database instance memory should always be tuned before tuning any file systems.
E. SQL statements should always be tuned before tuning any file systems.
F. The alert log should be used to find the database and instance areas most in need of tuning.
Answer: CF
NEW QUESTION 39
Which three are true? (Choose three.)
A. Virtual Private Database (VPD) policies on objects in an application root are automatically synchronized with all application PDBs containedin the application
container.
B. Application-common TSDP policies are always container specific.
C. Application-common Transparent Security Data Protection (TSDP) policies can be created only within an application install/patch BEGIN-END block.
D. Application-common Oracle Label Security (OLS) policies cannot be created in an application root outside an install/patch BEGIN-END block.
E. Fine-grained auditing (FGA) policies in an application root are automatically synchronized to all application PDBs contained in the application container.
F. Application-common OLS policies can be created in an application root inside an install/patch BEGIN-ENDblock.
G. Unified auditing can be automatically synchronized to all application PDBs in an applicationcontainer.
Answer: ADG
NEW QUESTION 44
Examine the command for creating pluggable database PDB2 in container database CDB2.
Select three options, any one of which is required for it to execute successfully. (Choose three.)
A. Add the FILE_NAME_CONVERT clause to the statement and set the PDB_FILE_NAME_CONVERT parameter.
B. Addonly the CREATE_FILE_DEST clause to the statement.
C. Set only the PDB_FILE_NAME_CONVERT parameter.
D. Set the PDB_FILE_NAME_CONVERT parameter and enable OMF.
E. Enable only OMF.
F. Add the FILE_NAME_CONVERT clause to the statement and enable OracleManaged Files (OMF)
Answer: BDE
NEW QUESTION 49
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 54
The USERS tablespace consists of data files 3 and 4 and must always be online in read/write mode.
Which two are true about using RMAN to perform an open database back up of this tablespace? (Choose two.)
Answer: CE
NEW QUESTION 56
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 60
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 three are true In Oracle 19c and later releases?
Answer: ADE
NEW QUESTION 65
Which three are true about transporting databases across platforms usingRecovery Manager (RMAN) image copies? (Choose three.)
A. By default, the transported database will use Oracle Managed Files (OMF)
B. Data files can be converted on the destination system.
C. Data files can be converted on the source system.
D. A new DBIDis automatically created for the transported database.
E. Databases can be transported between systems with different endian formats.
F. The password file is automatically converted by RMAN.
Answer: BCE
Explanation:
Password file is automatically converted by RMAN.
NEW QUESTION 67
Which two are true about Oracle instance recovery? (Choose three.)
A. Recovery begins from the beginning of the CURRENT redo log group.
B. Recovery begins from the last checkpoint position that wascalculated by the Database Writer before instance failure.
C. Recovery begins from the start of any ACTIVE redo log group or the start of the CURRENT log group if no other group is ACTIVE.
D. Recovery reads redo until the end of the redo threa
E. SMON rollsback any dead transactions, and then the datanase is opened.
F. Recovery begins from the last checkpoint position that was recorded in the control file by the checkpoint process (CKPT).
G. Recovery reads redo until the end of the redo thread, and then opens the databas
H. SMON then rolls back any dead transactions.
Answer: BDF
NEW QUESTION 72
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 73
Which three are true about upgrading Oracle Grid Infrastructure? (Choose three.)
A. A direct upgrade can be performed only from the immediately preceding Oracle Grid Infrastructure version.
B. The newer version is installed in a separate Oracle Grid Infrastructure home on the same server as the existing version.
C. An existing Oracle base can be used.
D. The upgrade process will automatically install all mandatory patches for the current version of Oracle Grid Infrastructure.
E. Existing Oracle Database instances must be shut down before starting the upgrade.
F. Only the grid user can perform the upgrade.
Answer: DEF
NEW QUESTION 75
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 77
Which three are true about the SQL Tuning Advisor? (Choose three.)
Answer: ABF
NEW QUESTION 80
Which three are located by using environment variables? (Choose three.)
A. the Optimal Flexible Architecture (OFA) compliant path to storeOracle software and configuration files.
B. the location of Oracle Net Services configuration files
C. the list of a disk group names to be mounted by an Oracle Automatic Storage Management (ASM) instance at startup
D. default directories for temporary files used by temporary tablespaces
E. the temporary disk space used by Oracle Installer during installation
F. the maximum number of database files that can be opened by a database instance
Answer: ABE
NEW QUESTION 84
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 89
Which two are true about the execution of operating system scripts starting from Oracle Database 19c? (Choose two.)
A. orainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.
B. root.sh can be executed automatically by the Database Installer only if it is provided with root credentials.
C. The sudo password can be specified in a response file.
D. root.sh can be executed automatically by the Database installer only by using sudo credentials.
E. The sudo password must be specified in a response file.
F. The root password cannot be specified in a response file.
Answer: AF
NEW QUESTION 94
Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)
A. Tablespaces from different PDBs with identical names must be backed up by connecting RMAN separately to each PDB to back up the tablespaces.
B. The BACKUP DATABASE command will create a pluggable database (PDB) backup when RMAN is connected to a PDB.
C. SPFILEbackups can be created while connected to an application root PDB.
D. The BACKUP DATABASE PLUS ARCHIVELOG command will back up archive logs when RMAN is connected to a PDB.
E. The BACKUP PLUGGABLE DATABASE command can be used to back up CDB$ROOT.
Answer: AB
NEW QUESTION 99
Which two are true about Oracle Optimizer Statistics, their use, and their collection? (Choose two.)
A. The number of table rows is considered when evaluating the cost of accessing a table using an index.
B. Index balanced B*Tree height is considered whenevaluating the cost of using an index.
C. The Statistics Advisor can help recommend the best way to gather statistics.
D. Statistics collected using DBMS_STATS always yield the best optimizer result.
E. The Statistics Advisor generates actions for all recommendations.
Answer: CD
Answer: BD
Answer: DEF
* 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