Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Setting bind variables or defines from applications?

Re: Setting bind variables or defines from applications?

From: Keith <keithhoxie_at_verizon.net>
Date: 22 Apr 2006 06:58:10 -0700
Message-ID: <1145714290.471420.16350@i40g2000cwc.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US