10、Which two are true about consistent database backups?
A) They can only be taken when a RECOVERY CATALOG is used.
B) They can only be taken if the database Is in ARCHIVELOG mode.
C) They can onl...
9.You ran this command on a source database:
$> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=empl.dmp VIEWS_AS_TABLES=emp_dept
On the target database, you run this command:
impdp hr/hr DIRECTORY=dumpdir ...
11.Your database is in archivelog mode.
You want to disable archiving for the database. Examine these steps:
1. Execute the alter database noarchivelog command.
2. Execute shutdown immediate.
3. E...
10.Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database?
A) It can load data in parallel.
B) No data file needs to be specified.
C) It loads data faster than conven...
Examine the following query output:You issue the following command to import tables into the hr schema:$ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHIVE...