![]()
From: Frank Naude (naudefj@telkomsa.net)
Date: Sun Jun 22 2003 - 11:59:11 CDT
Hi,
Hypermail reports wrong "Starting" and "Ending" dates for some folders.
To simulate, use the attached rc and mbox files ($ hypermail -c test.rc
-m test.mbx):
First folder:
1 messages: Starting Mon Mar 20 1995 - 09:08:17 CST,
Ending Mon Mar 20 1995 - 09:08:17 CST
Message listed:
Mon Jan 22 1996 - 03:01:34 CST
* Re: How many levels or redo mirroring ? Bruce Pihlamae
BTW: Hypermail version is pre-2.1.8 from the CVS Server.
Best regards.
Frank Naude
naudefj@telkomsa.net
dir = test
folder_by_date = "%Y/%b"
reverse_folders = 1
>From daemon Sun Jan 21 17:14:18 1996
Received: from ccvm.sunysb.edu by alice.jcc.com; (5.65v3.0/1.1.8.2/01Aug94-0142PM)
id AA22280; Sun, 21 Jan 1996 17:14:16 -0500
Message-Id: <9601212214.AA22280@alice.jcc.com>
Received: from CCVM.SUNYSB.EDU by ccvm.sunysb.edu (IBM VM SMTP V2R3)
with BSMTP id 0413; Sun, 21 Jan 96 17:04:56 EST
Received: from CCVM.SUNYSB.EDU (NJE origin LISTSERV@SBCCVM) by CCVM.SUNYSB.EDU (LMail V1.2a/1.8a) with BSMTP id 3135; Sun, 21 Jan 1996 17:04:54 -0500
Date: Mon, 22 Jan 1996 09:01:34 +0000
Reply-To: bpihlama@nla.gov.au
Sender: "ORACLE database mailing list." <ORACLE-L@ccvm.sunysb.edu>
From: Bruce Pihlamae <bpihlama@NLA.GOV.AU>
Organization: CSC
Subject: Re: How many levels or redo mirroring ?
X-To: Ken Friday <ken.friday@TELDTA.COM>, ORACLE-L@CCVM.SUNYSB.EDU
To: Multiple recipients of list ORACLE-L <ORACLE-L@ccvm.sunysb.edu>
> If I'm running my entire database (database, control, and redolog
> files) on RAID 0+1, does it make sense to have Oracle mirror the redo
> logs (in addition to the RAID protection) ?
If all your disks are already mirrored (RAID1) then don't bother doing Oracle
mirroring on the REDO logs. Its extra overhead you don't need.
If you have only striped (RAID0) then you have no recoverability so
you should using the Oracle REDO log mirroring.
Having said that, it is not good practice to use RAID1 mirroring on
'write only' files because of the overhead and slowness of writes.
Better to RAID1 your database and keep things like REDO logs, RBS
and TEMP on other fast write devices. In this case you would use
Oracle's REDO log mirroring.
Bruce...
-----------------
T T T T T T T T Bruce Pihlamae
I I I I I I I I bpihlama@nla.gov.au
I I I I I I I I National Library of Australia
T T T T T T T T Phone: +616 262-1480
----------------- Fax: +616 273-2116
===================
"If you swallow a live frog first thing in the morning;
nothing worse will happen to either of you that day."
>From owner-oracle-l@CCVM.SUNYSB.EDU Mon Mar 20 09:08:17 1995
Received: from ccvm.sunysb.edu by alice.jcc.com; (5.65/1.1.8.2/01Aug94-0142PM)
id AA15095; Mon, 20 Mar 1995 09:08:13 -0500
Message-Id: <9503201408.AA15095@alice.jcc.com>
Received: from CCVM.SUNYSB.EDU by CCVM.sunysb.edu (IBM VM SMTP V2R2)
with BSMTP id 8899; Mon, 20 Mar 95 08:54:17 EST
Received: from CCVM.SUNYSB.EDU (NJE origin LISTSERV@SBCCVM) by CCVM.SUNYSB.EDU (LMail V1.2a/1.8a) with BSMTP id 2206; Mon, 20 Mar 1995 08:54:16 -0500
Date: Mon, 20 Mar 1995 08:35:28 GMT
Reply-To: "ORACLE database mailing list." <ORACLE-L@CCVM.sunysb.edu>
Sender: "ORACLE database mailing list." <ORACLE-L@CCVM.sunysb.edu>
From: John C Flack <jflack@ACF.DHHS.GOV>
Subject: USER_SOURCE
X-To: ORACLE-L@CCVM.SUNYSB.EDU
To: Multiple recipients of list ORACLE-L <ORACLE-L@CCVM.sunysb.edu>
Dave Henley -
The problem is that USER_SOURCE is not really a table, it is a view. The
underlying table for that view is a data dictionary table owned by SYS.
Exporting a user doesn't really export any rows in the data dictionary
tables, it exports CREATE object commands for the objects owned by the user
![]()