Board index » delphi » How to connect Delphi5 and Oracle8i PE

How to connect Delphi5 and Oracle8i PE

Hi,

I would like to connect Delphi5 and Oracle8i Personal Edition. First tried
to use the demo file (ortypes). Every time i start connection there comes
an error message: initilization failed. alias: x.. then i tried to write my
own
small app with tdatabase. same result.

can anyone help?

thanks
Thore

 

Re:How to connect Delphi5 and Oracle8i PE


AFAIK, there's nothing special.  Create an Oracle alias using TCP/IO and
set the server to 127.0.0.1.  Test the connection with SQL*Plus.  Then
create a BDE alias for the Oracle Alias.  This should work.

John Pierce

Other Threads