Personal Oracle light (POL)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OlegProv

Personal Oracle light (POL)

Post by OlegProv » Thu 02 Dec 2004 08:22

How does one connect to a POL database with ODAC or DBExpress ?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 03 Dec 2004 13:43

There is the only one way to connect to Oracle Lite with ODAC using the following transfer way

[ODAC] -> [OCI] -> [OCA] -> [ODBC] -> [Oracle Server]

For this purpose, please configure ODBC according to Oracle Lite documentation. Please set
OraSession.Server = 'ODBC:POLITE';

You can test a connection to Oracle server using SQL Plus. Unfortunately this schema works well for Oracle 8i Lite and does not supported in Oracle 9i Lite.

Post Reply