Oracle 1z0-063 Exam Practice Questions (P. 3)
- Full Access (266 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
You wish to create jobs to satisfy these requirements:
1. Automatically bulk load data from a flat file.
2. Rebuild indexes on the SALES table after completion of the bulk load.
How would you create these jobs?
1. Automatically bulk load data from a flat file.
2. Rebuild indexes on the SALES table after completion of the bulk load.
How would you create these jobs?
- ACreate both jobs by using Scheduler raised events.
- BCreate both jobs using application raised events.
- CCreate one job to rebuild indexes using application raised events and another job to perform bulk load using Scheduler raised events.
- DCreate one job to rebuild indexes using Scheduler raised events and another job to perform bulk load by using events raised by the application.
Correct Answer:
A
A
send
light_mode
delete
Question #12
Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases (PDBs). In the PDB hr_pdb, the common user c##admin and the local user b_admin have only the connect privilege.
You create a common role c##role1 with the create table and select any table privileges.
You then execute the commands:

Which two statements are true?
You create a common role c##role1 with the create table and select any table privileges.
You then execute the commands:

Which two statements are true?
- AC##admin can create and select any table, and grant the c##role1 role to users only in the root container.
- BB_admin can create and select any table in both the root container and hr_pdb.
- Cc##admin can create and select any table in the root container and all the PDBs.
- DB_admin can create and select any table only in hr_pdb.
- EThe grant c##role1 to b_admin command returns an error because container should be set to ALL.
Correct Answer:
CD
CD
send
light_mode
delete
Question #13
Examine the commands executed in the root container of your multitenant container database (CDB) that has multiple pluggable databases (PDBs):
SQL> CREATE USER c##a_admin IDENTIFIED BY orcl123;
SQL> CREATE ROLE c##role1 CONTAINER=ALL;
SQL> GRANT CREATE VIEW TO C##roleI CONTAINER=ALL;
SQL> GRANT c##role1 TO c##a_admin CONTAINER=ALL;
SQL> REVOKE c##role1 FROM c##a_admin;
What is the result of the revoke command?
SQL> CREATE USER c##a_admin IDENTIFIED BY orcl123;
SQL> CREATE ROLE c##role1 CONTAINER=ALL;
SQL> GRANT CREATE VIEW TO C##roleI CONTAINER=ALL;
SQL> GRANT c##role1 TO c##a_admin CONTAINER=ALL;
SQL> REVOKE c##role1 FROM c##a_admin;
What is the result of the revoke command?
- AIt executes successfully and the c##role1 role is revoked from the c##a_admin user only in the root container.
- BIt fails and reports an error because the container=all clause is not used.
- CIt executes successfully and the c##rocl1 role is revoked from the c##a_admin user in the root database and all the PDBs.
- DIt fails and reports an error because the comtainer=current clause is not used.
Correct Answer:
C
C
send
light_mode
delete
Question #14
Examine the RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which prerequisite must be met before accomplishing the backup?
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which prerequisite must be met before accomplishing the backup?
- AThe password for the encryption must be set up.
- BOracle wallet for the encryption must be set up.
- CAll the tablespaces in the database must be encrypted.
- DOracle Database Vault must be enabled.
Correct Answer:
B
Reference:
configuration encryption will use by Transparent encryption, For transparent encryption, you will need to create a wallet, and it must be open.
Transparent encryption will then occur automatically after you have issued the CONFIGURE ENCRYPTION FOR DATABASE ON or CONFIGURE ENCRYPTION
FOR TABLESPACE ON command.
http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH
B
Reference:
configuration encryption will use by Transparent encryption, For transparent encryption, you will need to create a wallet, and it must be open.
Transparent encryption will then occur automatically after you have issued the CONFIGURE ENCRYPTION FOR DATABASE ON or CONFIGURE ENCRYPTION
FOR TABLESPACE ON command.
http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH
send
light_mode
delete
Question #15
A database is running in archivelog mode. The database contains locally managed tablespaces. Examine the RMAN command:
RMAN> BACKUP -
AS COMPRESSED BACKUPSET -
SECTION SIZE 1024M -
DATABASE;
Which statement is true about the execution of the command?
RMAN> BACKUP -
AS COMPRESSED BACKUPSET -
SECTION SIZE 1024M -
DATABASE;
Which statement is true about the execution of the command?
- AThe backup succeeds only if all the tablespaces are locally managed.
- BThe backup succeeds only if the RMAN default device for backup is set to disk.
- CThe backup fails because you cannot specify section size for a compressed backup.
- DThe backup succeeds and only the used blocks are backed up with a maximum backup piece size of 1024 MB.
Correct Answer:
D
D
send
light_mode
delete
All Pages