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!

ERROR [HYC00][Oracle][ODBC][Ora]Optional feature not implemented....

795314Sep 8 2010 — edited Sep 8 2010
Hi I'm having issues running a query from a custom application through my work.
I'm making an ODBC connection directly to my Oracle database.

Here is my connection string (this works just fine):
DRIVER={Oracle in OraDb11g_home2};server=<server>;UID=<username>;PWD=<password>;

Query:
SELECT AUDIT_TYPE, EXTENDED_TIMESTAMP, STATEMENT_TYPE, RETURNCODE,AUDIT_OPTION, PRIV_USED, OS_USER FROM SYS.DBA_COMMON_AUDIT_TRAIL WHERE ROWNUM <= 10

Everytime I try to connect and run this query I get the Error:
ERROR [HYC00][Oracle][ODBC][Ora]Optional feature not implemented....

The thing is when I run this query from SQL Plus it executes just fine.

Does anyone have any suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2010
Added on Sep 8 2010
1 comment
3,246 views