Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Importing production schema to Personal Oracle
Hey,
I want to import one schema from our production database to personal oracle
database. The intention is to create all the tables ( with zero row) and
other oracle objects(synonyms, functions, procedure, triggers, packages etc)
in the Personal Oracle database. Here is steps I follow.
1. export the user without table data from production database.
2. import the user on the personal oracle database.
But the problem lies in step 2 because I believe in the export the table definition contains the storage parameters for the table(s), which is usually very big for production database. So after the creation of one or two tables the tablespace becomes full on the Personal Oracle database.
So I am looking for way to overcome this problem because my intention is to just create the tables(with no row) and other oracle objects only.
Any Idea ?
Dharminder Kumar Received on Tue Jun 20 2000 - 11:28:12 CDT