Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ora-08103 Object no longer exist

Velu AngusamyApr 26 2019 — edited Apr 28 2019

Hi Experts- we are recieving intermittent job failure with ora-18103 object no longer exist.

with the help of audit we were able to identify that one session is updating the table and at the same time another session issued a select statement of same table .

I am wondering will this cause object no longer exist?

have seen number articles this can cause only with truncate and select in 2 different session may cause this issue.

Could you please provide some insight.

session 1:

UPDATE PSSTATUS SET DATABASE_OPTIONS = DATABASE_OPTIONS + :1 WHERE

MOD(FLOOR(DATABASE_OPTIONS/:2),?) = ?

session 2:

SELECT UNICODE_ENABLED FROM PSSTATUS

Comments
Post Details
Added on Apr 26 2019
17 comments
7,473 views