Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the Oracle Database 19c 1z0-083 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam 1z0-083 Premium Access

View all detail and faqs for the 1z0-083 exam


838 Students Passed

93% Average Score

93% Same Questions
Viewing page 2 out of 9 pages
Viewing questions 11-20 out of questions
Questions # 11:

choose one You enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for keeping transactions from four to two years. You execute the following command to change the requirement: SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR; What is the outcome?

Options:

A.

All historical data older than two years, if any, is purged from the flashback archive FDA1.

B.

An error is returned because the retention period cannot be reduced.

C.

All the flashback data archives are purged and the subsequently created flashback archives are maintained for two years

D.

All historical data older than two years, if any, is archived to flashback logs and the flashback archive is set to new retention time.

Questions # 12:

You are administering a multitenant container database (COB) that contains two pluggable databases (PDBs), pdb1 and pdb2. You are connected to pdb2 as a common user with DBA privileges. The statistics_level parameter is PDB modifiable. As the user sys, execute the following command on pdb2: SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SID='*' SCOPE=SPFILE; Which statement is true about the result of this command?

Options:

A.

The statistics_level parameter is set to all when any of the PDBs is reopened.

B.

The statistics_level parameter is set to all only for PDB2 when it is reopened.

C.

The statistics_level parameter is set to all when the root database is restarted.

D.

The statement is ignored because there is no SPFILE for a PDB.

Questions # 13:

Choose three. In a single-instance, multitenant container database (CDB), which three are only ever defined in or part of CDB$ROOT?

Options:

A.

redo logs

B.

control files

C.

all data dictionary metadata

D.

user-defined PL/SQL packages

E.

temporary tablespaces

F.

mandatory Oracle-supplied PL/SQL packages

G.

undo tablespaces

Questions # 14:

Examine this configuration: 1. CDB1 is a container database. 2. COMMON_USER_PREFIX is C##. 3. PDB1 is a pluggable database contained in CDB1. 4. APP1_ROOTis an application container contained in CDB1. 5. APP1_PDB1 is an application PDB contained in APP1_ROOT. You execute these commands successfully: Which two are true? (Choose two.)

Options:

A.

APP1_USER1can be created in PDB1.

B.

APP1_USER1can be created in CDB1.

C.

APP1_USER1 can have different privileges in each Application PDB contained in APP1_ROOT.

D.

C##_APP_USER1 can be created in CDB1.

E.

P1_USER1can be created in CDB1.

F.

C##_USER1will have the same privileges and roles granted in all PDBs in CDB1.

Questions # 15:

Which three are true about an application container?

Options:

A.

It can contain a single application

B.

Two application containers can share an application seed PDB.

C.

It must have an application root PDB.

D.

An application PDB can belong to multiple application containers.

E.

It must have an application seed PDB.

F.

It can contain multiple applications.

Questions # 16:

Choose two. Examine this configuration: 1. CDB1 is a container database. 2. APP1_ROOT is an application container contained in CDB1. 3. APP1_ROOT$SEED is the application seed contained in APP1_ROOT and synchronized with APP1_ROOT. 4. APP1_PDB1 and APP1_PDB2 are application PDBs contained in APP1_ROOT. 5. APP1_USER_APP is an application installed in APP1_ROOT at version 1.0. 6. USER1 is a common user in APP1_ROOT and all its application PDBs, created when version 1.0 of APP1_USER_APP was installed. You execute these commands: $ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba SQL> ALTER SESSION SET CONTAINER=app1_root; Session altered. SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app BEGIN UPGRADE '1.0' TO '2.0'; pluggable database altered. SQL> GRANT CREATE SESSION TO USER1; Grant succeeded. SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app END UPGRADE TO '2.0'; Pluggable database altered SQL> ALTER SESSION SET CONTAINER=app1_pdb1; Session altered. SQL> ALTER PLUGGABLE DATABASE APPLICATION app1_user1_app SYNC; Pluggable database altered. Which two are true?

Options:

A.

USER1 can connect to CDB1.

B.

USER1 can connect to APP1_ROOT and APP1_PDB1.

C.

USER1 can connect to APP1_ROOT, APP1_ROOT$SEED, and APP1_PDB1.

D.

USER1 is defined in APP1_PDB2. E) USER1 can connect only to APP1_PDB1.

E.

USER1 can connect only to APP1_ROOT.

Questions # 17:

Which three are true about RMAN persistent configuration settings, administration, and their effects? (Choose three.)

Options:

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 valuesthat have been modified. G)A DBA must specify either a redundancy retention policy or a recovery window retention policy.

Questions # 18:

Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)?

Options:

A.

If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that PDB.

B.

In a PDB plan, subplans may be used with up to eight consumer groups.

C.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the CDB.

D.

If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.

E.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

Questions # 19:

Which two statements are true about the Database Configuration Assistant (DBCA)?

Options:

A.

It can configure Automatic Storage Management (ASM) diskgroups.

B.

It can be used to copy an existing Oracle database to a new host and apply any patches necessary in the new host.

C.

It can be used to add a new tablespace.

D.

It can be used to create a database template from an existing database.

E.

It can generate SQL database creation scripts.

Questions # 20:

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

Options:

A.

Backups must be done incrementally.

B.

Backups must be contained in backup sets.

C.

Backups can be taken only if the database is in ARCHIVE LOG mode.

D.

Backups can be done incrementally.

E.

The database must be registered in an RMAN catalog.

F.

Only consistent backups can be created.

Viewing page 2 out of 9 pages
Viewing questions 11-20 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.