Target database logon credentials

The Target Database is the database to which the archived XML data is to be imported.

The user that performs the XML import operation must have INSERT privilege on the database objects that have been selected for import.

Oracle logon credentials are required to connect to the Oracle database. The credentials consist of a user name, a password, and optionally a net service name (TNS alias) which together make up the database connect string.

User name refers to the Oracle user's login name. The Oracle user must have INSERT privilege on the database objects that have been selected for import.

Password refers to the login password for the Oracle user.

The Net service name, also known as TNS alias, is used to indicate what database to use. Oracle translates the service name to a connect descriptor through the tnsnames.ora file. If this field is left blank, the selected Oracle SID determines what database to connect to.

For information on a Net service name refer to the Oracle Net Services Administrator's Guide.