libclntsh.so.12.1: undefined reference
All good, I worked it out, I was binding it in another function but hadn't referenced the original variable
Sry i entered the wron title. It should not be "UTF16 in C++". This has probably nothing to to with UTF16 encoding :)
Hi, OCILIB is using Github for source control, bug tracker and support request : https://github.com/vrogier/ocilib Of course it is possible, using OCILIB support for UDTs (OCI_Object). Best regards, Vincent
Hi, OCILIB is using Github for source control, bug tracker and support request : https://github.com/vrogier/ocilib I do not see the problem from your image. In any case, connection is freed if one of the 2 calls fail. I think it is a false positive finding from Memory Validator. Best regards, Vincent
Memory leak in OCI_ConnectionCreateInternal
ORDImage
I have had similar situation... Using "./configure --with-oracle-headers-path=..." solve my problem (not --with-oracle-home) You have exactly check values of all 'ORACLE's variables by executing: echo $ORACLE_HOME echo $LD_LIBRARY_PATH echo $PATH and INCLUDE-path, reffered by key --with-oracle-home! (one of my errors was long-defis substituted by editor instead of --). Please, read carefully man for ./configure and http://vrogier.github.io/ocilib/doc/html/group___ocilib_c_api_installation.html
is there always the issue on Windows 64 library. I am using OCILIB (ocilib-4.1.0-windows) with MYSYS. It is working fine with 32bit version. When I try to compile with 64bit version (and pointing on the 64 lib version provided in ocilib-4.2.0-windows.zip), I get the following error on each call of OCI function ...ocilib/lib64/ociliba.lib(ociliba.dll.b):(.text+0x2): relocation truncated to fit: R_X86_64_32 against symbol `__imp_OCI_ConnectionFree' defined in .idata$5 section in ../ocilib/lib64/ociliba.lib(ociliba.dll.b)...
Issue with binding stored proc Number c++
UTF16 in C++
Hi I got a problem like this,but it doesnot work succes when I get your idea.Can...
Hi, Please Github issue tracker instead. Regards, Vincent
do you solve the problem ? I have the same problem as problem, Thank you for any...
Hi, Did you try with latest sources ? Regards, Vincent
Hi, When I try to build the dynamic library of ocilib using Windows Visual Studio...
Incorrect parameter for OCI_SetDefaultFormatDate #define
Hi, Variables that are used for binding must exist and be accessible when OCI_Execute()...
Hi, Variables that are used for binding must exist and be accessible when OCI_Execute()...
HI, I am trying to bind some variable to the statement and this is my sample coede...
Is this memory leak problem solved? OCI_CHARSET_WIDE
I posted on the OCILIB google group. Is it OK?
OCILIB is of course fully compatible with Oracle 12c :) Regards, Vincent
I know ocilib is compatible with Oracle >= 8, but Is it compatible with verson 12...
Yep :) I've answered on Google Groups !
Hi, OCILIB has moved to GitHub. Please, use the Git tracker for new issues/questions...
Hi everybody, We have web services in C# which work with business libraries written...
I found the answer , oracle instantclient_11_2/sdk/include file orl.h : #define OCI_NUMBER_SIZE...
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word"...
Hi, OCILIB has moved to GitHub. Please, use the Git tracker for new issues/questions...
I have a data defined by NUMBER(38,3) ,for example 123456789012345678901234567890,...
Subscription.Register crashes if subscribtion files
Hi, Fixed in Github repository.
hi, Thanks for reporting the issue :) could you open an issue on the OCILIB GitHub...
Subscription.Register crashes if subscribtion files
I made another commit related to OCI_IterFree()
Hi, Thanks for reporting issues. The issue related to OCI_ElemSetNumber() is fixed...
Hi, This is a bug introduced in v4.0.0 Already fixed in the GIT repository few weeks...
It depends ! For small sets of with small number of columns i would say collections....
You're welcome !
Hi, OCILIB C++ API has been introduced in January 2015 in version 4.0.0. It is obviously...
Hi, TYPES defined in PL/SQL (such as records and %ROWTYPE) cannot be retrieved in...
hi, CURSORs retrieved from PL/SQL are not scrollable. They are fetch forward only....
You can use a ref cursor in C programs ! Check the OCILIB documentation and demos...
Hi, what is the type of RESULT_DATASET ? if it is a PL/SQL TYPE or RECORD TYPE, it...
Good :) You're welcome. Vincent
Arrgh ! It was due missing break statements in column.c file that disappeared while...
Ok I will fix that asap !
I've just tried and with warning on, an exception is raised as expected. Get latest...
Do you have the same issue when warnings are not enabled ? if not, get latest sources,...
Hi, can you indicate the ocilib version (released packages version , latest sources)...
Fix by git commit 9be5fee5
Parse errors with queries containing multibyte UTF8 characters
Fix by commit git commit 9be5fee5
Parse errors with queries containing multibyte UTF8 characters
Hi, I've just committed a fix for that issue in the git repository. Will be part...
Hi, I've just commited a fix for that issue in the git repository. Will be part of...
Parse errors with queries containing multibyte UTF8 characters
Hi, Oracle OCI does not allow to bind associative arrays indexed by varchar2. Only...
You may need other CC/CL flags for your environment. Lot's of user reported to me...
You may need other CC/CL flags for your environment. Lot's of user reported to me...
Hi, You need to tell your HPUX compiler to compile OCILIB in 64bit mode (default...
Hi, Hi, You need to tell your HPUX compiler to compile OCILIB in 64bit mode (default...
I thought i had replaced all occurrence. I re-checked and made another commit. i...