I'm just trying to do a simple PLSQL select from an oracle table and the examples on the otl site aren't very helpful.
basically I want to do:
select column1,column2,column3 from location where column1=p
There's a actually a plsql function on the other end that i'm calling to do that, but I'm confused on how that's supposed to look from my otl side.