Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Importing production schema to Personal Oracle
During the export set "compress=no" that will provide the tables with the
initial storage parameters.
____________________Reply Separator____________________Subject: Importing production schema to Personal Oracle Author: "Kumar; Dharminder" <Dharminder.Kumar_at_bmonesbittburns.com> Date: 6/20/00 11:28 AM
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
-- Author: Kumar, Dharminder INET: Dharminder.Kumar_at_bmonesbittburns.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 20 2000 - 16:13:25 CDT