Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: converting data types
1- Also check for Triggers (to disable/enable)
2- Also check for existance of Foreign key from other tables (to
disable/enable)
3- Other dependant objects like materialized view (logs?)
Export could also be used instead of CTAS.
The nice thing about doing a truncate, as opposed to;
- drop - is that you don't loose table privileges (grants)
HTH Received on Thu Jan 12 2006 - 14:47:12 CST
![]() |
![]() |