You can use this method when you just want to quickly update one or more tables in the database. The offline table definitions must have a record of the database connection you want to use, so the connection must be:
You have the option of reconciling the tables, which creates ALTER
statements, or replacing the tables in the database, which drops the existing
database tables and replaces them with the offline tables.
Other ways of generating or reconciling to a database that are suitable for generating to a different database connection are:
Note: If you have made changes to tables that have foreign keys, it is possible that the foreign keys will be dropped when you generate your changes to the database. For more information, refer to Offline Tables and Foreign Keys.
To reconcile changes and generate them to a database schema:
About Offline Schemas
Generating From Offline Table Definitions
Working with Offline Database Definitions
Copyright © 1997, 2004, Oracle. All rights reserved.