22 abril 2008

Import / export Oracle 10g

En la linea de comandos colocamos:

Para importar


imp USUARIO/PASS@xe fromuser=USER touser=USER_OLD file = c:\NOMBRE_ARCHIVO.dmp log = NOMBRE_LOG.log


Para exportar


Exp USUARIO/PASS@xe owner=OWNER file=C:\NOMBRE_ARCHIVO.dmp log=C:\NOMBRE_LOG.log

No hay comentarios: