Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: copy user data
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
![]() |
![]() |