migration oci sequence problem [message #94054] |
Wed, 26 November 2003 08:49 |
Jeroen
Messages: 7 Registered: November 2003
|
Junior Member |
|
|
Hi,
We’re testing an oracle 9.2.0.4 database with an oracle 7 client.
This is a C++ client, using OCI to go to oracle.
We see strange behaviour when using a sequence which worked
nicely before. The sequence is not incremented when issueing
"select res_id.nextval from dual
When I test this with an oracle 7 sqlplus client this works also
as expected.
Is there any known bug or issue known with migrating oci-applications.
According to manuals it shouldn’t be a problem and I cannot find any problems
on metalink about this.
Thanks in advance,
Jeroen
|
|
|