I have a database that has an error in the name of the SYS_LAYOUTS table.
Below it a snippet from the capture of the data check.
See those extra characters at the end of the table name SYS_LAYOUTS

   Examining table SYS_LAYOUTS     ��
      Index:         14
      Column:        SYS_LAYOUT_NAME
      Column:        SYS_LAYOUT_DATA
 
My question is, how can I fix most easily fix this database?
 
I the past I have resorted to dumping the data to ASCII files 
from the individual tables and then loading the data back into
an uncorrupted database, table by table.
There must be an easier way.
Hope someone can help.
Thanks,
Sharon Lima

 

Reply via email to