This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156949

Summary: UnsatisfiedLinkError: no ocijdbc9 in java.library.path
Product: db Reporter: diggywang <diggywang>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=14917
Issue Type: DEFECT Exception Reporter: 14917
Attachments: stacktrace

Description diggywang 2009-01-16 13:12:02 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Windows 2003, 5.2, x86

User Comments:
diggywang: create oracle connection

GUEST: happens while starting netbeans 6.0.1

vonnie: This came from doing the exercise and from the downloaded sample.

GUEST: attempting to connect to Oracle 9i DB from services manager

GUEST: Trying to connect to an Oracle database using thin jdbc driver

diggywang: create oracle connection



Stacktrace: 
java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
        at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
        at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
Comment 1 diggywang 2009-01-16 13:12:12 UTC
Created attachment 75892 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:18:17 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-12-22 09:56:58 UTC
All bug reports were against NB6.5.1 or older, there has been no reports for newer release yet. I'm guessing it was fixed and now it works for me.