Hi,
I am building a stored procedure through stored procedure builder. It creates it associated package. when i look at that package in the control centre, it is telling me its created with isolation level of cursor stability and cursor blocking of unambigous cursors. How can i specify when building a stored procedure, its package gets an isolation level of uncommitted read.
Thanks,
Dave