ORA-08103: object no longer exists problem
614945Jul 26 2008 — edited Jul 26 2008hi all
i have created an anonymous block in which i create 2 local functions that i call from main program.
but while executing the block i am getting the errors as
ORA-08103: object no longer exists
ORA-06512: at line 34
ORA-06512: at line 56
56* if get_my_data = false
get_my_data is a local function.
please advice hoe to ghet throusg this problem.
thanks