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

Home -> Community -> Usenet -> c.d.o.misc -> character set

character set

From: Amy Davidson <davidson_at_spectec.it>
Date: Thu, 18 Feb 1999 14:43:33 +0100
Message-ID: <7ah5kl$e59$1@nslave1.tin.it>


How do I determine what the character set is of my database?

A create database statement looks something like this:

create database test

    logfile 'c:\orant\database\test\log1test.ora' 200K,

               'c:\orant\database\test\log2test.ora' 200K datafile 'c:\orant\database\test\systest.ora' 30M maxdatafiles 50
character set WE8ISO8859P1
noarchivelog;

I have a database that I did not create and I need to know if it is US7ASCII or we8iso8859p1. Is there a data dictionary that can give me this info?

Regards,
Amy Received on Thu Feb 18 1999 - 07:43:33 CST

Original text of this message

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