Paradyne OpenLane SLM 5.5 User Manual

Page 81

Advertising
background image

A. OLCmd Reference

7800-A2-GB32-00

January 2002

A-11

Advanced Parameters:

Example:

To change the default database to Oracle and set the database parameters, enter
the command:

OLCmd dbconfig '-d o -m mycomputer.mycompany.com:1521 -n mydb
-u myself -p mypassword'

-url

Specifies the database connection URL in raw form. It
may contain $host$, which gets replaced by the host, and
$dbname$, which gets replaced by the database name
when the connection is made.

-dr

driver

Specifies the name of the JDBC driver from the database
vendor. It must be in the classpath for connections to
work.

-err

number

Specifies the vendor-specific JDBC error number to ignore
for duplicate keys. If not set or correct, duplicate key
warnings are logged.

-sm

statmap

Specifies the filename of file that maps internal statistic
names to the database schema.

-rs

rawsql

Specifies the filename of file that contains raw SQL for the
database schema/vendor.

-cm

calcmap

Specifies the filename of file that defines and maps
calculations to the database schema.

-om

oidmap

Specifies the filename of file that maps MIB OIDs to the
database schema.

-fc

feedclass

Specifies the feed class name for feeding user history
statistics to a database.

-ac

ageclass

Specifies the age class name for aging user history
statistics in a database.

Advertising