![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, after migrating to Ora11 and some new synonym definitions etc. I've a lot of invalid views. I can see them with this select SELECT owner, object_type, object_name, status FROM dba_objects WHERE status = 'INVALID' and owner = 'MY_SCHEMA' ORDER BY owner, object_type, object_name; To find out the source of the mistake I can try to compile the first and the the next mistake. But it would be easier to order the above SELECT by depencies, so that the basic views come first and then the dependent. Is it possible. -- Norbert Oracle9i Enterprise Edition Release 9.2.0.8.0 64Bit |
![]() |
| Thread Tools | |
| Display Modes | |
| |