Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tOracleConnection - JDBC Parameters & Shared DB Connection

Hi Team

I need to make a connection (and then share this one with the other jobs) to an oracle db that requires a value in v$session.program

 

I tried to set up my component (tOracleConnection) as follows:

0683p000009M22C.jpg

But it valorizes the v$session.program field only if I remove the check on "Use or register a shared DB Connection"

 

Please help me out with your answer

 

Thanks in Advance

Simone

Labels (2)
3 Replies
akumar2301
Specialist II
Specialist II

which Talend version you are using ?
Anonymous
Not applicable
Author

I'm using 6.3.1 but I tried the same thing on the last version and I got the same result.

 

Thanks

akumar2301
Specialist II
Specialist II

You are right .It looks like a component issue.I checked the routines.system.SharedDBConnection class code , it does not consider JDBC advance properties while getting JDBC connection .

Others , please verify if it is expected behaviors .