Corporation Switch User Manual
Chapter 1
Destination Details
Parameter Value Definition
dest.jdbc.url The JDBC connection string to the destination database. The format is
jdbc:oracle:thin@
<DESTINATION_DB_HOST_NAME>:<PORT>:<SID> where
DESTINATION_DB_HOST_NAME is the hostname of the destination database, PORT is the
listener port of the destination database (1521 is the default), and
SID is the database instance.
dest.jdbc.driver The database driver of the destination database. The default is oracle.jdbc.driver.OracleDriver.
dest.db.user The database user of the destination database.
dest.db.password The encrypted database password of the destination database. Use the encryptpwd utility located
in the $AUT_HOME\bin directory to encrypt the password.
dest.db.system.user The user of the system account on the destination database instance.
dest.db.system.password The encrypted password of the system user account on the destination database instance.
dest.tns.name The TNS entry name in the Oracle Home of the destination database.
dest.oracle.home The Oracle Home of the destination database. This value can be a mapped drive on the system
where the AUT is run which points to the shared folder on the host machine.
Note Use either double back slashes or a forward slash for
directory separation, for example, d:/oracle/ora92.
sourceEqualsDest Determines if the source database is upgraded to the destination database with or without the
database user. If true, then the source database is upgraded without exporting and importing the
database user to the destination database. This means that the same user is upgraded instead of
upgrading to a different user on the destination database. This does NOT apply if your source and
destination databases are on different versions of the Oracle database. Also, when this value is set
to true, the AUT does not import and export unless a value for the src.db.backup parameter is
specified.
If this parameter is set to true, the following destination database details are not required:
•dest.jdbc.url
•dest.jdbc.driver
•dest.db.user
•dest.db.password
•dest.tns.name
Page - 11