Oracle database settings

1316阅读 0评论2012-07-27 redskywy
分类:Oracle

Ref: 

Controlfiles
A database needs 
The location of the controlfiles can be found through
Character Sets(Ordinary) character set
The (ordinary) character set for a database can be determined with:
value from where parameter = 'NLS_CHARACTERSET';
National character set
The national character set for a database can be determined with:
value from where parameter = 'NLS_NCHAR_CHARACTERSET';
Default tablespaces
An Oracle database can be configured with a default tablespace and a default temporary tablespace. These are used for users who are not configured with  or .
Logfiles
The location of the  can be found with:
select member from ;

上一篇:Linux关于连接状态SYN_RECV之学习
下一篇:[转] Linux随机数发生器导致Apache进程全部Block的问题追查