fpc/packages/oracle
2026-01-21 11:02:19 +01:00
..
examples Regenerate all packages Makefile's after merge of MR1211 2026-01-21 11:02:19 +01:00
namespaced * Dotted filenames for package oracle 2023-07-27 19:04:14 +02:00
src Mass typo fixes in comments for packages part 5/5. 2026-01-01 23:37:42 +00:00
fpmake.pp * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Makefile
Makefile.fpc.fpcmake
namespaces.lst * Dotted filenames for package oracle 2023-07-27 19:04:14 +02:00
README.txt Mass typo fixes in comments for packages part 5/5. 2026-01-01 23:37:42 +00:00

These units provides interface to Oracle Call Interface.

For the older 'oraoci' unit to compile you need oracle
server installed, these units was tested and performed
on Oracle 8.0.1.5 Standard server. One developer license
of Oracle server is free of charge...

Unit oraclew contains some procedures and functions,
which makes usage of oraoci not so painful... But -
if you wanna to program in RAW OCI, you really can ;)

The oci and ocidyn units are a complete conversion from
Oracle's .h files. The former links statically to the
library, the latter dynamically.

You need to have oracle lib directory in ldpath, too,
or you can this path set in Makefile.fpc (is commented
there)

Joost van der Sluis,
joost@cnoc.nl