0% found this document useful (0 votes)
2 views11 pages

SurePassExam282

The document provides a collection of questions and answers related to the Oracle Database Administration II exam (1z0-083), covering various topics such as database duplication, point-in-time recovery, data movement, memory management, and more. Each question includes multiple-choice options with the correct answers indicated. Additionally, it promotes the availability of exam dumps in VCE and PDF formats from SurePassExam.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views11 pages

SurePassExam282

The document provides a collection of questions and answers related to the Oracle Database Administration II exam (1z0-083), covering various topics such as database duplication, point-in-time recovery, data movement, memory management, and more. Each question includes multiple-choice options with the correct answers indicated. Additionally, it promotes the availability of exam dumps in VCE and PDF formats from SurePassExam.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Recommend!!

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

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

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.)

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

A. cloning a remote container database in interactive mode


B. cloning a remote pluggable database in silent mode
C. relocating a remote pluggable database in interactive mode
D. relocating a remote container database in silent mode
E. cloning a remote container database in silent mode
F. relocating a remote pluggable database in silent mode
G. relocating aremote container database in interactive mode

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:

For which databases will fixup scripts be created?

A. CDB1, PDB$SEED, PDB1, and PDB2


B. PDB$SEED, PDB1, and PDB2 only
C. CDB1 and PDB$SEED only
D. CDB1, PDB1,and PDB2 only
E. CDB1, PDB$SEED, and PDB1 only

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?

A. It must have an application root PDB.


B. It can contain multiple applications.
C. An application PDB can belong to multiple application containers.
D. Two application containers can share an application seed PDB.
E. It can contain a single application.
F. It must have an application seed PDB.

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?

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

A. all backups prior to 10th of August


B. all backups prior to 22nd of August
C. all backups prior to 24th of August
D. all backups prior to 20th of August
E. all backups prior to 17th of August

Answer: C

NEW QUESTION 13
Which two are true about Rapid Home Provisioning (RHP), which has been available since Orcale 18c? (Choose two.)

A. It is an Oracle Database service


B. It cannot be usedto upgrade Oracle Database homes.
C. It can be used to provision applications.
D. It can be used to patch Grid Infrastructure homes containing Oracle Restart.
E. It can be used to provision middleware.

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:

Which two are true? (Choose two.)

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.)

A. It recompiles all stored PL/SQL code by using utlrp.sql.


B. It empties the RECYCLE BIN.
C. It performs prerequisite checks to verify if the Oracle database is ready for upgrade.
D. It sets all user tablespaces to “read-only” before starting theupgrade.
E. It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER roles
F. It increases tablespace size, if required, to meet upgrade requirements.

Answer: ACF

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

NEW QUESTION 25
Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases? (Choose two.)

A. A PDB snapshot is always a full copy of the source PDB.


B. A PDB snapshot is always a sparse copy of the source PDB.
C. A snapshot copy PDB depends on a storage snapshot which can only be stored on specific file systems.
D. A PDB snapshot depends on a storage snapshot which can be stored on any file system.
E. A PDB snapshot depends on a storage snapshot which can only be stored on specific file systems.
F. A snapshot copy PDB depends on a storage snapshot which can be stored on any file system.
G. A snapshot copy PDB can be created from a stand-alone clone PDB.

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.)

A. It is integrated with the SQL Access Advisor.


B. It predicts the impact of system changes on SQL workloadresponse time.
C. It provides before and after execution statistics for each SQL statement in the analysis task
D. It offers fine-grained analysis of all the SQL statements in the analysis task as a group.
E. SQL statements that were originally run concurrently are run concurrently by SPA.

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.)

A. ADDM can recommend shrinking the buffer cache.


B. ADDM can recommend extending the buffer cache.
C. By default, MMON creates an AWR snapshot every 30 minutes.
D. ADDM performs itsanalysis only when a DBA requests it.
E. By default, AWR snapshots are automatically purged after eight days.
F. AWR snapshots must be deleted when no longer required by ADDM.

Answer: AEF

NEW QUESTION 33
Which two are true about instance recovery? (Choose two.)

A. It is not possible if an archived log is missing.


