ORA-08103 object no longer exists
420445Aug 8 2005 — edited Aug 8 2005Hi,
I have written one pl/sql block in which have some i/p parameters at the same time i have one output ref cursor. I am using 8 to 10 global temporary tables for this procedure. The procedure runs successfully without any error but when i am trying to print this ref cursor i get a error message as
ORA-08103 object no longer exists
no rows selected
even if the table still exists in the database.
Thanks in advance!!!!!!!!!