Session parameters
stefanikJun 24 2009 — edited Jun 24 2009I'm using oracle 10gR2 and i'm finding a way to retrieve the value of some session parameters during the execution of package stored procedure.
In particular, when a run an execute immediate with an ALTER SESSION SET CONSTRAINT = IMMEDIATE,
i dont know where oracle store the value of CONSTRAINT parameter.
Someone knows?