This blog is a depository for things I have found regarding VB.NET and C#.NET development (and other things I may need to remember). This blog is primarily for my own reference, but if the information I found is useful to others, then that is great. If others want to contribute with comments or other information, then that is great too.
Thursday, April 23, 2015
Get Schema/DDL from Oracle Data Pump Export
Reposting this from the linked Stack Overflow article because this solutions works well and I want to be able to easily find it again:
impdp '/ as sysdba' dumpfile=<file> logfile=import_log.txt sqlfile=ddl_dump.txt
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.