OCCI and ORA-24315 on createConnection
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!