Re: from Non-Archive-Mode to Archive-Mode

2003-01-21 Thread Rajesh . Rao
recipients of list ORACLE-L [EMAIL PROTECTED] tmail.com cc: Sent by: Subject: Re: from Non-Archive-Mode to Archive-Mode

Re: from Non-Archive-Mode to Archive-Mode

2003-01-21 Thread Arup Nanda
ORACLE-L [EMAIL PROTECTED] tmail.com cc: Sent by: Subject: Re: from Non-Archive-Mode to Archive-Mode root@fatcity. com January 17, 2003 05:54 PM

from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread MURAT BALKAS
Hi, how can I calculate/estimate the extra disk space I'll need if I change the log mode from non-archive-mode to archive-mode. I want to change the log mode of all my objects. Do I need to do this one-by-one or is it enough if I change the log mode of my tablesapces? Thanks in advance

Re: from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread Arup Nanda
: Friday, January 17, 2003 5:08 AM Hi, how can I calculate/estimate the extra disk space I'll need if I change the log mode from non-archive-mode to archive-mode. I want to change the log mode of all my objects. Do I need to do this one-by-one or is it enough if I change the log mode

RE: from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread Stephen Lee
of how much archiving will occur. -Original Message- Sent: Friday, January 17, 2003 4:09 AM To: Multiple recipients of list ORACLE-L Hi, how can I calculate/estimate the extra disk space I'll need if I change the log mode from non-archive-mode to archive-mode. I want to change

RE: from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread Adams, Matthew (GECP, MABG, 088130)
Title: RE: from Non-Archive-Mode to Archive-Mode I personally use the following SQL to get a very rough estimate of how much archive space I'm going to need per day. select (num_logs*bytes )/(1024*1024) Megs per Day from (select ceil(avg(count(*))) num_logs from v$log_history lh group

Re: from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread Rajesh . Rao
PROTECTED] tmail.com cc: Sent by: Subject: Re: from Non-Archive-Mode to Archive-Mode root@fatcity

Re: from Non-Archive-Mode to Archive-Mode

2003-01-17 Thread Arup Nanda
] To: "Multiple recipients of list ORACLE-L" [EMAIL PROTECTED] Sent: Friday, January 17, 2003 1:25 PM Subject: Re: from Non-Archive-Mode to Archive-Mode Arup, From your past replies to the list, I am surprised to hear you say this. "If you have placed the init.ora parameter log_checkpoin