################################################################ # DataPump Export Parameter File: SH_TablesOnly.dpectl # # Exports all objects in the SH schema, including metadata. # 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=SH_TABLESONLY DIRECTORY=export_dir DUMPFILE=export_dir:SHONLY_%U.dmp LOGFILE=export_dir:SH_TablesOnly.explog SCHEMAS=SH PARALLEL=2 FILESIZE=650M STATUS=60