FINDING ORACLE FLASH RECOVERY AREA USAGE SELECT NAME, (SPACE_LIMIT / 1024 / 1024 / 1024) SPACE_LIMIT_GB, ((SPACE_LIMIT - SPACE_USED + SPACE_RECLAIMABLE) / 1024 / 1024 / 1024) AS SPACE_AVAILABLE_GB, ROUND((SPACE_USED - SPACE_RECLAIMABLE) / SPACE_LIMIT * 100, 1) AS PERCENT_FULL FROM V$RECOVERY_FILE_DEST;
On exporting using network link in the remote server, where will be the server process for expdp will be started. Whether the expdp server process will be started in source database server or remote database server?
ReplyDeleteIt will be created on local server as the expdp or impdp command is issued from local server.
ReplyDeletethanks for asking.
Thank you for this blog entry.
ReplyDeleteHowever, I get a
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning and Data Mining options
UDI-00011: parameter dumpfile is incompatible with parameter network_link
How do you manage to use both?
Just, thank you !
ReplyDeletewhy it is not working in remote workstation ?
ReplyDelete