Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: local copy of remote database -- how to solve this case?
"T-BAG" <T-BAG_at_prisonbreak.invalid.com> a écrit dans le message de news: 465df0ce$0$3799$c3e8da3_at_news.astraweb.com...
| hello!
|
| is it possible to create "simplified" local copy of the remote database
| in an automatic/semi-automatic way? I don't need triggers, user roles
| etc., just tables and indexes placed at two local tablespaces.
|
| I am a beginner in databases and till now I only figured out how to copy
| data between two systems using SQLPlus COPY command.
|
| I tried to use DBMS_METADATA packet but I hardly can make it working,
| and the second thing is the incompatibility: local database is version
| 10g, remote version 9.
|
| To replicate remote structure locally I take the script for remote
| tables, modify tablespace names, and run it locally. It is time
| consuming (300 tables) and prone to my errors.
|
| So, here is my question: is there a way to make it faster and better? no
| triggers, roles, etc. just tables and indexes mapped into two local
| tablespaces.
|
| I would greatly appreciate your help and suggestions. any script example
| or solution will be helpful.
|
| thanks,
| T-BAG
Have a look at export/import tools.
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/toc.htm
Regards
Michel Cadot
Received on Wed May 30 2007 - 23:08:22 CDT