RE: Minutes Since Midnight 2000

2003-01-17 Thread Post, Ethan
Yeah that would work if I want to use the database but I try to write things
in such a way that I can use them in other places and share them with other
non-DBA types, thus the reason I am not using Perl or GNU date.  Oracle-L
has some very good *nix scripters so that is why I posted it here, I get
faster better responses then many of the *nix lists.  Thanks for suggestion.

- E

-Original Message-
Sent: Friday, January 17, 2003 1:43 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]


Just idea, how about:

SQL select 24*60*(sysdate - to_date('00-00-00-01-01-2000', 
'SS-MI-HH24-DD-MM-') ) from dual;

24*60*(SYSDATE-TO_DATE('00-00-00-01-01-2000','SS-MI-HH24-DD-MM-'))
--
1602151.58

You can spool this result to a file and then use  cat | awk to read the 
number back to your script.

HTH.

Guang



_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Post, Ethan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Minutes Since Midnight 2000

2003-01-17 Thread Post, Ethan
Hey what can I say, I am a ksh bigot :)  

-Original Message-
Sent: Friday, January 17, 2003 2:52 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]


any more, a system without perl is hardly a system at all.

it's kind of like a system without a shell.

Jared






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Post, Ethan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).