Thread: dba_registry
View Single Post

   
  #2 (permalink)  
Old 02-24-2008, 10:01 AM
Mark D Powell
 
Posts: n/a
Default Re: dba_registry

Check the Oracle 8.1.7 Reference manual . I believe that dba_registry
was new with Oracle 9.

You can get Oracle version information from the view:
product_component_version, which provides the same information a
v$version but in a formatted manner: product, version, status.
HTH -- Mark D Powell --

Reply With Quote