Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Character Set WE8ISO8859P1 for Oracle

Re: Character Set WE8ISO8859P1 for Oracle

From: R.Schierbeek <bytelife_at_worldonline.nl>
Date: 1997/05/04
Message-ID: <01bc57a0$cf6025e0$1aa5099a@worldonline>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US