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







Reply With Quote