|
问题找到了,谢谢大家
当把所有服务都启动后,出现如下提示:
ORA-12514: Message 12514 not found: product=RDBMS80;facility=
ORA
查 metalink 知:
cause: Oracle 8i/8.1 has new feature of passing 'SERVICE_NAME' instead of
'SID' from the client to the listener. This information is part of the TNSNAMES.
ORA file.
Oracle 8.0 and 7 clients (like forms 6i, reports 6i, SQL*Plus 8.0) return the
ORA-12514 error message.
Oracle 8.1 Clients have no problem with this.
fix:
Change the TNSNAMES.ORA file:
Replace SERVICE_NAME with SID.
8.1 Client software works OK with both. |
|