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!

cant find v$sysstat (cpp, vc9)

777408Jun 6 2010 — edited Jun 6 2010
Hi there im trying to make a simple query:

Statement stmt = conn->createStatement("select from v$sysstat");
ResultSet *rs = stmt->executeQuery();

and i getting "ORA-00942: table or view does not exist"

please need your help.

I'm a newbie so try to be nice...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2010
Added on Jun 6 2010
1 comment
512 views