Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle8i Installation problems

Oracle8i Installation problems

From: Bruce E. Hopkins <BruceEHopkins_at_mail.dtw.etn.com>
Date: Tue, 20 Apr 1999 12:46:23 -0400
Message-ID: <371CAF5F.F45D4B20@mail.dtw.etn.com>


Hi,

I received a free Oracle 8i cd from the OTN homepage. I am running Solaris 7. I get my problm when I try to run the Oracle Universal Installer. When I get to the part about the configuration tools
(namely, the Oracle Database Configuration Assistant). I get the
following error in the Details box:

ld.so.1:
/cdrom/oracle8i/install/../stage/Components/oracle/swd/jre/1.1.7/1/DataFiles/Expanded/solaris/bin/../bin/sparc/native_threads/jre:

fatal: libJNLSLib3.so: open failed: No such file or directory
(libJNLSLib3.so)

java.lang.UnsatisfiedLinkError: no JNLSLib3 in shared library path  at java.lang.Runtime.loadLibrary(Runtime.java)

 at java.lang.System.loadLibrary(System.java)
 at oracle.ntpg.jnls.JNLSLib.<init>(JNLSLib.java:473)
 at oracle.ntpg.jnls.JNLSLib3.<init>(JNLSLib3.java:52)
 at oracle.ntpg.jnls.JNLS.<init>(JNLS.java:292)
 at DBCreateWizard.<init>(DBCreateWizard.java:315)  at DBCreateWizard.main(DBCreateWizard.java:1075)

I aslo get a similar error when I try to run dbassist from the command line:

# dbassist &

ld.so.1: /data/oracle8/OraHome1/JRE/bin/../bin/sparc/native_threads/jre:

fatal: libJNLSLib3.so: open failed: No such file or directory
(libJNLSLib3.so)

java.lang.UnsatisfiedLinkError: no JNLSLib3 in shared library path

        at java.lang.Runtime.loadLibrary(Runtime.java)
        at java.lang.System.loadLibrary(System.java)
        at oracle.ntpg.jnls.JNLSLib.<init>(JNLSLib.java:473)
        at oracle.ntpg.jnls.JNLSLib3.<init>(JNLSLib3.java:52)
        at oracle.ntpg.jnls.JNLS.<init>(JNLS.java:292)
        at DBCreateWizard.<init>(DBCreateWizard.java:315)
        at DBCreateWizard.main(DBCreateWizard.java:1075)




Is this the reason why I can't start SQL*PLUS? -- because I don't have a

database? Received on Tue Apr 20 1999 - 11:46:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US