Unexpected Signal : 11 occurred at PC=0xB7D3B7CE Function=(null)



Unexpected Signal : 11 occurred at PC=0xB7D3B7CE Function=(null)
Library=/tmp/OraInstall2012-05-28_02-37-07PM/jre/1.4.2/lib/i386/client/libjvm.so

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.

#. install 10g database open first window next after get this error:-

Solution:-

Edit both file:-Oratab and OraInst.loc...

[root@gayatri1 oracle]# vi /etc/oratab
[root@gayatri1 oracle]# vi /etc/oraInst.loc

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...