Skip to Main Content

Oracle Database Discussions

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!

occiCommon.h

Marius2Jan 17 2007 — edited Mar 20 2007
I have a problem using this. I include occi.h and gets lots of errors in occiCommon.h The first few errors regards the following lines of the occiCommon.h file:

#ifndef ORASTRINGSTL
#define ORASTRINGSTL
#include <string> <This is line 125>
#endif

#ifndef ORAVECTORSTL
#include <vector> <This is line 129>
#define ORAVECTORSTL
#endif

The errors read:
In file included from /u01/app/oracle/product/10.1.0/db_1/rdbms/public/occi.h:39,
from occi.c:1:
/u01/app/oracle/product/10.1.0/db_1/rdbms/public/occiCommon.h:125:18: string: No such file or directory
/u01/app/oracle/product/10.1.0/db_1/rdbms/public/occiCommon.h:129:18: vector: No such file or directory

Any ideas of what I'm doing wrong?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Jan 17 2007
2 comments
399 views