B. It is performed automatically after the database is opened; however, blocks requiring recovery are not available until they are recovered.
C. Setting FAST_START_MTTR_TARGET to a lower value reduces instance recovery time by causing dirty buffers to be written to disk more frequently, thereby
reducing the number of I/Os needed during instance recovery.
D. It is performed by the Recovery Writer (RVWR) background process.
E. Setting FAST_START_MTTR_TARGET to a higher value reduces instance recovery time bycausing the log writer to write more frquently, thereby reducing the
number of I/Os needed during instance recovery.
F. It is performed automatically while the database remains in MOUNT stat
G. Then the database is opened.

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

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

* 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:

What is the outcome?

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.

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

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.)

A. Backups must be doneincrementally.


B. Backups must be contained in backup sets.
C. Backups can be taken only if the database is in ARCHIVELOG mode.
D. Backups can be done incrementally.
E. The database must be registered in an RMAN catalog.
F. Only consistent backups can becreated.

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:

Which two are true? (Choose two.)

A. The CONTAINERS clause cannot be used in queries on the REVENUEtable.


B. The REVENUE table must be a list-partitioned table.
C. The MAPTABLE tables defines a logical partition key on a commonly used column for the REVENUE table.
D. The MAPTABLE table is a metadata-linked table.
E. A container map exists for theREVENUE table, but is not enabled.
F. The REVENUE table partitions are not pruned across the PDBs automatically.

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?

A. Tablespaces always remain In read/write mode during transportable tablespace operations.


B. Simultaneous data pump jobs can be limited at thepluggable database (PDB) level.
C. Tablespaces never remain In read/write mode during transportable tablespace operations.
D. An ordinary data pump export of a table with encrypted columns will always encrypt the same columns when imported.
E. A transportable data pump import can leave a plugged-in tablespace in read-only mode.
F. A transportable data pump import can leave a plugged-in tablespace In read/write mode.

Answer: ADE

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

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.)

A. It checks each query being analyzed for stale statistics.


B. It checks each query being analyzed for missing statistics.
C. It only recommends syntactic changes to SQL statements.
D. It can recommend semantic changes to SQL statements.
E. It considers all SQLstatements being analyzed by the advisor task as a group.
F. It builds SQL profiles for each poorly performing SQL statement to prevent regressions.

Answer: ABF

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

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:

Which two are true? (Choose two.)

A. Data file 24 can be recovered while PDB2 is opened.


B. Data file 24 must be recovered while the CDB is opened.
C. Data file 24 can be recovered while CDB$ROOT and PDB$SEED are opened.
D. Data file 24 cannot be recovered while the CDB is opened.
E. Data file 24 must be recovered while PDB2 is closed.

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

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

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

NEW QUESTION 101


Your container database, CDB1, has an application container, HR_ROOT, with an application PDB, HR_PDB1.
You have the required privilege to clone HR_PDB1 to container database CDB2, which does not contain HR_ROOT.
Which two are always true? (Choose two.)

A. CDB1 and CDB2 must be in shared undo mode.


B. A common user must exist in CDB2 with the CREATE PLUGGABLE DATABASE privilege.
C. All transactions in HR_PDB1 of CDB1 must commit before the cloning process starts.
D. Cloning HR_ROOT automatically clones HR_PDB1.
E. The HR_PDB1 clone created in CDB2 will be in mount state when cloning ends.

Answer: BD

NEW QUESTION 104


Which three methods can be used for heap table data migration after upgrading a database? (Choose three.)

A. using Database Replay


B. using SQL Developer
C. using Oracle Data Pump
D. using operating system file copy utilities
E. using Database Upgrade Assistant
F. using the CREATE TABLE AS SELECT SQLstatement

Answer: DEF

NEW QUESTION 106


......

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Recommend!! Get the Full 1z0-083 dumps in VCE and PDF From SurePassExam
https://www.surepassexam.com/1z0-083-exam-dumps.html (282 New Questions)

Thank You for Trying Our Product

We offer two products:

1st - We have Practice Tests Software with Actual Exam Questions

2nd - Questons and Answers in PDF Format

1z0-083 Practice Exam Features:

* 1z0-083 Questions and Answers Updated Frequently

* 1z0-083 Practice Questions Verified by Expert Senior Certified Staff

* 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

100% Actual & Verified — Instant Download, Please Click


Order The 1z0-083 Practice Test Here

Passing Certification Exams Made Easy visit - https://www.surepassexam.com


Powered by TCPDF (www.tcpdf.org)

You might also like