Results 1 to 5 of 5

Thread: ORA-08103 : Object no longer exist in database

  1. #1
    Join Date
    Nov 2009
    Posts
    56

    ORA-08103 : Object no longer exist in database

    Hi,
    I had created a procedure named "Add_max_sal" and when I try to execute it. It occur some error during execution with this statement :"ORA-08103 : Object no longer exist in database" .it is very strange error.Why it is replying like that.Please tell me what I need to do now.

    Thanks.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    ORA-08103 : Object no longer exist error

    ORA-08103 Error :

    The database throws this error when some privileged user delete this particular object.As you have created before and someone have privilege to access and update on the object and get deleted by him/her.

    Now you have to create a new or need to perform the recovery operation suggesting upon the database administrator.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    ORA-08103 :Corruption error

    ORA-08103 :Corruption error :

    The object that you have created earlier and need to access now but getting some unavailability error during select command.

    The reason may be the data file corruption,the tablespace is constructed through the data file but now the whole data file become corrupted with a single block where your procedure was placed.

    In this case,you need to consult with Database Administrator to recover the corrupted data file.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    ORA-08103 :error causing Disk Unavailability

    ORA-08103 :error causing Disk Unavailability:

    The object that you want to access.The problem may be the disk unavailability means the disk has been completely removed on which your database object was stored.

    In this case,if you have a consistent backup of your database,then you need to recover it in the guidance of database administrator. Otherwise ,you have to create it again.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    ORA-08103 :recovering the issues

    ORA-08103 :recovering the issues

    The database administrator will perform the Incomplete recovery after this error.Using a proper backup and the archive log files would also be used to recover the appropriate database object.The procedure to recover that object :

    RAMN>Restore database; /* Appropriate files would be restored from backup and archive are ready to apply */
    RMAN>Recover database;
    Last edited by Zecho; 10-02-2010 at 06:18 PM.

Similar Threads

  1. Replies: 2
    Last Post: 02-02-2012, 12:03 PM
  2. Replies: 6
    Last Post: 06-06-2011, 01:34 AM
  3. Folder Redirection policy object don't exist in group policy
    By Mohammad_dn in forum Operating Systems
    Replies: 3
    Last Post: 12-01-2011, 11:41 PM
  4. Replies: 3
    Last Post: 08-01-2011, 06:20 AM
  5. GPO not working, Error : The policy object does not exist
    By Samra in forum Networking & Security
    Replies: 4
    Last Post: 05-01-2010, 07:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,374,530.02560 seconds with 16 queries