Extracting Configuration Data
The AA_objects database table contains information on the configuration tables and transaction tables you can migrate. To get a list of configuration objects (or transaction objects) to export, use the following query:
select object_name from AA_objects
where config_flag ’Y’;
Note:
You can use the
clause
to get a list of transaction objects. |