RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Database Backup
«Prev
Next»
Database Backup
Export-Import Utilities
Export Import Utility
Running Oracle Export
Complete Export Backup
Create Incremental Backups
Direct Path Method Export
Recover DB Objects
Export Import Utilities
Data Backup Recovery
Recovery Manager
RMAN Basic Components
RMAN Preparation
Oracle Backup Manager
Oracle Backup Sets
RMAN Image Copy
Recovery Catalog Role
Create Recovery Catalog
Recovery Man Conclusion
Recovery Catalog Maintenance
Starting RMAN Recovery
RMAN without Recovery Catalog
RMAN reset Database
Reset Oracle DB
Resynchronize DB with RMAN
Resynchronization Situation Occurrences
Change Command Alter
Delete Validate Commands
RMAN Operations
Recovery Catalog Functions
Recovery Catalog Data Dictionary Views
Managing File Copies
Database Backup Types
Backup format Types
Channel Use Backup Operations
Using Backup Command
Creating Image Copies
Parallelize Creation Image Copies
OS Image Copies
Backup Image Sets
Creating Backup Sets
Export Utility - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What is the name of the table that contains the last valid export?
Please select the best answer.
A.
SYS.INCEXP
B.
SYS.INCFIL
C.
SYS.INCVID
D.
SYS.INCVEX
2.
Which of the following is used with the
inctype
parameter and indicates a full export of all the rows in a database?
Please select all the correct answers.
A.
complete
B.
partial
C.
cumulative
D.
incomplete
3.
Your client's DEPT table has five rows. A new row is inserted into this table. When performing a successful export with
inctype=incremental
and no value specified for the
record
parameter, which statement below is true?
Please select the best answer.
A.
The DEPT table is exported with one row and the value in SYS.INCVID is incremented.
B.
The DEPT table is exported with six rows and the value in SYS.INCVID is incremented.
C.
The DEPT table is exported with one row and the value in SYS.INCVID is not incremented.
D.
The DEPT table is exported with six rows and the value in SYS.INCVID is not incremented.
4.
If you want the SYS tables INCEXP, INCFIL. and INCVID to reflect your exports, which statement(s) below will accomplish this?
Please select all the correct answers.
A.
exp80 system/manager FULL=Y
B.
exp80 system/manager FULL=Y INCTYPE=INCREMENTAL RECORD=Y
C.
exp80 system/manager FULL=Y RECORD=Y
D.
The parameter
RECORD=YES
must be set in the init.ora file.