This chapter provides information on how to unload and reload a database or selected tables using the unload database and copy database operations of Ingres.
The unload database and copy database operations are most often used to copy or move a database or selected tables from one instance to another. They allow you to copy or move data from one instance to another instance with the same or different hardware or operating system.
You can also use these commands to:
This chapter also briefly describes the genxml and xmlimport utilities, which can be used to convert Ingres data into XML. XML is a cross-platform, software and hardware independent format for transmitting information across the Internet. The XML data files produced can also be processed by other XML-enabled databases and applications.
The unload database and copy database operations generate scripts that enable you to:
Both the unload database and copy database operations are two-phase operations, as follows:
To unload a database, you must be the DBA for the database or a privileged user impersonating the DBA.
To copy a database, you can be any user to copy selected tables or all the tables, views, and procedures that you own in the database.