HP Systems Insight Manager 7.2 Command Line Interface Guide

Synopsis
mxoracleconfig -h hostname [-n port number ] -d database name -u username -p
password [-j jar file ] [-f]
Description
The mxoracleconfig command enables you to configure HP SIM to use an Oracle database.
This command does not initialize the database. Use mxinitconfig to initialize the database.
Options
-h hostname
Specify the hostname of the server on which the Oracle database is installed.
-n port number
Specify the port number of the Oracle TCP/IP listener service on the Oracle database
server. If -n is not specified, the default is 1521.
-d database name
Specify the instance name of the database to be used for HP SIM. This should be
a new database created exclusively for HP SIM use. Set up this database to use
the Unicode character set (AL32UTF8).
-u username
Enter the username authorized to log in to the Oracle database instance. This user
must have the DBA privilege.
-p password
Enter the password.
-j jar file
Specify the location of the jar file containing the Oracle thin jdbc driver. The driver
is typically named ojdbc14.jar.
-f
Force re-run. Typically, mxoracleconfig should be run only once. Use the force
flag if you need to re-run this command.
Return values
MeaningValue
Required configuration files were updated correctly..0
An error occurred during operation.-1
See also
HP-UX
mxinitconfig(1M)
Linux
mxinitconfig(8)
mxoracleconfig 87