I have an Oracle 10g database, and now I need to export, if possible, only the schema.(Only tables with an index, etc. Without data!)
Is this possible with exp / imp or do I need expdp / impdp?
greets
This is possible when expusing the parameter ROWS=N.
exp
ROWS=N
10g documentation here .
Currently, preference is given to the data pump ; equivalent parameter CONTENT=METADATA_ONLY.
CONTENT=METADATA_ONLY
, Oracle SQL Developer.
SQL Developer 4.0 " | ... , " DDL ", " "- . , ; , " ".
schem2ddl oracle-ddl2svn bundle.
schem2ddl is a command line utility for exporting an oracle schema in a ddl script set. provide many configurations through basic command line options or advanced XML configuration
Source: https://habr.com/ru/post/1772058/More articles:What is android equivalent to table view on iPhone? - androidะัะพัััะต Mdi Parent ะธ MdiChild Winforms? - c#Completing an if-else statement in content_tag for Rails - ruby-on-railsIs it possible to read text in a pdf file using perl? - perlIsEnabled for a container? - windows-phone-7T4MVC MVC2 Views in areas not generated - viewsRails request related to Cron Job - cronhow to effectively analyze date (increase) - c ++Oracle SQL Developer copy database step by step - sqlTFS 2010 / Msbuild Error, StackOverFlowException Exception - tfsAll Articles