Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Date of View created on DB

Re: Date of View created on DB

From: <sybrandb_at_yahoo.com>
Date: 27 Feb 2006 05:45:00 -0800
Message-ID: <1141047899.992367.52400@t39g2000cwt.googlegroups.com>


user_|all_|dba_objects

dict has the catalog of dictionary views. You can find any dictionary view by
select * from dict where table_name like '%<your query>%'

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Mon Feb 27 2006 - 07:45:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US