QUESTION POSED ON: 23 May 2007 How to move tables from the system tablespace to the users tablespace in Oracle 8.0.6?
>
EXPERT RESPONSE
If memory serves me correctly, the ALTER TABLE MOVE command is not available in Oracle 8.0.6. I do not have a version this old to double-check. If the ALTER TABLE MOVE command is available in this version, you can use it to move the table to a different tablespace. Otherwise, you can move the table with the export and import utilities.
Step 2 will create a SQL script (t.sql). Edit this script to contain just the CREATE TABLE command. Modify the TABLESPACE parameter to create the table in the correct tablespace.
Drop the table.
Precreate the table by running the script you modified in step 3.
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.