Is it possible to use bind variables inside of a query template against an oracle database? I have queries that are executed from Business Logic Services many times and rather than having oracle parse the query everytime I would like to use oracle bind variables which will improve performance. If it is possible an example would be greatly appreciated.