Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> No Subject

No Subject

From: <ludivine.alligier_at_innetis.com>
Date: Wed, 11 Apr 2001 01:18:38 -0700
Message-ID: <F001.002E6C67.20010411003027@fatcity.com>

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: ludivine.alligier_at_innetis.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 Wed Apr 11 2001 - 03:18:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US