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

Home -> Community -> Mailing Lists -> Oracle-L -> compare date

compare date

From: Mitchell <mitchell_at_comnet.ca>
Date: Fri, 09 Mar 2001 14:12:39 -0800
Message-ID: <F001.002C8C7B.20010309140124@fatcity.com>

Hi

is there any ADSM guru here to give me some help?.

I used rman and adsm to backup database and I want to check the archivelog by query command at ADSM server
so I can compare it to my oracle server.

Select  count(*) from backups          -- adsm version 3.1 for AIX
where owner = 'rman'                       -- owner
and ll_name  like 'Archive_log_s%'   -- our archive log
and node name = 'SP1DB2'             -- db name
and backup_date = '01/01/2001'      -- never work  ??? I tried quite few
ways.

Note: backup_date is timestamp field.

Thanks in Advacne

Mitchell

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Mitchell
  INET: mitchell_at_comnet.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (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). Received on Fri Mar 09 2001 - 16:12:39 CST

Original text of this message

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