DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: Schema Conversion to SQL File

Threaded View

  1. #9
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Originally posted by engiri
    My correction with Mr.
    adewri is

    The commands also can be generated by..

    export the database with nodata. -->use rows=n

    import the dump file with ignore=n(WHich is default)..
    the failed commands will be logged into the
    log file that you are specifying. (log=....)


    The log file contains only the output that comes on screen while doing import or export. And its a less likely that import of valid procedure and package will fail.

    You cannot get the schema objects that way except for tables and indexes. Its not at all reliable if you want to get other schema object creation scripts.
    Last edited by adewri; 06-04-2003 at 06:52 AM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width