Oracle 1z0-034 Exam Practice Questions (P. 2)
- Full Access (148 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 #6
Examine the following RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which perquisite must be met before accomplishing the backup?
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which perquisite must be met before accomplishing the backup?
- AProvide a password for the encryption.
- BSet up an Oracle wallet for the encryption.
- CNo setup is required as it is a default encryption method.
- DBoth Oracle wallet and password must be set up for the encryption.
Correct Answer:
B
http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmconfa.htm
B
http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmconfa.htm
send
light_mode
delete
Question #7
Examine these Data Pump commands to import objects to non-existent users hr1 and oe1.
S expdp system/manager -
Schemas =hr,oe -
directory =EXP_ DIR
include = table
$ impdp system/manager
Schemas = hr1,oe1 -
Directory = EXP_DIR -
Dumpfile = export.dat -
Remap_schema =hr:hr1,oe :oe1 -
What would be achieved by running the above commands?
S expdp system/manager -
Schemas =hr,oe -
directory =EXP_ DIR
include = table
$ impdp system/manager
Schemas = hr1,oe1 -
Directory = EXP_DIR -
Dumpfile = export.dat -
Remap_schema =hr:hr1,oe :oe1 -
What would be achieved by running the above commands?
- Aexpdp will fail because no path has been defined for the dumpfile.
- Bexpdp will succeed but Impdp will fail because users do not exist.
- Cimpdp will create two users called hrl and oe1 and import all objects to the new schemas
- Dimpdp will create two users called hrl and oe1 and import tables owned by hr and oe schemas to hr1 and oe1 schemas, respectively.
Correct Answer:
B
B
send
light_mode
delete
Question #8
The database is configured in ARCHIEVELOG mode and regular complete database backups are taken. The loss of which two types of files may require a recovery with the RESETLOGS option?
- AControl files
- BPassword file
- CInactive online redo log file
- DArchived log files required to perform recovery
- ENewly created tablespace which is not backed up
Correct Answer:
AD
The RESETLOGS options is required in:
1. Imcomplete Recovery
2. Change of control file
So that, the control file and archived redo logs are required.
AD
The RESETLOGS options is required in:
1. Imcomplete Recovery
2. Change of control file
So that, the control file and archived redo logs are required.
send
light_mode
delete
Question #9
User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?
- AALTER DATABASE FLASHBACK ON;
- BGRANT SELECT ANY TRANSACTION TO scott;
- CGRANT EXECUTE ON dbms_flashback TO scott;
- DALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
- EALTER TABLESPACE undots1 RETENTION GUARANTEE;
- FALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;
Correct Answer:
BCDF
BCDF
send
light_mode
delete
Question #10
The DB_BLOCK_CHECKING parameter is set to FULL.
What checks occur each time the DBWnprocess(es) writes?
What checks occur each time the DBWnprocess(es) writes?
- AThe Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent.
- BThe DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk.
- CThe Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self- consistent.
- DThe Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self- consistent.
- EThe Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is
Correct Answer:
A
A
send
light_mode
delete
All Pages