Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Setting bind variables or defines from applications?
Have you considered 1) Creating a schema with private synonyms and
using alter session set current_schema = SoAndSo; 2) using a package to
store variables with a session; 3) using reference cursors; or 4) VPD /
FGAC.
PS. Your probably right about S Bakker ...
Received on Sat Apr 22 2006 - 08:58:10 CDT
![]() |
![]() |