Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Windows 8.1 x64 - Pro and Enterprise editions;

  • Windows 10 x64 - Pro, Enterprise, and Education editions;

  • Windows Server 2012 R2 x64 - Standard, Datacenter, Essentials, and Foundation editions;

  • Windows Server 2016 x64 - Standard, Datacenter, and Essentials editions;

  • Windows Server 2019 x64 - Standard, Datacenter, and Essentials editions;

  • Ou superior.

...

Passo

...

a

...

passo

  1. Utilizar o instalador WINDOWS.X64_193000_db_home.zip existente no diretório: G:\BancosDados\Oracle\Oracle19c

  2. Seguir as orientações abaixo:

...

Code Block
IMPORTACAO AGRO – IMPDP-ORCL:
REM —- IMPORTACAO DA BASE DE DADOS—–

REM IMPORTA BASE DE DADOS
impdp VIASOFT/VIASOFT@ORCL schemas=VIASOFT directory=EXP_DIR dumpfile=ORACLE.DMP LOGFILE=LOG.LOG

PAUSE
Code Block
IMPORTACAO AGRO – IMP-ORCL:
REM —- IMPORTACAO DA BASE DE DADOS—–

REM IMPORTA BASE DE DADOS
IMP VIASOFT/VIASOFT@ORCL FROMUSER=VIASOFT TOUSER=VIASOFT FILE=D:\ORACLE\EXP_DIR\ORACLE.DMP log=logIMP.LOG

PAUSE
Code Block
IMPORTACAO AGRO – FULL-ORCL:
REM —- IMPORTACAO DA BASE DE DADOS—–

REM IMPORTA BASE DE DADOS

impdp VIASOFT/VIASOFT@ORCL FULL=Y directory=EXP_DIR4 dumpfile=ORACLE.DMP logfile=logIMPDP.LOG

PAUSE

Versão

Versão

Autor/Revisor

1.0

Autor: Joceano Alves

1.1

Revisor: Edmar Guerro

...