Oracle 1z0-040: Oracle Database 10g: New Features for Administrators
#71. You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 a.m. Which command terminates with an error of the backup is not complete at the end of the specified duration?
#77. Examine the following commands of Data Pump to import objects to new non-existing users hr1 and oe1. $ expdp system/manager schemas = hr,oe directory = EXP_DIR dumpfile = export.dat include = table $ impdp system/manager schemas = hr1,oe1 directory = EXP_DIR dumpfile = export.dat remap_schema = hr:hr1, oe:oe1 Which objective would be achieved by the above command set?