java.sql.SQLException: ORA-00942: table or view does not exist

java.sql.SQLException: ORA-00942: table or view does not exist
---------------------------------------------------------------------------------------------

It occours for two reason...


1.You have not created the table.

2.After creating the table you are not coomit it by the sql command

commit;


#sql Exception

Comments

Popular posts from this blog

Git Commands With Output Log

Java Interview Preparation (conceptual)

Java 8 Function Interface