Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 8.1.7.4 patch for Linux
After installing the patch, Oracle ask you to put
_system_trig_enabled=false in your init.ora
before you run catalog catproc etc.
I took it out and still have the problem.
I also compared the init parameter values in alerg.log before and after applying the patch. Nothing's changed.
I even tried to create a new instance with only 15mb SGA and still won't startup nomount.
I traced the startup, and saw pmon comes up and goes down. Found this message though:
1272 open("/dev/null", O_RDONLY) = 2 1272 dup(2) = 13 1272 setsid() = -1 EPERM (Operation not permitted) 1272 chdir("/d00/app/oracle/product/8.1.7/dbs") = 0 1272 shmget(2567278436, 0, 0) = 163841 1272 shmctl(163841, SHM_LOCK, 0) = -1 EPERM (Operation not permitted)1272 SYS_199(0x404f4828, 0x1, 0x404f54a0, 0x28001, 0x404f2fd0) = 59 1272 shmctl(163841, 0x102 /* SHM_??? */, 0xbfffd54c) = 0 1272 --- SIGSEGV (Segmentation fault) ---
It then left the shared memory segment and semaphores which I have to manually remove.
-----Original Message-----
Sent: Friday, June 21, 2002 12:31 PM
To: 'ORACLE-L_at_fatcity.com'
Cc: 'Richard.Ji_at_MobileSpring.com'
Unless I am having a senior moment, won't Oracle put some changes into your init.ora file for you when installing/upgrading Oracle 8i. I am sure I was bitten with this a few months back. Get a copy of your old init.ora file (if you have it )or at least check through you init.ora file for a comment line saying "line inserted by Oracle Installer" or something like that.
Then again I could be talking c**p
HTH Lee
-----Original Message-----
Sent: 21 June 2002 18:07
To: Multiple recipients of list ORACLE-L
Hi all,
Anyone patched their Oracle on Linux with 8.1.7.4 patch? I patched my 8.1.7.0.0 on SuSE 7.2 to 8.1.7.4 and can't startup the database anymore.
Keep getting ORA-24323 but I didn't change anything in my init.ora file.
Richard
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ji, Richard
INET: Richard.Ji_at_MobileSpring.com
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).
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged. If the reader
of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited.
If you have received this communication in error, please
re-send this communication to the sender and delete the
original message or any copy of it from your computer
system.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ji, Richard
INET: Richard.Ji_at_MobileSpring.com
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 Jun 21 2002 - 12:57:07 CDT
![]() |
![]() |