Thread: dba_registry
View Single Post

   
  #3 (permalink)  
Old 02-24-2008, 10:01 AM
Sybrand Bakker
 
Posts: n/a
Default Re: dba_registry

On 3 Jan 2005 01:16:20 -0800, yls177@hotmail.com (yls177) wrote:

>SVRMGR> select version from v$instance;
>VERSION
>-----------------
>8.1.7.2.0
>1 row selected.
>SVRMGR> desc dba_registry;
>MGR-00360: object to be described does not exist
>SVRMGR>
>
>
>Am i missing some things?


You didn't upgrade to a supported version with this new feature, also
you didn't run select * from dict where table_name = 'DBA_REGISTRY' to
check whether the view acutally exists.


--
Sybrand Bakker, Senior Oracle DBA
Reply With Quote