WARNING:io_getevents timed out 600 sec while exporting a dump using expdp
Hi,
While trying to create a dump of an existing DB instance in Oracle 11g using expdp command I am getting the following Warning, the dump export is also stuck now:
WARNING:io_getevents timed out 600 sec
Command Used:
expdp system/xxxx@dbxx DIRECTORY=EXP_DUMP_DIR DUMPFILE=xxxxx.dmp LOGFILE=xxxx.log SCHEMAS=xxx EXCLUDE=STATISTICS VERSION=11.0
The following parameters have already been added to sqlnet.ora file:
SQLNET.EXPIRE_TIME=10
SQLNET.INBOUND_CONNECT_TIMEOUT=2000
DIAG_ADR_ENABLED = OFF
DIAG_ADR_ENABLED_LISTENER = OFF
The size of the instance for which I am exporting the dump is approximately 270G.