Re: Maximum number of redo log members

2002-01-17 Thread Joan Hsieh

I got this query from the list. I can try it.  

JOan

select 
decode (indx,
3,'MAXLOGFILES',4,'MAXDATAFILES',2,'MAXINSTANCES',9,'MAXLOGHISTORY 
') , rsnum from x$kccrs 
where indx in (3,4,2,9) 
union all 
select 'MAXLOGMEMBERS ',dimlm from x$kccdi 
/ 

Rachel Carmichael wrote:
 
 I believe that the only way to see that information is to do an alter
 database backup controlfile to trace
 
 as it is stored only in the controlfiles. This was true in 7.3 and 8.x
 --- Sinard Xing [EMAIL PROTECTED] wrote:
  Hi all,
 
  Where to find information about my MAXLOGMEMBERS, MAXLOGFILES ?
 
  I mean which views or tables (DD) to query from.
 
 
 
 
  Note:
  Oracle doc said see your operating system-specific Oracle
  documentation,
  which is I don't have any : (
 
 
  Thank you
 
  Sinardy
 
 
  --
  Please see the official ORACLE-L FAQ: http://www.orafaq.com
  --
  Author: Sinard Xing
INET: [EMAIL PROTECTED]
 
  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: [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).
 
 __
 Do You Yahoo!?
 Send FREE video emails in Yahoo! Mail!
 http://promo.yahoo.com/videomail/
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Rachel Carmichael
   INET: [EMAIL PROTECTED]
 
 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: [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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Joan Hsieh
  INET: [EMAIL PROTECTED]

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: [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: Maximum number of redo log members

2002-01-16 Thread Rachel Carmichael

I believe that the only way to see that information is to do an alter
database backup controlfile to trace

as it is stored only in the controlfiles. This was true in 7.3 and 8.x
--- Sinard Xing [EMAIL PROTECTED] wrote:
 Hi all,
 
 Where to find information about my MAXLOGMEMBERS, MAXLOGFILES ?
 
 I mean which views or tables (DD) to query from.
 
 
 
 
 Note:
 Oracle doc said see your operating system-specific Oracle
 documentation,
 which is I don't have any : (
 
 
 Thank you
 
 Sinardy
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 -- 
 Author: Sinard Xing
   INET: [EMAIL PROTECTED]
 
 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: [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).


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: [EMAIL PROTECTED]

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: [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: Maximum number of redo log members

2002-01-15 Thread Rajesh Dayal

One sure way I know is 

 ALTER DATABASE BACKUP CONTROLFILE TO TRACE ; 

May be someone can point out other methods..

HTH,
Rajesh

-Original Message-
Sent: Wednesday, January 16, 2002 9:50 AM
To: Multiple recipients of list ORACLE-L

Hi all,

Where to find information about my MAXLOGMEMBERS, MAXLOGFILES ?

I mean which views or tables (DD) to query from.




Note:
Oracle doc said see your operating system-specific Oracle documentation,
which is I don't have any : (


Thank you

Sinardy


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Sinard Xing
  INET: [EMAIL PROTECTED]

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: [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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rajesh Dayal
  INET: [EMAIL PROTECTED]

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: [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).