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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Automatic Date/Time

Re: Automatic Date/Time

From: TOM MERCADANTE <MERCADTF_at_SNYPLAVA.BITNET>
Date: Wed, 17 Jan 1996 12:30:47 -0500
Message-Id: <9601171756.AA16943@alice.jcc.com>


Date sent: 17-JAN-1996 12:29:23
gerald

Try the following select. You will see what you want.

SQL> select * from all_objects
where object_name = '{yourfunction/package/procedure name}';

The create date and last access date will be listed.

Hope this helps.

Tom

>
> Oracle-L Group,
> What methods are available for "automatic" version control of SQL
> Code in Oracle (i.e., Functions)? COBOL 2 uses a reserved word of
> "DATE_COMPILED" to update this date every time the program is
> compiled. Is there anything like this in Oracle SQL or SQL+?
>
> Thank You,
> gerald_bowers_at_fmso.navy.mil

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                            %
% Tom Mercadante                                                             %
% Database Administrator                                                     %
% SUNY Plattsburgh                                                           %
%                                                                            %
% BITNET   : MERCADTF_at_SNYPLAVB.BITNET                                        %
% INTERNET : MERCADTF_at_SPLAVA.CC.PLATTSBURGH.EDU      Computer Systems Center %
% PHONE    : (518)564-3013                           Kehoe 507               %
% FAX      : (518)564-4415                           Plattsburgh, NY 12901   %
%                                                                            %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Received on Wed Jan 17 1996 - 12:56:30 CST

Original text of this message

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