i want to convert a non partitioned table to partitioned table but without loosing any constraints , triggers on the table .what shall i do ??
can i use the exchange command ???

what will be the syntax.
i am looking for a very safe way to do just like 'move' command in alter table

any help ??