Hi.
It seems that Ws recognizes only Db2 (try guessing why...:-)))
I think you shouldn't worry about that for the same thing happens using jdbc-odbc bridge with SqlServer 7.
However, ensure you've installed the driver in the node (using Administrator's console, by right-clicking over the jdbc...
Hi.
Working with ws3.5 on win2k is a little bit frustrating!
As time passes by, performance gets worse and worse!
Now the java process launched by ws, is about 70mb (even if sometimes there are more java.exe running!Can it be a new sort of Virus?Maybe "BigBlue32@ws35" :-))) and...
Hi.
I think your connection string it's wrong.
When you create a dataSource, you don't have to specify user and password.
Try
jdbc:oracle:thin:@hostName:port:serviceId
UserId and password will be required as you ask the DataSource for a connection :
dataSource.getConnection(user,password)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.