Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA 235
Hi Sinardy,
It probably means that a log switch was in progress at the same time as the query.
However, the error can be simulated
by setting event 10327. So if someone's been setting events and has messed up, that
could also explain it. You can use
that event for testing if you want to write robust code that handles the error. A good
example of such code can be seen
in '$ORACLE_HOME/rdbms/admin/recover.bsq'.
@ Regards,
@ Steve Adams
@ http://www.ixora.com.au/ - For DBAs
@ http://www.secularislam.org/call.htm - For Muslims
@ http://www.christianity.net.au/ - For all
-----Original Message-----
Can someone tell me what is the cause of this error
FROM sys.v_$loghist lh1, sys.v_$loghist lh2
*
ERROR at line 6:
ORA-00235: controlfile fixed table inconsistent due to concurrent update
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Steve Adams INET: steve.adams_at_ixora.com.au 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 Oct 19 2001 - 02:37:55 CDT
![]() |
![]() |