users@glassfish.java.net

Re: Problem in the JDBC connection pools with Glassfish 3.1.2.2

From: <forums_at_java.net>
Date: Tue, 23 Oct 2012 12:15:42 -0500 (CDT)

[quote=forumguest]The error you are getting is about an invalid URL. Have you
verified it is correct? Syntax is: jdbc:oracle:thin:@//:/ServiceName or
jdbc:oracle:thin:@:: NOTE: The Oracle thin driver requires the SID or
ServiceName of the database in the JDBC URL as opposed to the database alias.
Consult your Oracle documentation for more details. >[/quote] Thank you so
much for the reply. You are right, the error is indeed in the URL. It was in
front of my eyes and I couldn't see the error. I skipped the ':' before the
'@'. It is working fine now.

--
[Message sent by forum member 'ievris']
View Post: http://forums.java.net/node/891672