cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender without Update Statement

baskar_ramasamy
Participant
0 Kudos

Hi Experts,

i have a scenario to fetch data from oracle db table and dont have permission to update the table. in jdbc adapter channel select & update statement is mandatory.

if i put "-" in update statement field. data is not getting fetched from oracle db and throwing error in rwb logs.

in this case how to fetch the data from oracle without using update statement.

Regards,

Baskar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

>>in jdbc adapter channel select & update statement is mandatory.

Update is not mandatory.If you don't want to update then mention as <TEST> in Update SQL statement.


Regards

Venkat

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Bhaskar,

AFAIK - update statement is req in sender jdbc, please refer below help page

Configuring the Sender JDBC Adapter - Advanced Adapter Engine - SAP Library

regards,

Harish