Database Administration (MOSC)

MOSC Banner

moving table(s) and constraints

edited May 24, 2019 1:53AM in Database Administration (MOSC) 3 commentsAnswered ✓

Hi, thanks in advance,

To reclaim a fair amount of space I've been moving tables and indexes to a different tablespace.  The command

-- as sys on 12.1

ALTER TABLE sequence.amplicon move tablespace SEQ_DATA2;

does the job but go to drop the original tablespace and this finds all the constraints that are left defined in the original tablespace. Is there a way to move them at the same time? I'm guessing it's because of RI complexity.

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center