Jump to content
Fórum Script Brasil
  • 0

Ajuda URGENTE DUPLICATE DATABASE


fesilcam

Question

Estou tentando fazer um duplicate database, e não tá rolando...

Segue o cenário:

Banco ORCL (origem) instalado no Win 2003

Banco Auxiliar (destino) instalado no Win 2008

Passos:

1 - No banco ORCL, no RMAN realizei um "configure controlfile autobackup on;" e um "backup database plus archivelog"

2- Criei um arquivo de senha "orapwd file=C:\oracle\app\product\11.1.0\db_1\dbs\orapwAuxiliar PASSWORD=xxxxxx ENTRIES=10"

Dúvida este arquivo de senha deve ser criado no origem ou no destino?

3 - Configurei o listener no banco ORCL (origem) para conectar no banco destino.

4 - Realizei um "create pfile from spfile;" no banco ORCL (origem)

5 - Editei o arquivo criado com os comandos:

*.db_file_name_convert=('C:\oracle\app\oradata\orcl',

'C:\oracle\app\oradata\auxiliar',

'C:\oracle\app\flash_recovery_area',

'C:\oracle\app\flash_recovery_area',)

*.log_file_name_convert=('C:\oracle\app\oradata\orcl',

'C:\oracle\app\oradata\auxiliar')

Joguei o arquivo criado no Banco Destino, está correto?

6 - tentei carregar o arquivo no banco destino

shutdown immediate

startup nomount pfile='C:\oracle\app\product\11.1.0\db_1\database\Pfile.ORA'

Ele tá dando o erro LRM-00109: could not open parameter file ‘C:\oracle\app\product\11.1.0\db_1\database\Pfile.ORA'

Eu devo estar configurando o pfile errado, mas não identifiquei o erro....

Alguém poderia ajudar....

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...