Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to determine CHARACTER SET of Oracle 8 database?
I can issue the following query to find out the CHARACTER SET of an
Oracle 7.x database.
select substr(value$, 1, 17) as nls_characterset
from props$
where name = 'NLS_CHARACTERSET';
However, the props$ table is not in Oracle 8. How do I get this information in Oracle 8? Received on Mon Jul 13 1998 - 04:34:41 CDT
![]() |
![]() |