Database DataWarehousing (MOSC)

MOSC Banner

alter table segment

edited Apr 7, 2015 8:18PM in Database DataWarehousing (MOSC) 3 commentsAnswered ✓

A partitioned table was created such that the default tablespace is USERS, but the partitions are to go into tablespaces called DATA_1 for partition 1 etc.  Now a generic program that tries to create new partitions tries to create new partitions as USERS_2 rather than DATA_2.

From the manual it appears that I can change the default tablespace with a segment attribute clause, but I find such a statement fails.

Would: alter table A move tablespace DATA solve the problem without impacting the partitions?

Any suggestions.

DB is 11gR2.

Thanks,

Janet

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