If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > JDBC Driver connecting with Web logic fails

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-04, 18:07
luismmch66 luismmch66 is offline
Registered User
 
Join Date: Jul 2004
Posts: 6
Unhappy JDBC Driver connecting with Web logic fails



Hi guys,

Info: Windows 2000, Udb DB2 8.1 FP 7 and Web Logic 8.1.0

We connect a Java Application through Web Logic connection pool. The userid and schema of applications is db2admin.

1.- I change the schema to X and give the authorization to user Y ( create schema x authorization Y)

2.- Give the auth and privileges necessary to y

GRANT DBADM ON DATABASE TO USER y;
GRANT CONNECT ON DATABASE TO USER y;
GRANT CREATETAB ON DATABASE TO USER y;
GRANT IMPLICIT_SCHEMA ON DATABASE TO USER y;
GRANT BINDADD ON DATABASE TO USER y;
GRANT CREATE_NOT_FENCED_ROUTINE ON DATABASE TO USER y;
GRANT LOAD ON DATABASE TO USER y;
GRANT CREATE_EXTERNAL_ROUTINE ON DATABASE TO USER y;
GRANT QUIESCE_CONNECT ON DATABASE TO USER y;

IS THERE ANY PROBLEM to establish the connection to DB?

Do we need additional configuration either, in DB2 or Web logic to solve the problem?



Thanks in advance




=== >>>



I have troubles for connection. The weblogic administrator assures that the problem is for the change of the scheme. The application doesn't qualify the tables. It’s obvious that never see the tables without the qualifier. But the big issue is that connection to database continues refused it.

Last edited by luismmch66; 10-04-04 at 19:26. Reason: Adding Info
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On