NAME

      mxoracleconfig - Configure Systems Insight Manager to use an Oracle
      database.


SYNOPSIS

      mxoracleconfig

	   mxoracleconfig -h <hostname> [ -n <port number> ] -d <database
	   name> -u <username> -p <password> [ -j <jar file> ] [ -f ]




DESCRIPTION

      The mxoracleconfig command allows the user to configure HP Systems
      Insight Manager to use an Oracle database. This command does not
      initialize the database. That task is performed by the mxinitconfig
      command.


OPTIONS

      mxoracleconfig recognizes the following options:

	   -h		  Hostname of the server on which the Oracle
			  database is installed.

	   -n		  Port number of the Oracle TCP/IP listener service
			  on the server on which the Oracle database is
			  installed. Defaults to 1521 if not specified.

	   -d		  Instance name of the database to be used for
			  Systems Insight Manager. This should be a new
			  database created exclusively for use by Systems
			  Insight Manager. This database should be set up to
			  use the Unicode character set (AL32UTF8) at the
			  time it is created.

	   -u		  Username authorized to log into the Oracle
			  database instance. This user should have been
			  granted the DBA privilege.

	   -p		  Password associated with the above Username.

	   -j		  Location of the jar file containing the Oracle
			  thin jdbc driver. Typically named ojdbc14.jar.

	   -f		  Force re-run. Typically, mxoracleconfig should
			  only be run once. Use the force flag if you need
			  to re-run this command.



RETURN VALUE

      mxoracleconfig Upon completion, mxoracleconfig returns one of the
      following values:

	     0	Required configuration files were updated correctly.
	     -1 An error occured.


AUTHOR

      mxoracleconfig was developed by the Hewlett-Packard Company.


SEE ALSO for HP-UX

      mxinitconfig(1M).

SEE ALSO for Linux

      mxinitconfig(8).