Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do I find out the language of an instance?
"Scott Overby" <scott.overby_at_sdsdata.com> writes:
>How do I find out the language that an instance was created as?
select * from v$nls_parameters;
Or, if you're picky,
select * from v$nls_parameters where name = 'NLS_CHARACTERSET'; Received on Wed Sep 17 1997 - 00:00:00 CDT
![]() |
![]() |