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

Home -> Community -> Usenet -> c.d.o.server -> ORA-00600 while trying to create user

ORA-00600 while trying to create user

From: Michael J. Deemer <mdeemer_at_home.com>
Date: Wed, 26 May 1999 02:16:30 GMT
Message-ID: <374B5A72.EB73676C@home.com>


I am trying to create users in 8.0.5.1 on LINUX and continually receive the message below. Can anyone help.

I am logged into Oracle as sys when trying this.

Oracle8 Release 8.0.5.1.0 - Production
PL/SQL Release 8.0.5.1.0 - Production

SQL> create user mdeemer identified by password   2 default tablespace users
  3 temporary tablespace temp
  4 quota 3 M on users
  5 quota 1 M on temp;
create user mdeemer identified by password

            *
ERROR at line 1:
ORA-00600: internal error code, arguments: [2848], [9], [2], [1], [0], [1], [], [] Received on Tue May 25 1999 - 21:16:30 CDT

Original text of this message

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