|
Field Descriptions | Related
Help Topics | Additional Information
| Locating this Page |
This page displays when you click the Export Now button after you create, edit, or add objects to a transport set, or when you click a transport set name when browsing transport sets.
From this page, you can view the log of actions performed for the transport set, and you can access scripts that allow you to continue the migration of the transport set and perform the import.
The scripts allow you to invoke the export/import of the transport set at the command line. For export, the scripts move the content of the transport set to dump files using the Oracle export (exp) utility. For import, the scripts import the content of the transport set from the dump files using the Oracle import (imp) utility. (You can specify the names of the dump files.) Additionally, you can set the options to be used for the import, such as whether to overwrite existing objects in the target, or to run the import in a check only mode.
Important: You must be a portal administrator with the appropriate password and knowledge of the portal schema to run the export/import scripts.
Shows the log of actions for the export operation.
Field | Description |
---|---|
Download UNIX Shell Utility | Click this to view and download the export/import utility for UNIX. |
Download Windows NT Command Utility | Click this to view and download the export/import utility for Windows NT |
Field | Description |
---|---|
-mode mode | Mode for invoking the export/import
command line utility:
|
-s portal_schema | The Oracle database account for OracleAS Portal. |
-p portal_password | The Oracle database password for OracleAS Portal. |
-pu portal_username | The lightweight user name for logging in to OracleAS Portal. This is used during import. |
-pp portal_userpassword | The lightweight user password for logging in to OracleAS Portal. This is used during import. |
-company company_name | The company name, for example, ORACLE. This is used during import. |
-c connect_string | The TNS connection information for the remote database. |
-d dump_file_name(s) | The names of the files for the Oracle exp (export) or imp (import) utilities to write to or read from. If multiple file names are used on Windows NT, separate the file names with commas and enclose them in double quotes, for example, "FILE1.DMP,FILE2.DMP". |
-automatic_merge | Automatically merge the contents of the dump file on import. This is used during import. |
-overwrite_mode | Overwrite the existing objects with the imported objects. This is used during import. |
-ignore_warnings | Ignore the warnings raised during import. This is used during import. |
-check_mode | Run the import in check-only mode and display potential errors. This does not save the import. This is used during import. |
Field | Description |
---|---|
Close | Click to return to the Navigator page. |
For more information, go to the Oracle Portal documentation page on the Oracle Technology Network.
Copyright © 1994, 2005, Oracle. All rights reserved.