When using the SERVICENAME, the connection URL should be of the following format in the
Spotfire configuration tool or in the
bootstrap command (replace the host_name, port_number & the service_name in the example below with relevant values):
jdbc:oracle:thin:@//host_name:port_number/service_name
Hence, the bootstrap command will look like the following:
- TIBCO Spotfire Server on Windows:
>config.bat bootstrap --driver-class=oracle.jdbc.OracleDriver --database-url=
"jdbc:oracle:thin:@//host_name:port_number/service_name" --username=spotuser --password=spotuser
- TIBCO Spotfire Server on Linux:
>./config.sh bootstrap --driver-class=oracle.jdbc.OracleDriver --database-url=
"jdbc:oracle:thin:@//host_name:port_number/service_name" --username=spotuser --password=spotuser