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: Oracle8i: Create database question

Re: Oracle8i: Create database question

From: gnn_gnn <gnn_gnn_at_hotmail.com>
Date: Sun, 10 Sep 2000 13:28:28 -0400
Message-ID: <39BBC4BC.A6CCB329@hotmail.com>

To check out your current settings, you can try:

select * from NLS_DATABASE_PARAMETERS
/

Good luck.

Mike

Huy Vu wrote:
>
> Hi all,
>
> I forgot to put these options under 'CREATE DATABASE' clause:
>
> CREATE DATABASE "DB1"
> Maxinstances 8
> Maxlogfiles 32
> Character set "US7ASCII"
> National Character Set "US7ASCII"
>
> What are the values by default of the options above? What happen if I don't
> put 'Character Set' and 'National Character Set' in creation of the
> database?
>
> Thanks in advance for any advise.
>
> DH.
Received on Sun Sep 10 2000 - 12:28:28 CDT

Original text of this message

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