GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQOracle Data pump(DBMS_DATAPUMP)
Dear Mr.Kyte
greetings
I wrote this pl/sql block to export schema using dbms_datapump package
<b>this is step one</b>.(which will create the datapump job).
<code>declare
h1 number;
begin
h1 := dbms_datapump.open (oper...
Sponsored Links
Read Next: ORA_ROWSCN strange behavior
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
