New User ? Sign Up  |  Sign In  |  Help
ask
answer
discover
     
Search for questions :
My Profile
Categories

blackbelt

Open Question Bookmark and Share

Oracle 8i database table has been damaged what to do?

I had created some tables in oracle but the windows got corrupted because of virus attack. After I scanned the system with antivirus program when I try to open the table I get error message saying that I can’t recover the tables you can recover the views. How do I recover the previous tables?

116 day ago

    Comment(s) (0)
    Report Abuse
   Find Intereseting  
   E-Mail to Friends  
   Bookmark  
   Subscribe to Answer Alert  
No comments yet !!!     Be the first to comment
Answers (1)

welmablossom
dbms_repair utility provides a mechanism to repair the corrupted database blocks, the fix_corrupt_blocks procedure. Below listed is the syntax for the fix_corrupt_blocks procedure:

dbms_repair.FIX_CORRUPT_BLOCKS (
schema_name IN VARCHAR2,
object_name IN VARCHAR2,
partition_name IN VARCHAR2 DEFAULT NULL,
object_type IN BINARY_INTEGER DEFAULT TABLE_OBJECT,
repair_table_name IN VARCHAR2 DEFAULT 'REPAIR_TABLE',
flags IN BINARY_INTEGER DEFAULT NULL,
fix_count OUT BINARY_INTEGER);

Try running this procedure it might help. If it does not then I think you need to go for any oracle repair software third party software program that will do the job of repairing the oracle database tables. Software is easy to use and no prior technical skills are required. So, just try out the above steps if that does not work then go for this software program.


Posted 116 days ago

( 0 )
( 0 )
    Comment(s) (0)
   Report Abuse
No comments yet !!! Be the first to comment on this answer !!!

Email this question link to friends
You must enter email-address, if name is entered and vice-versa for each friend.
Friend #1 -
Friend #2 -
Friend #3 -
Friend #4 -
Friend #5 -
  Your comment on this question
Max Allowed : 5000 Characters Current Count : 0
  Your comment on this answer
Max Allowed : 5000 Characters Current Count : 0