cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from view in oracle DB

Former Member
0 Kudos

Hi Experts,

There is requirement where instaed of reading data from an oracle db where the fields are placed in various tables...

Is it possible that I read it from a pre defined view in oracle?

I can execute the statement select * from view_name where PI_read= 'N' in the sql editor

Can I use the same in the JDBC sender channel config?

Awaitign ur replies..

Regards,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Is it possible that I read it from a pre defined view in oracle?

yes - you can use views in sender jdbc adapter

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Is it possible that I read it from a pre defined view in oracle?

Yes, you can read from staging tables or regular db tables. No issue.

>>I can execute the statement select * from view_name where PI_read= 'N' in the sql editor

Use the SQL Query in the sender jdbc select field in the cc.

>>Can I use the same in the JDBC sender channel config?

Yes. same procedure. No changes.

former_member181985
Active Contributor
0 Kudos

Not sure if you can use View concept. But give a try. If it doesnt work, you can go ahead with stored procedure which can actually call the view.