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

Thread: Import/Export Question

  1. #1
    Join Date
    Jan 2001
    Posts
    515

    Question Import/Export Question

    I want to move objects from my development database to my UAT database. Is there a way to do an export of just the tables and sequences and a way to export just the procedures and packages?

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    If you want to export the user objects (like packages,procedures etc) then put the user tablespace offline and then do the export.

    This will export
    --synonyms
    --views
    --stored procedures
    --operators
    --referential integrity constraints
    --triggers
    --indextypes
    --bitmap, functional and extensible indexes
    --posttables actions
    --materialized views
    --snapshot logs
    --job queues
    --refresh groups and children
    --dimensions
    --post-schema procedural objects and actions
    --statistics
    --pre-schema procedural objects and actions
    --foreign function library names for user
    --PUBLIC type synonyms
    --private type synonyms
    --object type definitions for user
    --database links
    --sequence numbers
    --cluster definitions

    except for the table data.

    well, i just saw that its equal to doing rows=n

    HTH
    Last edited by adewri; 03-17-2003 at 10:30 AM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Jan 2001
    Posts
    3,134
    FULL=Y
    ROWS=N

    This is a great way to export all of your structures and no data, another benefit is that it takes about a minute to run.

    MH
    I remember when this place was cool.

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