Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Character Set WE8ISO8859P1 for Oracle
Robert Mueller <mueller_at_lindenau.informatik.uni-leipzig.de> wrote in
artikel
<Pine.GSO.3.96.970429185604.706T-100000_at_lindenau.informatik.uni-leipzig.de>.
.
>
> Hi all,
>
> for a Workflow-Management-System (WorkParty from SNI),
> I have to create a new Oracle instance
> with the character set "WE8ISO8859P1". However, when processing the
> create database statement with the command
>
> character set WE8ISO8859P1;
>
> Oracle tells me that this is an unknown character set, so what do I have
> to do. How do I have to additionally install this (strange) character
set?
>
The correct syntax for create database is: create database "TEST"
maxinstances 2
maxlogfiles 5
maxdatafiles 254
character set "WE8DEC" -- notice the quotes.
datafile
'/disk1/oradata/TEST/system1.dbf' size 40M logfile
'/disk2/oradata/TEST/redo1.log' size 1M, .... ;
An example of this and rollback segs creation is on the site
WWW.worldonline.nl/~bytelife
Good luck,
R.Schierbeek, DBA
email: bytelife_at_worldonline.nl
Received on Sun May 04 1997 - 00:00:00 CDT
![]() |
![]() |