cant find v$sysstat (cpp, vc9)
777408Jun 6 2010 — edited Jun 6 2010Hi 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...