I’m seeing the below err in my server log, how can i get rid of this… ?
[1051] [1050]2010-07-06 16:38:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist [1049] [1048]2010-07-06 16:37:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist [1047] [1046]2010-07-06 16:36:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist [1045] [1044]2010-07-06 16:35:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist [1043] [1042]2010-07-06 16:34:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist [1041] [1040]2010-07-06 16:33:50 IST [ISS.0137.0011E] Scheduler: Exception: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist
I checked out the jdbc pools, they all were connected successfully. I checked in trying to install all the tables again using db configurator. Everything was done, and my db is up in running.
FYI …
When i try to see what are the sheduled services running in the admin page… the scheduler page is also with the same error.
[wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist
The user ID that you are using in the JDBC pools to connect to the database, what privileges does it have? It should have select,insert,update and delete privileges on the tables.
Hey… thanks a lot for your responses. I finally found the error… it was the error with the table IS_USER_TASKS table, it was not existing in the tables, though i created all the tables using DB configurator.