Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: error during oracle shutdown, sometimes, why?
Pui Ming WONG wrote:
>
> Recently i noticed the following error message
> ORA-00600 internal error code arguments: [730],[720],
> [space leak],[],[]
> during the shutdown of our Oracle (7.1.6 )
> But it does not appear sometimes.
> Seems to have heard no users complaining getting errors
> in their Oracle work.
> But this error does not put my mind to rest.
> Is it fatal ? What causes it ?
> --
Hi,
I've found that I got space leaks in 7.1.6 and 7.2.3 after dropping, and recreating tablespaces on the fly usually to gather several of the datafiles back into one. I perform all the usual stuff:
alter tablespace xxxx offline normal; drop tablespace xxxx including contents; then from O/S remove the datafiles:
rm xxxx.dbs
and recreate again
create tablespace xxxx
datafile 'xxxx.dbs' default storage(....);
Hope this helps....
-- Barry P. Grove BarrySoft Systems Applications grovebg_at_iSTAR.ca (604)929-5433 Developer, Oracle DBA, Unix Sysadmin North Vancouver, BC, V7H-2G4Received on Wed May 21 1997 - 00:00:00 CDT
![]() |
![]() |