You can configure the database connection by opening a command window as an Administrator and running dbconfig.exe.
The following are default location for dbconfig.exe:
Use the following command line parameters with dbconfig.exe:
Parameter | Description |
|---|---|
| Where <Alias Name> is any valid Alias Name value. |
| The following are valid values for <Driver type>: Oracle, MSSQL, or PrCSdrv. Driver Type values are case-sensitive. |
|
Specify the Oracle tnsname or Ezconnect string. Specify the Ezconnect string as
For a Compression Server, specify |
|
Where |
|
Where |
| Optional. A valid value is any integer. The default is 1. |
Notes:
-amyOracleAlias -sOracle. -a myOracleAlias -s Oracle. -amyOracleAlias-sOracle.
The following examples create or modify the oracle alias (myOraAlias).
dbconfig -amyOraAlias -upubuser -wpubuser -sORACLE -dxe
10.140.179.3:1521/xe is the Oracle Ezconnect string.
dbconfig -amyOraAlias -upubuser -wpubuser -sORACLE -d//10.140.179.3:1521/xe
The following example creates or modifies the compression server alias (myCSAlias):
dbconfig -amyCSAlias -upubuser -wpubuser -sPrCSdrv -dMyCompressionServer@10.140.162.174:5555[http]
where:
MyCompressionServer is the value for the CompressionServerDatabase Name part of the -d<Database Name> parameter.10.140.162.174 is the value for the IPaddress part of the -d<Database Name> parameter.5555 is the value for the Port part of the -d<Database Name> parameter.Running Database Configuration After Installation
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Tuesday, August 02, 2016