Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Robson de Jesus

[Resolvido] importar base de dados oracle comando imp

Recommended Posts

Galera, eu tentei executar o imp mas só me retorna "Comando 'imp' não encontrado". Estou executando com o usuário oracle. O que pode estar errado? vi que foram respondidos algumas coisas a esse respeito aqui. Obrigado desde já!

Compartilhar este post


Link para o post
Compartilhar em outros sites

Está fazendo no diretório correto ?

-------------------------------------------

Segue aqui um exemplo :

 

How does one use the import/export utilities?Look for the "imp" and "exp" executables in your $ORACLE_HOME/bin directory. One can run them interactively, using command line parameters, or using parameter files. Look at the imp/exp parameters before starting. These parameters can be listed by executing the following commands: "exp help=yes" or "imp help=yes".

 

The following examples demonstrate how the imp/exp utilities can be used:

 

exp scott/tiger file=emp.dmp log=emp.log tables=emp rows=yes indexes=no

exp scott/tiger file=emp.dmp tables=(emp,dept)

imp scott/tiger file=emp.dmp full=yes

imp scott/tiger file=emp.dmp fromuser=scott touser=scott tables=dept

 

 

Fonte

Compartilhar este post


Link para o post
Compartilhar em outros sites

Está fazendo no diretório correto ?

-------------------------------------------

Segue aqui um exemplo :

 

How does one use the import/export utilities?Look for the "imp" and "exp" executables in your $ORACLE_HOME/bin directory. One can run them interactively, using command line parameters, or using parameter files. Look at the imp/exp parameters before starting. These parameters can be listed by executing the following commands: "exp help=yes" or "imp help=yes".

 

The following examples demonstrate how the imp/exp utilities can be used:

 

exp scott/tiger file=emp.dmp log=emp.log tables=emp rows=yes indexes=no

exp scott/tiger file=emp.dmp tables=(emp,dept)

imp scott/tiger file=emp.dmp full=yes

imp scott/tiger file=emp.dmp fromuser=scott touser=scott tables=dept

 

 

Fonte

 

cara... tentei na basta bin que realmente tem o imp, tentei o imp help mas só me retorna "Comando 'imp' não encontrado". Outra coisa brother, estou fazendo isso no linux(ubuntu).

Compartilhar este post


Link para o post
Compartilhar em outros sites

Posso estar moscando em algum ponto, posta a linha de prompt ...

Compartilhar este post


Link para o post
Compartilhar em outros sites

Galera, valeu pela ajuda!

 

como o comando não era reconhecido mesmo eu estando dentro da pasta onde estava o imp,

usei o caminho todo.

 

então consegui resolver da seguinte forma:

 

com o usuário oracle executei as seguintes linhas:

 

export ORACLE_BASE=/usr/lib/oracle/xe/app/oracle

 

export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server

 

export PATH=$PATH:$ORACLE_HOME/bin

 

/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/imp System/123@localhost file=/home/robson/Documentos/dump_20120524.dmp full=y

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.