cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender Selects Queries

Former Member
0 Kudos

I know that the JDBC sender adapter can handle joins, but can it handle more sophisticated SELECT queries such as subselects, group by, rownum, etc. In other words, are there any limitations in the SELECT query?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi bevan,

I dont think this should be a problem. Only criteria is that Select Query should contain one Select Statement.

Regards,

Bhavesh

Answers (1)

Answers (1)

former_member189324
Contributor
0 Kudos

Hi Bevan,

The only limitation with XI30-JDBC Sender Adapter is with Oracle Stored Procedure/Functions, as Oracle SP Query returns a cursor, and not a resultset.

Thanks

Prasad