Message-Id: <10708.124411@fatcity.com> From: "Nosie" Date: Wed, 13 Dec 2000 11:38:06 +0700 Subject: Relocate Tablespace Hi DBAs, I plan to redesign a database structure. Currently a production DB has all objects stored in SYSTEM tablespace. I want to move it to a new production DB (in a new server machine) while relocate user objects (tables, indexes, triggers, stored procedures, etc) to tablespaces different than SYSTEM. What is the safest way to do it? Thanks in advance for your helps...