Dariusz on Software Quality

15/09/2009

Oracle SHOW ERRORS directive

Filed under: en — Tags: — dariusz.cieslak @

By default Oracle is cryptic about details of an error. Directive SHOW ERRORS is very useful during debugging of stored procedures for instance.

07/09/2009

Oracle on Debian Lenny: ORA-01034: ORACLE not available

Filed under: en — Tags: — dariusz.cieslak @

Today I installed (again) Oracle XE on Debian (Lenny) and got the following error:

ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
SVR4 Error: 13: Permission denied

I suspected problem was caused by errant ORACLE_HOME / ORACLE_SID values bug got the answer:

chmod 6751 $ORACLE_HOME/bin/oracle

That gives “-rwsr-s--x“. Why permissions were not set properly on installation – have no idea. Any clues?

« Newer Posts

Powered by WordPress