Re: local copy of remote database -- how to solve this case?




"T-BAG" <T-BAG@xxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de news: 465df0ce$0$3799$c3e8da3@xxxxxxxxxxxxxxxxxxxx
| 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


.



Relevant Pages

  • Re: Advice sought on use of DTS [Long]
    ... it may help to know that you can disable triggers temporarily do ... You may want to set up a sql job to copy over the remote database (the ... Can you programmatically tell a DTS package which databases to update? ...
    (microsoft.public.sqlserver.dts)
  • Re: local copy of remote database -- how to solve this case?
    ... is it possible to create "simplified" local copy of the remote database ... I don't need triggers, user roles ... 10g, remote version 9. ... To replicate remote structure locally I take the script for remote ...
    (comp.databases.oracle.server)
  • Re: local copy of remote database -- how to solve this case?
    ... is it possible to create "simplified" local copy of the remote database ... I don't need triggers, user roles ... 10g, remote version 9. ... To replicate remote structure locally I take the script for remote ...
    (comp.databases.oracle.server)
  • Re: Advice sought on use of DTS [Long]
    ... I wasn't aware you could do cross database ... the remote database, but it's very expensive to do this and I want to ... it may help to know that you can disable triggers temporarily do ... I'm not sure why exactly you want to use dts for this solution...Can ...
    (microsoft.public.sqlserver.dts)
  • Challenging ADO.NET situation (long)
    ... need to import those records into the local database. ... depending on a "type" column in the master (ie some records ... independantly, but data is always transfered from remote to local, not the ...
    (microsoft.public.dotnet.framework.adonet)