[PT-BR]
Um dos motivos deste erro é que o sqlplus não consegue identificar o ORACLE_SID, e fica sem saber em qual Instância de banco efetuar o login.
A solução mais simples que achei na web para meu caso foi configurar a variável de ambiente citadas:
c:>set ORACLE_SID=
O nome da variável pode estar em qualquer combinação de caixa (alta, baixa ou mista).
[ENU]
One of the causes of this error is the fact that sqlplus cannot identify the oracle_sid value, and cannot decide which instance to log in.
The simpler solution I`ve found on the web for my actual case was to set up the environment variable cited above:
c:>set ORACLE_SID=
The variable name can be typed in any combination of case.
Nenhum comentário:
Postar um comentário