cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender Cursor

Former Member
0 Kudos

Hi,

We have XI 7 SP9 and are looking at using and Oracle Cursor in a JDBC.

Is this possible? If not then what SP do we need to upgrade to so it is possible?

Thanks

Gareth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this is possible to use Cursors with Oracle,

Please go through the below links

These links are of having verious scenarios as per the requirments, but the Cursors are sued in it thta you could refer.

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

/people/varadharajan.krishnasamy/blog/2007/02/27/configuring-jdbc-connector-service-to-perform-database-lookups Step No 5.

/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter

Thanks

Swarup

Former Member
Former Member
0 Kudos

Most of those links look like they are using Cursors on JDBC Receivers. Its a sender we are wanting to use

Former Member
0 Kudos

Gareth,

If I'm not wrong: cursor is an internal temporary structure and can't be accessed directly by SQL call, right? So I don't think it is possible to make a call from JDBC adapter. You must provide as a parameter SQL statement. I don't believe, there is other option, than creating a new table or view.

Maybe, but just maybe, it would be possible to call a function, which would return values from the cursor. But I'm not sure with it.

Peter

Answers (3)

Answers (3)

Former Member
0 Kudos

Peter,

i think your correct. i will take a look into the function side of things.

Thanks all

Former Member
0 Kudos

Hi Gareth!

I don't think, this is available at all.. Why do you want to access a cursor? Why don't you create for eaxmple a view?

Can you provide us more details on your requirement?

Peter

Former Member
0 Kudos

Peter,

This is an existing interface we have in a different system that we are looking to convert to XI. We are hoping to have as little impact as possible on the sending and receiving systems.

prabhu_s2
Active Contributor
0 Kudos

i think curzors are not supported here.