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

Thread: Import the structure inOracle7.3

  1. #1
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433

    Import the structure inOracle7.3

    I export all the objects without data from User1 and import to another database same username User1

    the tablespace what they owners are different name , But all the blank tables are allocated so many spaces as if they are full of data after imported . I just want the structure stored actually .

    how to solve this problem ?
    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  2. #2
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Hi,
    There are two ways ...

    First : try to extract the DDL from the export-file. with unix you can use grap or string-command. and replace the storage-clause ( Unix sed or with a good editor.)

    Second : have the right tool : www.allroundautomations.nl: Pl/Sql-Developer
    you can export all objects from a user in a SQL*PLUS command-file and change there manuallay the storage.

    Third :
    If you know Micrososft-Access you can import the tables from an Oracle-Schema and export it to another without storage!

    Bye

    Orca



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