vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| plan on using an IOT with compressed PK however said this bug Bug 2718937 OERI:6033 from SELECT on IOT with COMPRESSED PRIMARY KEY Queries on an IOT table with a compressed primary key may fail with ORA-600 [6033]. can an ORA-600 cause the DB to shutdown? or just the select to fail |
| |||
| Mistton wrote: > plan on using an IOT with compressed PK however said this bug > > Bug 2718937 OERI:6033 from SELECT on IOT with COMPRESSED PRIMARY KEY > Queries on an IOT table with a compressed primary key > may fail with ORA-600 [6033]. > > can an ORA-600 cause the DB to shutdown? or just the select to fail no, a select resulting in ora-600 can crash the database. I remember an ora-600 on select * from v$pwfile_users, and the database crashed. Whether this particular ora-600 can crash the database, I don't know. -- Sybrand Bakker Senior Oracle DBA |
| ||||
| Mistton wrote: > plan on using an IOT with compressed PK however said this bug > > Bug 2718937 OERI:6033 from SELECT on IOT with COMPRESSED PRIMARY KEY > Queries on an IOT table with a compressed primary key > may fail with ORA-600 [6033]. > > can an ORA-600 cause the DB to shutdown? or just the select to fail In general: yes, ORA-600's can cause an instance shutdown. For this specific one: read Metalink Note:45795.1 -- Jeroen |