0 pts.
 execute dbms_utility.analyze_schema
I tried to run the floowing command : execute dbms_utility.analyze_schema('CALLSINFO','ESTIMATE',500,0,'for table for all indexes for all indexed columns'); and i am having this error: ERROR at line 1: ORA-00376: file 1629 cannot be read at this time ORA-01110: data file 1629: 'G:ORADATACDRSTS_SMS_MT_NOV2006_FILE#02.DF' ORA-06512: at "SYS.DBMS_DDL", line 179 ORA-06512: at "SYS.DBMS_UTILITY", line 472 ORA-06512: at line 1 Can you help me please ? Thanks

Software/Hardware used:
ASKED: October 19, 2005  3:12 PM
UPDATED: June 4, 2012  9:43 PM

Answer Wiki:
When you put in a call, you need to point to a file first. If this is not happening on the front end, that could be the source of the missing file error. On the other hand, this is a really old question. You have probably figured out the answer Can we close it?
Last Wiki Answer Submitted:  June 4, 2012  9:43 pm  by  ShawnHendricks   1,590 pts.
All Answer Wiki Contributors:  ShawnHendricks   1,590 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _