User guide
SYS$MANAGER:SQLSRV_JDBC_SERVER_STARTUP<version>.COM
to start the server associated with a JDBC dispatcher.
As multiple versions of SQL/Services may be present on your system, the Oracle JDBC for
Rdb installation provides multiple versions of the SQLSRV_JDBC_SERVER_STARTUP
command procedure. The <version> of the command procedure determines the version of
SQL/Services it is associated with, thus:
SYS$MANAGER:SQLSRV_JDBC_SERVER_STARTUP71.COM
will be the command procedure used by version 7.1 SQL/Services during the JDBC
dispatcher startup.
These command procedures in turn execute the following command procedure:
RDB$JDBC_HOME:RDBJDBC_STARTSRV.COM
This enables you to have multiple versions of the Oracle JDBC for Rdb on your systems,
each with potentially different startup requirements specified in the
RDBJDBC_STARTUP.COM. The logical name RDB$JDBC_HOME in your SQL/Services
environment may be used to select the specific version of the Oracle JDBC for Rdb it will
use.
7.2.1 JDBC Dispatcher Setup Procedure
In addition, an additional OpenVMS command procedure can be defined to set up
environmental characteristics required for your system. This command procedure is located
for use with this server using the following precedence:
1. the file pointed to by the logical name RDB$JDBC_SQSCMD_<port> if
defined
2. RDB$JDBC_COM:RDBJDBC_SQS_ONSTARTUP.COM
3. RDB$JDBC_HOME:RDBJDBC_SQS_ONSTARTUP.COM
If command procedure is found on your system using this search list, this command
procedure will be executed just prior to the server being invoked. You may use this
command procedure and to setup environmental conditions for the server execution, for
example:
$@sys$share:rdb$setver 71
$@sys$common:[java$141.com]JAVA$141_SETUP.COM
104