Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: release after delete
Noel wrote:
> Uzytkownik "Daniel Morgan" <damorgan_at_x.washington.edu> napisal w wiadomosci > news:1070328583.867150_at_yasure... >>>>Thanks in advance
>>>Is it possible to release the space after a big delete ?
>>>other than export/import
> > Hello. > Its nice solution but sometimes could't be done :-(. > You cannot just truncate table while there are foreign references... > There is possible to drop that table with 'CASCADE CONSTRAINTS' > and rename temp into orginal, but all references will be disabled or set to > null. > -- > Noel
Look at the DBMS_REDEFINITION package. It has its weaknesses but it might work for you.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Tue Dec 02 2003 - 11:20:42 CST
![]() |
![]() |