Oracle connection question

bpeasey

New Member
Env..
Oracle 10g Enterprise
Local machine: Window XP Pro
Remote machine: Windows 2003 Server
OE 10.A on both local and remote machines.

Hi,

We are just learning how to use the Progress Dataserver for Oracle. We have had some success when connecting to a remote Oracle database when the Dataserver is on the client machine. But now we want to test a connection when the Dataserver and schema holder are on the remote Oracle machine.

This morning I installed and started the dataserver on the host machine, then I created a schema holder on the same machine.

From local machine, I try this command to connect:
Code:
c:\progress\openedge\bin\prowin32 S:\WRK\test_schema -RO -db ORACLE -H wpg1ftdb01 -S orabroker1 -U scott -P tiger
My error is "Cannot find or open file "c:\openedge\wrk\test_schema". I'm confused as to why my part of my string is getting converted from "S:\WRK\test_shema" to "c:\openedge\wrk\test_schema".

My goal is to see the procedure editor open and I can then query the remote Oracle database.

Thanks,
Brian P.
 
Back
Top