If you did not choose to start DirectConnect for Oracle as a service at the time of installation, you can use the instdco utility in Sybase Central to add DirectConnect for Oracle to the list of items you can start and stop with the Services utility. The utility instdco is located in the %SYBASE%\%SYBASE_DCO%\bin directory.
The instdco utility uses the following syntax:
instdco.exe service_name %SYBASE%\%SYBASE_DCO%\bin\dcoracle.exe "startup_parameters"
where:
service_name is the name of the DirectConnect for Oracle you are adding as a service.
startup_parameters are any parameters you want used at start-up.
For example, to install a DirectConnect for Oracle named DCSERVER as a service, enter:
instdco.exe DCSERVER %SYBASE%\DCO\bin\dcoracle.exe "-SDCSERVER -t"
If you need to include more than one parameter (for
example, -i), you must include all the parameters
in one set of double quotes.