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

Thread: Import/Export Question

Threaded View

  1. #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!

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