Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-00600 while trying to create user
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
![]() |
![]() |