Oracle初学者必知的100个问题(上)(1)
文章作者 100test 发表时间 2007:03:14 13:58:33
来源 100Test.Com百考试题网
5. oracle 9i 怎么创建数据库?
dbca
6. oracle中的裸设备指的是什么?
裸设备就是绕过文件系统直接访问的储存空间。
7. oracle如何区分 64-bit/32bit 版本???
$ sqlplus / AS SYSDBA
SQL*Plus: Release 9.0.1.0.0 - Production on Mon Jul 14 17:01:09 2003
(c) Copyright 2001 Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
With the Partitioning option
JServer Release 9.0.1.0.0 - Production
SQL> 0select * from v$version.
BANNER