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: Migration

Re: Migration

From: Andre Grosse <ag17_at_inf.tu-dresden.de>
Date: Thu, 06 Sep 2001 02:11:51 +0200
Message-ID: <3B96BF47.7050303@inf.tu-dresden.de>


Andre Grosse wrote:

>
> SELECT VALUE FROM NLS_INSTANCE_PARAMETERS;
>
> (i get unexpected broken connection error)
>
>

and an even shorter test is:
SELECT NAME FROM V$PARAMETER WHERE NAME LIKE 'nls%';

LIKE seems to be the problem here?
SELECT NAME FROM V$PARAMETER; is OK

-- 
Andre Grosse
Received on Wed Sep 05 2001 - 19:11:51 CDT

Original text of this message

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