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

Home -> Community -> Usenet -> c.d.o.server -> Re: Is it strange ?

Re: Is it strange ?

From: Radu Lascae <r.nospam.lascae_at_wanadoo.nl>
Date: Thu, 18 Oct 2001 18:51:41 GMT
Message-ID: <1xFz7.206$%Z5.387@pollux.casema.net>


Quite:-)

Straight from the manual:

SQL> alter session set PLSQL_V2_COMPATABILITY = true; alter session set PLSQL_V2_COMPATABILITY = true

                  *

ERROR at line 1:
ORA-02248: invalid option for ALTER SESSION

After some head scratching:

SQL> alter session set PLSQL_V2_COMPATIBILITY = true;

Session altered.

Cheers,
Radu

"Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote in message news:3bcefa92$0$234$ed9e5944_at_reading.news.pipex.net...
> "Maui" <mmunarin_at_venicecom.it> wrote in message
> news:9qmnn7$fj1$1_at_fe1.cs.interbusiness.it...
> > Thanks Andy,
> > I supposed that but I'm confused.I've found the statement on an Oracle
DBA
> > Manual so I take it for TRUE !!
> > In effect, a Dictionary cache Hit Ratio of -3635 is a crazy thing ! :-))
>
> Indeed. The lesson is RTFM but dont always BELIEVE TFM.
>
>
> --
> Niall Litchfield
> Oracle DBA
> Audit Commission UK
>
>
Received on Thu Oct 18 2001 - 13:51:41 CDT

Original text of this message

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