vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Uwe Schmidt wrote: > Hi Newsgroup, > > > how can I select the Characterset of the Oracle Database. It is used by the > Installation of the DB. > > > Thanks a lot > > Uwe > > It is part of the 'CREATE DATABASE' command. All the possibilities are mentioned in the globalization support manual. Both that, and the SQL*Plus reference manual (CREATE DATABASE) are readable from http://docs.oracle.com -- Regards, Frank van Bortel |
| |||
| You can specify the character sets when you create a database manually using scripts. I do not remember where to specify the character sets using OUI. My guess is that you can specify them if you create a customized db using OUI, but not a starter/standard db. Jim "Frank van Bortel" <fvanbortel@netscape.net> wrote in message news:co23b5$fe4$1@news1.zwoll1.ov.home.nl... > Uwe Schmidt wrote: >> Hi Newsgroup, >> >> >> how can I select the Characterset of the Oracle Database. It is used by >> the >> Installation of the DB. >> >> >> Thanks a lot >> >> Uwe >> >> > It is part of the 'CREATE DATABASE' command. > All the possibilities are mentioned in the globalization support > manual. > Both that, and the SQL*Plus reference manual (CREATE DATABASE) > are readable from http://docs.oracle.com > > -- > > Regards, > Frank van Bortel |
| ||||
| Jim Cheng wrote: > You can specify the character sets when you create a database manually using > scripts. What I said... > I do not remember where to specify the character sets using OUI. My guess > is that you can specify them if you create a customized db using OUI, but > not a starter/standard db. > No - use the Database Creation Assistant (dbca), not the Oracle Universal Installer. Dbca is called by OUI, during the installation process, but can be called separately, too. > Jim > > "Frank van Bortel" <fvanbortel@netscape.net> wrote in message > news:co23b5$fe4$1@news1.zwoll1.ov.home.nl... > >>Uwe Schmidt wrote: >> >>>Hi Newsgroup, >>> >>> >>>how can I select the Characterset of the Oracle Database. It is used by >>>the >>>Installation of the DB. >>> >>> >>>Thanks a lot >>> >>>Uwe >>> >>> >> >>It is part of the 'CREATE DATABASE' command. >>All the possibilities are mentioned in the globalization support >>manual. >>Both that, and the SQL*Plus reference manual (CREATE DATABASE) >>are readable from http://docs.oracle.com >> >>-- >> >>Regards, >>Frank van Bortel > > > -- Regards, Frank van Bortel |