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
---------------------------------------------------------------------------------------------
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
Post a Comment