Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question about Moving Table Between Tablespace
On Wed, 24 Sep 1997 20:11:23 +0800, Morris Wong <morriswg_at_netvigator.com> wrote:
>Hi all,
>
> I have to move a table from one tablespace to another.
> The table has index and trigger. If I simply drop and then
> create the table and index, will the trigger be affected?
>
> Thank you.
>
>BR,
>Morris
>morriswg_at_netvigator.com
You have to recreate the triggers as well. When you delete a table all objects related to the table will be deleted. Constraints, grants, triggers and comments.
Goodluck Received on Thu Sep 25 1997 - 00:00:00 CDT
![]() |
![]() |