ORA-01034: Message 1034 not found; No message file for product=RDBMS
Hi!
After creating a RAC Database (10.2.0.5) on Redhat Enterprise Linux 64-bit, we checked: Listeners, Processes and Environment variables.
Everything was set up properly and running.
When trying to connect as sysdba the following message appeared:
$sqlplus / as sysdba
sql>select * from v$instance;
select * from v$instance
ERROR at line 1:
ORA-01034: Message 1034 not found; No message file for product=RDBMS,
facility=ORA
A shutdown and startup did not help.
What could be the issue here?
Thanks!