For the ones who didn't followed the story, I sent a 1Go file. Ok. I did
it. But be sure I  haven't seen it was so big...Big mistake, I'm sorry
everybody, I'll be careful now...

I try another time to explain my problem with just a big MAIL !!   ----
So sorry ....----

So :
AIX Version  : 4.3.2.0
Oracle version  : 7.2.3

we got the following error log file :

SQLDBA> Connected.
SQLDBA> SQLDBA> ORA-00600: internal error code, arguments: [908], [], [],
[], [], [], [], []
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-00600: internal error code, arguments: [908], [], [], [], [], [], [],
[]
ORA-09860: Message 9860 not found;  product=RDBMS; facility=ORA
Additional information: 1
Additional information: 1
SQLDBA>      2>      3>      4>      5>      6>      7>      8>      9>
DBA-00342: unable to complete internal login
ORA-01034: ORACLE not available
ORA-07429: smsgsg: shmget() failed to get segment.
IBM AIX RISC System/6000 Error: 2: No such file or directory

Here is the shell used to create the database.

  connect internal
  set echo on
  startup nomount pfile=/home/oradonix/dbs/initADX_0.ora
  create database ADX
    maxinstances 1
    maxlogfiles  16
    maxdatafiles 50
    character set "US7ASCII"
    datafile '/home/oradonix/dbs/sys1ADX.dbf' size 64M
  logfile  '/home/oradonix/dbs/log11ADX.dbf' size 2M,
           '/home/oradonix/dbs/log12ADX.dbf' size 2M,
           '/home/oradonix/dbs/log13ADX.dbf' size 2M ;
  @?/rdbms/admin/catalog
  @?/rdbms/admin/utlmontr
  @?/rdbms/admin/catproc
  @?/rdbms/admin/catdbsyn
  @?/sqlplus/admin/pupbld
  set echo on

create tablespace TMP
    datafile '/home/oradonix/dbs/tmp1ADX.dbf'
    size 64M reuse
    default storage (
  initial      10K
  next         10K
  pctincrease  50
    );

Afterwards, we create rollback segments.

Thanks for your help, and still sorry for your mail boxes....  ;(

L.A.
Did I tell you I'm sorry ?


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to