Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Text Compression
If your ultimate requirement is to compress the table data, then better use the following option:
Create table <<tabl_name>>
pctfree 0
compress
as select * from <<old_table>>
-- tabreaz ------------------------------------------------------------------------ tabreaz's Profile: http://www.dbtalk.net/m473 View this thread: http://www.dbtalk.net/t315944Received on Tue Jun 27 2006 - 23:32:10 CDT
![]() |
![]() |