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!

OCCI and ORA-24315 on createConnection

JuliaCyanMay 24 2006 — edited May 24 2006
Hi,

I have a little sample application that used to work just fine. My OS is Windows / VS7. It connected the database, retrieved data, cursors, vectors etc etc.

Then, at some point, when I tried it again I got ORA-24315: illegal attribute type.

After some debugging I narrowed it to the line:

Connection *conn = env->createConnection(username, pass, sid);

The db log shows that the database actually accepts username, password and connects. Then this error happens, the exception gets thrown, the application exits...
I couldn't find much in newsgroups and especially nothing connected to OCCI and that error together....

Thank you!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2006
Added on May 24 2006
1 comment
8,153 views