Connecting to a remote database server with the JDBC Output adapter

A sample command to call JDBCOutputAdapter to connect to a remote database server.

No Oracle tnsnames are used:


java com.sybase.c8.adapter.JDBCOutputAdapter 
 --queryFile=/home/lita/QueryFileOutputAdapter 
 --username=lita --password=SYBASE 
 --databaseURL=jdbc:oracle:oci8:@oracle.eng.sybase.com:1521:orcl 
 --driver=oracle.jdbc.driver.OracleDriver 
 --streamUrl=ccl://pc03.sybase.com:7777/Stream/OutStream

For more information about connecting on UNIX-like operating systems, see Connectivity Instructions for UNIX-like Operating Systems.