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 268898 - JDBC Connection issue when Netbeans run with Oracle JDK
Summary: JDBC Connection issue when Netbeans run with Oracle JDK
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 22:00 UTC by Mrugendra
Modified: 2016-11-08 22:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log with Oracle JDK (61.17 KB, text/plain)
2016-11-08 22:00 UTC, Mrugendra
Details
Netbeans log when running with IBM JDK (97.51 KB, text/plain)
2016-11-08 22:02 UTC, Mrugendra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mrugendra 2016-11-08 22:00:54 UTC
Created attachment 162832 [details]
Netbeans log with Oracle JDK

When trying to execute a query for the first time, specially when a project is open in the IDE, the query takes a long time to come back. Refer to the attached netbeans log - message.log.DB_ORACLE
Here is the output:

Executed successfully in 0.016 s.
Fetching resultset took 0.031 s.
Line 1, column 1

Execution finished after 12.36 s, no errors occurred.

The same query when executed with netbeans started with IBM JDK takes a fraction of a second.
Here is the output:

Executed successfully in 0 s.
Fetching resultset took 0.032 s.
Line 1, column 1

Execution finished after 0.344 s, no errors occurred.
Comment 1 Mrugendra 2016-11-08 22:02:22 UTC
Created attachment 162833 [details]
Netbeans log when running with IBM JDK