Move tables from one tablespace to another | Maria's Oracle Blog

Move tables from one tablespace to another | Maria's Oracle Blog

瀏覽:1191
日期:2025-10-03
Today I had to change default tablespace for user X from USERS to XDATA together with all of its tables. 1. Change the default tablespace for the user which will ... Nice script but one mistake select ‘ALTER TABLE.X ‘ || rtrim(ltrim(segment_name)) || ‘ MO...看更多