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

Thread: How to export

  1. #1
    Join Date
    Feb 2001
    Posts
    3

    Question

    Hi all,
    can U anybody help me? I'd like to export to the text file several table definitions from the database. Where can I find structure of any table in the database?
    Thanx, Jami

  2. #2
    Join Date
    Apr 2001
    Location
    UK
    Posts
    137
    export the tables you want:

    exp tables=xxx,yyyy data=n userid=xxx/xxx file=xxx.dmp

    Then imp with the show=y and log options. Buried in the resulting log file will be the create table commands.

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