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

Home -> Community -> Usenet -> c.d.o.server -> Re: OPS problem. (Tru64 5.1a. 8.1.7.3)

Re: OPS problem. (Tru64 5.1a. 8.1.7.3)

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 29 Jun 2002 20:02:04 +0200
Message-ID: <7ctrhucigu8imutj7q86267m3k8g1rh19m@4ax.com>


On Sun, 30 Jun 2002 00:55:12 +0900, "Michael" <mchang93_at_hanmail.net> wrote:

>hi?
>
>I have configured single oracle 8i(8.1.7.3) under Tru64 5.1a. but, have
>difficult in configuring OPS which changed from it.
>
>absolutely, I have changed some parameter in init****.ora.(paraller_sever,
>thread, instane_number and on)
>
>well, after using following command, I have encountered ORA-01611 error.
>
>SVRMGR> alter database add logfile thread 2
> 2> ('/redo04.log') size 512k reuse;
>alter database add logfile thread 2
>*
>ORA-01611: thread number 2 is invalid - must be between 1 and 1
>
>
>lookup in the oracle web page, I could find following error description.
>
>ORA-01611: thread number num is invalid - must be between 1 and num
>Cause: A thread number in a command is greater than the number of threads
>supported by the control file.
>Action: Use a thread number that is valid, or resize the thread record
>and/or checkpoint progress record sections of the controlfile.
>I think, I have to increase thread number. but, I don't know it at all.
> oracle is not familar with me. --++)
>what's matter with it ?
>plz, help me....
>
>thank you in advance.
>

Likely you mounted the instance in exclusive mode, in which case threads do not apply.
You also didn't include a logfile group number in your alter database command, you shouldn't definitely create NO online redolog files in the / directory, and your online redo log file is way too small. Guess your best bet is, when you are not familiar with Oracle, to study the appropiate doco at
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/paraserv.817/a76934/toc.htm

Hth

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Sat Jun 29 2002 - 13:02:04 CDT

Original text of this message

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