This is a discussion on Re: Character set ORACLE within the Oracle Database forums, part of the Database Server Software category; --> "Uwe Schmidt" <uwe.schmidt@dataport.de> wrote in message news:<newscache$e0no7i$3o6$1@www-neu.dzsh.de>... > Hi Newsgroup, > > > how can I select the Characterset ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Uwe Schmidt" <uwe.schmidt@dataport.de> wrote in message news:<newscache$e0no7i$3o6$1@www-neu.dzsh.de>... > Hi Newsgroup, > > > how can I select the Characterset of the Oracle Database. It is used by the > Installation of the DB. select * from NLS_DATABASE_PARAMETERS where PARAMETER = 'NLS_CHARACTERSET'; > > > Thanks a lot > > Uwe Cheers. |
| ||||
| Carlos wrote: > "Uwe Schmidt" <uwe.schmidt@dataport.de> wrote in message news:<newscache$e0no7i$3o6$1@www-neu.dzsh.de>... > >>Hi Newsgroup, >> >> >>how can I select the Characterset of the Oracle Database. It is used by the >>Installation of the DB. > > > select * from NLS_DATABASE_PARAMETERS > where PARAMETER = 'NLS_CHARACTERSET'; > > >> >>Thanks a lot >> >>Uwe > > > Cheers. Now, that's an interpretation I completely missed! -- Regards, Frank van Bortel |