Oracle初學(xué)者必知
Oracle數(shù)據(jù)庫在現(xiàn)代社會中的應(yīng)用越來越普遍廣泛,所以掌握Oracle數(shù)據(jù)庫的知識是非常重要的,下文中就從最基本的Oracle數(shù)據(jù)庫的基本常識為大家講起,希望對大家能夠有所幫助。
1. Oracle安裝完成后的初始口令?
internal/oracle
sys/change_on_install
system/manager
scott/tiger
sysman/oem_temp
2. ORACLE9IAS WEB CACHE的初始默認(rèn)用戶和密碼?
administrator/administrator
3. oracle 8.0.5怎么創(chuàng)建數(shù)據(jù)庫?
用orainst。如果有motif界面,可以用orainst /m。
4. oracle 8.1.7怎么創(chuàng)建數(shù)據(jù)庫?
dbassist
5. oracle 9i 怎么創(chuàng)建數(shù)據(jù)庫?
dbca
6. oracle中的裸設(shè)備指的是什么?
裸設(shè)備就是繞過文件系統(tǒng)直接訪問的儲存空間。
7. oracle如何區(qū)分 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:
本文中就為大家簡單總結(jié)了上文中的這幾點,還有很多的Oracle數(shù)據(jù)庫的基本知識這里沒有涉及到,在以后我還會繼續(xù)為大家講解更多的Oracle數(shù)據(jù)庫的基本知識,尤其是Oracle的初學(xué)者千萬不要錯過哦。
Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
With the Partitioning option
JServer Release 9.0.1.0.0 - Production
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
PL/SQL Release 9.0.1.0.0 - Production
CORE 9.0.1.0.0 Production
TNS for Solaris: Version 9.0.1.0.0 - Production
NLSRTL Version 9.0.1.0.0 - Production
SQL>