Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: character set
"Phillip" <tienp_at_wholefoods.com> wrote in message
news:3EC4F84F.93600FA6_at_wholefoods.com...
> Quick question: what view to query to check on a database's specific
> character set? I know about the command 'show parameter nls' to get the
> nls, but it only shows AMERICAN. I want to know further if it's
> USA7ASCII or WE8ISO8859P1, for example. Thanks.
select * from
NLS_DATABASE_PARAMETERS or NLS_INSTANCE_PARAMETERS or NLS_SESSION_PARAMETERS
Stephan Received on Fri May 16 2003 - 09:54:51 CDT
![]() |
![]() |