![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
try SELECT nls_charset_name(nls_charset_id('CHAR_CS')) FROM dual Abhijith. Holger Heidenbluth wrote: Hi all, can anybody tell me how I can retrieve the character set name that once has been used to create the database? Thanks Holger |
#2
| |||
| |||
|
|
Hi! I'd rather use: select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET'; Tanel. "Abhijith" <abhijith (AT) nomail (DOT) com> wrote in message news:3EF6E95D.2060009 (AT) nomail (DOT) com... try SELECT nls_charset_name(nls_charset_id('CHAR_CS')) FROM dual Abhijith. Holger Heidenbluth wrote: Hi all, can anybody tell me how I can retrieve the character set name that once has been used to create the database? Thanks Holger |
#3
| |||
| |||
|
|
That would be because it is a new view in 9i. You didn't specify your version. So I had to guess. ;-) "Avi Abrami" <aabrami (AT) intersystemsww (DOT) com> wrote in message news:3EF91892.5010201 (AT) intersystemsww (DOT) com... Arcangelo wrote: Or even simpler: select * from database_properties; Arcangelo, It doesn't work for me :-( SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jun 25 06:30:21 2003 (c) Copyright 2000 Oracle Corporation. All rights reserved. Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production JServer Release 8.1.7.4.0 - Production SQL> select * from database_properties; select * from database_properties * ERROR at line 1: ORA-00942: table or view does not exist |
![]() |
| Thread Tools | |
| Display Modes | |
| |