Try OpenEdge Now
DataServer for Oracle
Connecting the DataServer
:
Connecting a schema holder
:
Connecting a schema holder at startup
:
Local DataServer: Windows
Local DataServer: Windows
In this example, the schema holder's physical name is
oholder
; it is read-only; the Oracle database's logical name is
orademo
; the user ID is
scott
; and the password is
tiger:
prowin32 oholder -RO -db oradb -ld orademo -U scott -P tiger
The DataServer is local so there is no need for host and service parameters.