Version 2.3 is available
Covers all Oracle 11g/R2 features such as editions, support for RAC,
new data option, and so on.
The version comes with improved Command Line panel and a number of
less major enhancements scattered all other the place.
Download dump file Download job definition
In Schema mode Data Pump exports all objects in the schema including user definition - unless something was explicitly flirted out.
This tutorial shows how to export schema OE, which is part of Oracle sample schemas.
Tips:
Schema mode is the default, AlderPump pre-selects it
for new jobs. All we need to do is select operation which is EXPORT.
We type in name of the output dump file. DIRECTORY object already set to
DATA_PUMP_DIR which is our destination, no need to change it. File type
was also pre-set to "dump file", no need to change that either. We click
on Add button to add dump file to the set. Like in Table-mode export,
we could limit maximum file size or use
substitution variable %U.
Download result file (zip archive, ~770K)
We could create and launch job after specifying dump file; however that
would export schema of the connected user, i.e. SYSTEM. To export another
schema, SCHEMA_LIST or SCHEMA_EXPR filter is needed. There is no
restriction on number of schemas exported, but in this demo we only
specify one value: OE. We could launch Objects Picker and drag schema OE
to "add objects" hotspot, but it is quicker to just type it in.
After job is created and entered DEFINING stage, we start it. Compared to
TABLE export, number of processed object types is significantly higher:
there are grants, roles, sequences, views, functions - we didn't see any
of those when ran TABLE mode export. Note the first type exported - it is
definition of OE user.
© 2007-2010 AlderProgs Consulting Ltd.