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 270846

Summary: Oracle thin connection with Service fails
Product: db Reporter: jwbaker
Component: CodeAssignee: matthias42
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: connection error

Description jwbaker 2017-06-10 06:03:20 UTC
Created attachment 164501 [details]
connection error

In NB 8.1, I could create an Oracle thin connection and connect successfully.

However, in 8.2 identical connection properties and connecting to the same database, same user and password and get connection error Network Adapter error.

Connection uses a Service, not SID.

format is like this:
jdbc:oracle:thin:@//server1.us.oracle.com:1521/server2.us.company.com
Comment 1 jwbaker 2017-06-10 06:04:17 UTC
This looks like a regression and I am unable to use NetBeans to develop an Oracle application
Comment 2 jwbaker 2017-06-10 06:05:39 UTC
The complete service name is server2.us.company.com
Comment 3 jwbaker 2017-06-10 06:46:53 UTC
I'll go back and use 8.1 until this is fixed
Comment 4 matthias42 2017-06-10 07:47:09 UTC
Please check your proxy settings. Make sure there is not proxy configured on your system "Proxy Settings: No proxy" and make sure you restart netbeans if you change them.

Please provide the message.log if you see further problems:
http://wiki.netbeans.org/FaqLogMessagesFile
Comment 5 matthias42 2017-08-06 03:03:29 UTC
As no further information was supplied, I'm closing this as incomplete.