Page 1 of 1

OCI function not linked

Posted: Mon 30 May 2005 15:53
by upscene
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

Posted: Tue 31 May 2005 08:27
by Alex
This error appears because of TOraType works with Oracle object types, and doesn't supported with Net options.

Posted: Wed 01 Jun 2005 13:01
by upscene
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