DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: ORA-03121

  1. #1
    Join Date
    Mar 2002
    Posts
    303
    I'am trying to connect to my DB from business Object. I get this mssg error:
    Error while trying to retrieve text for error ORA-03121.

    I read in Oracle documentation:
    Action: If a user program caused the message, relink the program with current versions of the Oracle libraries.

    What should i do? I don't know how to link the program....

    Please help!

  2. #2
    Join Date
    Nov 2000
    Posts
    224
    You can check the paths in .profile.

    ORACLE_DOC=$ORACLE_HOME/doc;
    export ORACLE_DOC

    LD_LIBRARY_PATH=
    SHLIB_PATH=

    I am not sure but setting the above paths may help.


    Hot to relink Oracle 8.1.x or 9.0.x
    ------------------------
    Relink script is provided in the $ORACLE_HOME/bin directory.
    % cd $ORACLE_HOME/bin
    % relink ...this will display all of the command's options.
    usage: relink
    accepted values for parameter: all, oracle, network, client,
    client_sharedlib, interMedia, precomp, utilities, oemagent


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width