|
|
Re: about imp problem [message #57247 is a reply to message #57235] |
Fri, 30 May 2003 14:56 |
sai sreenivas jeedigunta
Messages: 370 Registered: November 2001
|
Senior Member |
|
|
heyy,
when the objects are getting imported there is a chance that a procure P (say) gets imported first whcih uses a table T (say) internally without being imported.. hence P becomes invalid..
If u are sure that they are error free in the parent schema.. u can solve this issue by saying..
exec dbms_utility.compile_schema('schema name');
sai
|
|
|