cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Mode

Former Member
0 Kudos

Hi Guys,

I am trying JDBC receiver scenario, I want to know whether is it possible to read the data from JDBC receiver in a batch mode when using SELECT statement to read data from database.

Regards,

Keith.

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Keith,

BATCH mode is not poosible for a SELECT statement using your JDBC adapter.

Just take a look at the topic BATCH MODE in this link,

http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

Regards,

Bhavesh

STALANKI
Active Contributor
0 Kudos

/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter gives you a good architectural overview while using JDBC adapters.

Former Member
0 Kudos

Keith,

As per SAP help, this is possible. This has been incorporated into XI since SP12. Please see the excerpt and the link to documentation.

-


Receiver JDBC Adapter

You can set the mode to Batch to group SQL statements together.

http://help.sap.com/saphelp_nw04/helpdata/en/8e/464442c1a1c253e10000000a1550b0/frameset.htm

---

Hope it helps.