Home » Applications » Oracle Fusion Apps & E-Business Suite » Signal 11 error, what does it mean??!!
Signal 11 error, what does it mean??!! [message #172405] Tue, 16 May 2006 06:41 Go to next message
luaim
Messages: 3
Registered: May 2006
Location: Jordan, Amman
Junior Member
hi

i need help...

when i run a customized postscript report in a 11.5.10 environment, the report fails and the log gives me a signal 11 error... what does this error mean? and what should i do to solve it?
Re: Signal 11 error, what does it mean??!! [message #172432 is a reply to message #172405] Tue, 16 May 2006 08:08 Go to previous messageGo to next message
David.K.Dickson
Messages: 413
Registered: October 2005
Location: Surrey, England
Senior Member
You might want to search MetaLink for Signal 11.

Note:215601.1 "Diagnosing and Troubleshooting Signal Errors" should provide a starting point.

https://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=215601.1

Cool HTH

David
Re: Signal 11 error, what does it mean??!! [message #172510 is a reply to message #172405] Wed, 17 May 2006 00:19 Go to previous messageGo to next message
sheshukl
Messages: 13
Registered: February 2006
Location: Pune
Junior Member
This may help you.

Signal 11 :
"Unaligned memory access" is a message coming back from the UNIX operating system
letting you know that an Oracle executable has tried to access memory incorrectly. It's not a problem
with UNIX but is part of the operating system's mechanism of protecting itself from crashing.
Simple causes may include:
1) Not enough disk space in $APPL_TOP/out directory where the concurrent manager creates the
report output files.
2)Lack of storage space in table spaces, rollback segments etc
3)Very complex SQL statements with many Group By columns (which may not all be required)
4)Incorrect OS permission’s
5)Parameter mismatches
6)The reports were FTPed incorrectly (ASCII instead of binary)
7)A 'Numeric or Value error' on some procedure code (although this may also cause a Signal 4
error). Typically this is because you have a field or variable which is too small to hold a value
passed to it, which often happens when you are summing values.

Thanks,
Shesh
Re: Signal 11 error, what does it mean??!! [message #172789 is a reply to message #172510] Thu, 18 May 2006 01:46 Go to previous messageGo to next message
luaim
Messages: 3
Registered: May 2006
Location: Jordan, Amman
Junior Member
thanx i solved the problem... there was alot of uneeded grouping in the report :>
Re: Signal 11 error, what does it mean??!! [message #281821 is a reply to message #172789] Mon, 19 November 2007 07:28 Go to previous message
joebastian
Messages: 1
Registered: November 2007
Junior Member
For the signal 11 error while running reports, we tried unlinking and rcompiling all report objects. The problem persists! Any permanent solutions??
Previous Topic: discoverer installation
Next Topic: Period End process
Goto Forum:
  


Current Time: Thu Jul 04 11:12:19 CDT 2024