Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: copy user data

Re: copy user data

From: z1hou1 <z1hou1_at_gmail.com>
Date: Sun, 07 Oct 2007 04:47:38 -0700
Message-ID: <1191757658.920943.206890@19g2000hsx.googlegroups.com>


Or use the COPY command in sqlplus. Depends on what you want to do. Use the export and import if you need the whole schema, or copy selectively so that you have just enough objects to meet your particular development needs. Use the HR schema for tables that you dont need by creating private synonyms in your schema pointing to those objects in the HR schema. You can also copy selectively using export/import.

z1hou1 Received on Sun Oct 07 2007 - 06:47:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US