remote server access - ORA-01034:

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan Brown

    remote server access - ORA-01034:

    Hi All,
    I've been trying to access an 8.1.6 oracle database,
    running on solaris 7, remotely from another solaris
    7 server. The remote database server (on the same
    subnet, same vlan as the remote clients running
    on solaris 7) can be tnspinged. However, a sqlplus
    session returns the following error -
    *************** *************** *************** **
    SQL*Plus: Release 8.1.6.0.0 - Production on Sat Nov 1 13:45:14 2003

    (c) Copyright 1999 Oracle Corporation. All rights reserved.

    ERROR:
    ORA-01034: Message 1034 not found; No message file for product=RDBMS,
    facility=ORA

    *************** *************** *************** **

    Any hints regarding the above issue are appreciated.

    Thank you in advance
  • Frank

    #2
    Re: remote server access - ORA-01034:

    Alan Brown wrote:
    Hi All,
    I've been trying to access an 8.1.6 oracle database,
    running on solaris 7, remotely from another solaris
    7 server. The remote database server (on the same
    subnet, same vlan as the remote clients running
    on solaris 7) can be tnspinged. However, a sqlplus
    session returns the following error -
    *************** *************** *************** **
    SQL*Plus: Release 8.1.6.0.0 - Production on Sat Nov 1 13:45:14 2003
    >
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    >
    ERROR:
    ORA-01034: Message 1034 not found; No message file for product=RDBMS,
    facility=ORA
    >
    *************** *************** *************** **
    >
    Any hints regarding the above issue are appreciated.
    >
    Thank you in advance
    on any unix prompt:
    oerr ora 1034
    And your environment is wrong - check your settings!

    --
    Regards, Frank van Bortel

    Comment

    Working...