Database Administration (MOSC)

MOSC Banner

create table **** as select * from **** ,提示报错:ORA-00600: internal error code, arguments: [4511], [],

edited Aug 16, 2021 1:05PM in Database Administration (MOSC) 1 commentAnswered

告警文件如下:

SQL> create table test as select * from dba_users;

create table test as select * from dba_users

                  *

ERROR at line 1:

ORA-00600: internal error code, arguments: [4511], [], [], [], [], [], [], []



trace文件如下:

*** SERVICE NAME:(SYS$USERS) 2021-08-16 14:42:58.408

*** SESSION ID:(422.174) 2021-08-16 14:42:58.407

*** 2021-08-16 14:42:58.407

ksedmp: internal or fatal error

ORA-00600: internal error code, arguments: [4511], [], [], [], [], [], [], []

Current SQL statement for this session:

update obj$ set obj#=:6,type#=:7,ctime=:8,mtime=:9,stime=:10,status=:11,dataobj#=:13,flags=:14,oid$=:15,spare1=:16, spare2=:17 where owner#=:1 and name=:2 and namespace=:3 and(remoteowner=:4 or remoteowner is null and :4 is null)and(linkname=:5 or linkname is

 null and :5 is null)and(subname=:12 or subname is null and :12 is null)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center