Chinaunix首页 | 论坛 | 博客
  • 博客访问: 178540
  • 博文数量: 36
  • 博客积分: 2059
  • 博客等级: 上尉
  • 技术积分: 355
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-08 09:15
文章分类

全部博文(36)

文章存档

2012年(9)

2011年(10)

2010年(17)

分类: Oracle

2012-07-27 16:37:03

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 ;

阅读(1192) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~