Importação dump Oracle

1. Importação dump Oracle

thiago
tgmarinho

(usa Debian)

Enviado em 25/07/2013 - 19:03h

Olá, boa tarde!

Estou pesquisando no google, e ainda não consegui com sucesso uma responta para seguinte dúvida.

Estou com um arquivo dump (produto.dmp) que preciso importar para BD Oracle, porém estou sem espaço no servidor para mover o produto.dmp para o servidor e fazer a importação (impdp). Queria saber como faço para no servidor (linux) eu apontar para o produto.dmp que está na minha máquina local Windows na hora de fazer a importação (impdp).

Tipo, o dump tem 10 GB e para importar preciso criar o usuário e o tablespace que tem que ter 10GB iniciais, ai nesse caso preciso de 20 GB de espaço que não tenho, só tenho os 10 GB, por isso eu preciso importar o dump de forma remota, do servidor (linux) apontar para meu arquivo dmp que está na minha máquina local windows (tenho um vm linux tbm com o dmp para facilitar).




  


2. Voce vai

Perfil removido
removido

(usa Nenhuma)

Enviado em 25/07/2013 - 19:52h

Você vai ter que compartilha a pasta no windows e montar o compatilhamente no servidor, assim você pode importa sem problemas.
Exemplo.

você pode montar o compatilhamento do window no diretorio /mnt do seu servidor.


3. Re: Importação dump Oracle

thiago
tgmarinho

(usa Debian)

Enviado em 26/07/2013 - 09:32h

Blz, vou ver se consigo fazer isso.

Estava tentando fazer como o texto abaixo, penso eu q essa solução de apontantaria para meu computador na pasta onde está o dmp, e eu poderia transferir para o oracle, mas não entendi muito bem o funcionamento desse recurso.

fonte: http://www.oracle-base.com/articles/10g/oracle-data-pump-10g.php#NetworkExportsImports


Network Exports/Imports (NETWORK_LINK)

The NETWORK_LINK parameter identifies a database link to be used as the source for a network export/import. The following database link will be used to demonstrate its use.

CONN / AS SYSDBA
GRANT CREATE DATABASE LINK TO test;

CONN test/test
CREATE DATABASE LINK remote_scott CONNECT TO scott IDENTIFIED BY tiger USING 'DEV';
In the case of exports, the NETWORK_LINK parameter identifies the database link pointing to the source server. The objects are exported from the source server in the normal manner, but written to a directory object on the local server, rather than one on the source server. Both the local and remote users require the EXP_FULL_DATABASE role granted to them.

expdp test/test@db10g tables=SCOTT.EMP network_link=REMOTE_SCOTT directory=TEST_DIR dumpfile=EMP.dmp logfile=expdpEMP.log
For imports, the NETWORK_LINK parameter also identifies the database link pointing to the source server. The difference here is the objects are imported directly from the source into the local server without being written to a dump file. Although there is no need for a DUMPFILE parameter, a directory object is still required for the logs associated with the operation. Both the local and remote users require the IMP_FULL_DATABASE role granted to them.

impdp test/test@db10g tables=SCOTT.EMP network_link=REMOTE_SCOTT directory=TEST_DIR logfile=impdpSCOTT.log remap_schema=SCOTT:TEST






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts