Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to find out database character set
In article <000b8d9b.34cf5022_at_usw-ex0102-014.remarq.com>, Harish wrote:
>log files created while creating the database. It has become necessary
>to find out the character set of the database. How can one find out
>this?
select * from v$nls_parameters;
or
select * from dba_nls_parameters;
regards, Zoli
>
Received on Wed Oct 06 1999 - 22:29:47 CDT
![]() |
![]() |