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

Thread: export/import

  1. #1
    Join Date
    Nov 2000
    Posts
    440

    export/import

    Is there a way to copy a schema without using import/export/datapump utility.

    Like executing a package in the sys schema.

    In 10g.

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Talking


    No, the only other way would be to dump each table to a text file and re-load with sql loader.

    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #3
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    I suppose that you could write something to extract the DDL for all the schema objects, modify the owner and possibly the tablespace, execute the result, copy the data over etc., but it's be a very complex task
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  4. #4
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    You can use third party tools to copy schema/instance by re-engineering. Intelligent Creator, if i remember right can do accros RDBMS.
    "What is past is PROLOGUE"

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