Try OpenEdge Now
skip to main content
DataServer for Oracle
Connecting the DataServer : Starting the remote DataServer : Starting the UNIX client process
 

Starting the UNIX client process

After starting the remote broker, you start the OpenEdge client process on your UNIX machine by running this executable:
pro
You can supply the connection parameters required by the DataServer when you start the client process, or you can include them in the Connection Parameters field when you create a schema holder. For example, this command starts the OpenEdge client and connects to a read-only schema holder named oholder for an Oracle database named orademo:
pro oholder -RO -db oradb -ld orademo -H host1 -S oservice
-U scott -P tiger
See Connecting a schema holder at startup Optional connection and startup parameters and the for descriptions of the command line and the required and optional parameters.