Property
|
Description
|
---|---|
Database
Type
|
Specifies the database
type to use for the SAS Decision Manager database. Select Oracle.
|
User Name
|
Specifies the user name
for the database that is used with your SAS Business Rules Manager
installation.
|
Password
|
Specifies a valid password
for the user name associated with the database account.
|
Port
|
Specifies the port that
is used by the database. The default port for Oracle is 1521.
|
Host Name
|
Specifies the fully
qualified host name of the server on which the database is installed.
|
Database
Name
|
Specifies the Oracle
database name. The Net Service Name and the Service
Name fields that are configured in the tnsnames.ora file
must be the same. You must use this value for the Database
Name field in the SAS Deployment Wizard. For example,
if you had the following entry in the tnsnames.ora file, you would
enter
monitordb in the Database
Name field in the SAS Deployment Wizard:
monitordb = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = TCP_COMM) (PROTOCOL = TCP) (HOST = hostname.your.company.com) (PORT = 1521) ) ) (CONNECT_DATA = (SERVICE_NAME = monitordb) ) ) The Net
Service Name and Service Name in
this example are the same.
|
Schema
|
Specifies the schema
name for the database. The default schema is the same as the user
ID.
|
DBMS JAR
File
|
Specifies the location
of the database vendor’s JDBC JAR file. This file must be available
on the middle tier and on any machine on which you are deploying SAS Business Rules Manager
in order to configure SAS Business Rules Manager Common Data
Server.
See
Install JDBC Drivers for Oracle for more information.
|
sqlplus USER/PASSWORD@ORACLE_SIDYou must be able to execute this command from any directory. If you are able to execute a database command such as this only from the database installation directory, then verify that the PATH variable is set up correctly. The database client application must be installed and available on the PATH.