摘要:
check Session id from OS process id in Oracle SELECT b.spid, a.sid, a.serial#, a.username, a.osuser FROM v$session a, v$process b WHERE a.paddr = b.ad 阅读全文
摘要:
Exclude/Include option in EXPDP/IMPDP Datapump Oracle Exclude and include option used to limit the object type which can be exported and imported in D 阅读全文
摘要:
There are several ways to create an image copy Using the FORMAT clause For example: BACKUP AS COPY DATABASE FORMAT '/u01/app/oracle/copy/%U'; Using tb 阅读全文