################################################################ # DataPump Export Parameter File: NightlyDRExport.dpectl # # Creates a full export of the database's data only. The # metadata for the database is exported separately. Note that: # 1.) Parallel processing using 2 CPUs is requested # 2.) Multiple dump files will be created # 3.) Dump file size is limited to 650MB per file # # Maintenance Log: # 04-15-2005 JSC Initial version ################################################################ JOB_NAME=NightlyDRExport DIRECTORY=export_dir DUMPFILE=export_dir:fulldb_%U.dmp LOGFILE=export_dir:NightlyDRExport.explog FULL=Y PARALLEL=2 FILESIZE=650M CONTENT=ALL STATUS=30 ESTIMATE_ONLY=Y