(Applies only to export operations in Table Mode, User Mode or Tablespace Mode. If you run export operations in Full Database Mode, the following requirements do not apply.)
Oracle 11g Release 2 (11.2) and earlier ships with Import and Export utilities. The Export utility writes data from an Oracle database into an operating system file in binary format. This file is stored outside the database and it can be read into another Oracle database using the Import utility.
If you use the Import and Export utilities to move CA DataMinder data into a receptacle database where the objects were created by the native scripts, follow these steps:
The native scripts create WGN3SEQ and Wgn3CpID. Drop these sequences before importing, otherwise these sequences are assigned default values instead of the source database values.
The native scripts populate the table WGNID with default values. Delete these values before importing, otherwise the import results in duplicate key errors and the IDs are assigned default values instead of the source database values.
ALTER USER <user_name> DEFAULT ROLE ALL;
Where <user_name> is a CA DataMinder database account.
Note: The Export utility only sets roles to be enabled by default if the export runs in Full Database Mode.
For more information on Oracle database utilities, please refer to your Oracle documentation.
Copyright © 2014 CA.
All rights reserved.
|
|