Hi,
Schema export is taking more than 2 hours and found the following in the nohup.out file. I ran it using par file. I used expdp utility. Schema size is 16 GB. I don’t find anything abnormal in the DB alert log file.Could you please comment on this.
Username: / as sysdba
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
The export parfile I have used is below.
USERID="/ as sysdba"
DIRECTORY=DUMPDIR
DUMPFILE=DEEM_schema_expdp_%U.dmp
LOGFILE=DEEM_schema_expdp.log
schemas=DEEM
PARALLEL=4
compression=all
I even used following expdp command but the output is same.
expdp SCHEMAS=DEEM directory=DUMPDIR dumpfile=DEEM_schema_expdp.dmp logfile=DEEM_schema_expdp.log job_name=DEEM_schema
Oracle -- 11.2.0.4.0
OS --- Linux 6.6
This is HA cluster
Regards,
Bala