Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Migration
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 GrosseReceived on Wed Sep 05 2001 - 19:11:51 CDT
![]() |
![]() |