dbTalk Databases Forums  

Date of View created on DB

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Date of View created on DB in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel
 
Posts: n/a

Default Date of View created on DB - 02-27-2006 , 04:16 AM






Hello,
I have created a view on the database.

Now can I see, somehow, when I updated/created the view.
(system tables or something).

Thanks



Reply With Quote
  #2  
Old   
sybrandb@yahoo.com
 
Posts: n/a

Default Re: Date of View created on DB - 02-27-2006 , 07:45 AM






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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.