hi there,
i am facing the following error while starting wl5.1 server.
java.sql.SQLException: ORA-00942: table or view doesn't exist
at weblogic.db.oci.OciCursor.getCDAException(OciCursor.java:228)
at weblogic.jdbcbase.oci.Statement.private_parse(Statement.java:717)
at weblogic.jdbc.oci.Connection.prepareStatement(Connection.java:42)
at weblogic.jdbc.common.internal.ConnectionEnv.getStatementHolderForC
I am sure that the database and table are created properly(oracle 8i)
-
java.sql.SQLException: ORA-00942: (4 messages)
- Posted by: Rahul ..
- Posted on: May 24 2001 18:45 EDT
Threaded Messages (4)
- java.sql.SQLException: ORA-00942: by Jonathan Knight on May 25 2001 03:46 EDT
- java.sql.SQLException: ORA-00942: by Balu Herbert on May 25 2001 04:13 EDT
- java.sql.SQLException: ORA-00942: by manoj sharma on May 25 2001 04:45 EDT
- java.sql.SQLException: ORA-00942: by manoj sharma on May 25 2001 04:46 EDT
- java.sql.SQLException: ORA-00942: by manoj sharma on May 25 2001 04:45 EDT
-
java.sql.SQLException: ORA-00942:[ Go to top ]
- Posted by: Jonathan Knight
- Posted on: May 25 2001 03:46 EDT
- in response to Rahul ..
Is the user id that Weblogic is logging on as the owner of the missing table. If it is not has the user id been granted permissions to see the table. -
java.sql.SQLException: ORA-00942:[ Go to top ]
- Posted by: Balu Herbert
- Posted on: May 25 2001 04:13 EDT
- in response to Rahul ..
Hi,
The user that you created for accessing the database has dba permission.
Try to access the table through sql plus client.
cheers,
balu -
java.sql.SQLException: ORA-00942:[ Go to top ]
- Posted by: manoj sharma
- Posted on: May 25 2001 04:45 EDT
- in response to Balu Herbert
hi there
first check it out table name u r providing is there or not check the there may be a apelling mistake
Manoj
-
java.sql.SQLException: ORA-00942:[ Go to top ]
- Posted by: manoj sharma
- Posted on: May 25 2001 04:46 EDT
- in response to manoj sharma
its was spelling
soory for speeling mistake now u can
this is reason why ur getting this error