dendenners
Programmer
Hey there.
I am working on a messaging switch that takes in messages and sends out responses to each one. It has an oracle database as its back-end. The problem is that the front-end of the switch does some manipulation to the data that I send in before it hits the database, and I don't know what this manipulation is. I did a trace on the sql going into the database, but alas the statements used are using bind variables. I am wondering does anyone know how to get oracle to show what data is contained in bind variables? Thanks a lot.
I am working on a messaging switch that takes in messages and sends out responses to each one. It has an oracle database as its back-end. The problem is that the front-end of the switch does some manipulation to the data that I send in before it hits the database, and I don't know what this manipulation is. I did a trace on the sql going into the database, but alas the statements used are using bind variables. I am wondering does anyone know how to get oracle to show what data is contained in bind variables? Thanks a lot.