Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Failure to connect a 19c database with an old style OCI C program (Centos 7.6 x86_64)

Sidhoum HafidSep 3 2019 — edited Sep 4 2019

I created a user "CAO/safirs" in 19c database.

I can access to this user with Sqlplus but not with a very simple old style C Ici program.

This same program can access to 12c database.

ret=orlon(&lda, &hda,"CAO",3,"safirs",6,flag);

It returns 0 (OK) when accessing to 11g, 12c Database, but 1017 when accessing 19c Database.

Thank you

Comments

Post Details

Added on Sep 3 2019
4 comments
2,817 views