OCI function not linked

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

OCI function not linked

Post by upscene » Mon 30 May 2005 15:53

Hi,

When trying to do this:
TOraType.Create(sesDebug.OCISvcCtx, 'DBMS_DEBUG.PROGRAM_INFO')

I get an error saying "OCI Function not linked" - I have no idea what that means. I've connected via "net" to an Oracle 10 server.

--
Martijn Tonies
Upscene Productions

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 31 May 2005 08:27

This error appears because of TOraType works with Oracle object types, and doesn't supported with Net options.

upscene

Post by upscene » Wed 01 Jun 2005 13:01

As posted in another post (which had to do with objects as well), wouldn't it be useful to implement this in the NET option as well?? I'm constantly experiencing differences between OCI and NET connections :?

--
Martijn Tonies
Upscene Productions

Post Reply