Time of Update: 2014-12-03
標籤:microsoft windows blank oracle target 先選擇你適合你的系統版本,32位系統的請選擇32位的,64位系統可以使用32位也可以使用64位,建議採用64位的! 適用於 Microsoft Windows(32 位)的 Oracle Database 11g 第 2 版 (11.2.0
Time of Update: 2014-12-02
標籤:style blog http ar color os 使用 sp java 先選擇你適合你的系統版本,32位系統的請選擇32位的,64位系統可以使用32位也可以使用64位,建議採用64位
Time of Update: 2014-12-02
標籤:oracle 11g oracle 資料庫 database 無密碼登陸:sys as sysdba查看當前的所有資料庫:select */name from v$database;查看當前資料庫連接使用者:show user查看當前資料所有表:select table_name from all_tables;查看結構:如表結構:desc
Time of Update: 2014-12-02
標籤:11g oracle
Time of Update: 2014-12-02
標籤:style blog http io ar sp for strong on 之前寫過一篇行轉列的文章:Oracle 簡單的列轉行 SQL> select *
Time of Update: 2014-12-02
標籤:style http io ar sp for strong on div A checkpoint is the writing by the DBWR (database
Time of Update: 2014-12-02
標籤:oracle java bug作為編成人員遇到開發語言的BUG那是絕對倒黴的事情,因為基本上作為基層的我們,基本上沒有解決的辦法,只能迴避了!?現在舉2個例子和大家一起探討:1用法:Java中使用Runtime.getRuntime().exec("java -jar " + strExePath + File.separator + "tester_evsd/bin/api.jar type=2
Time of Update: 2014-12-02
標籤:des style http ar color os 使用 sp strong 環境: linux系統 工具:PL/SQL DEVELOPER
Time of Update: 2014-12-02
標籤:style blog io ar color os sp for strong 問題:
Time of Update: 2014-12-02
標籤:des style http io ar color os 使用 sp 一、下載:http://www.oracle.com/technetwork/database/features/i
Time of Update: 2014-12-02
標籤:des blog http io ar sp strong on 資料 Orale常用語句1:查詢指定表名的欄位select * from
Time of Update: 2014-12-02
標籤:oracle 筆記 李興華 使使用者登入密碼失效使使用者scott當前登入密碼失效,注需要DBA使用者操作SQL>ALTER USER scott PASSWORD EXPIRE;說明:上述語句操作後,scott使用者重新登入時,資料庫會提示輸入新的登入密碼同義字1、
Time of Update: 2014-12-02
標籤:aix oracle今天朋友在aix 5.3系統上安裝oracle 10g 建庫是用裸裝置時候,dbca建庫到2%報錯退出,觀察alert日誌發現是temp資料表空間空間不足導致。查看該資料表空間資料檔案所在的裸裝置容量為512M,建庫時候給出的資料檔案大小也是512M。也許是因為aix系統以1000進位計算,而oracle資料庫計算容量是以1024進位導致差距,隨即將oracle資料檔案大小改為500M,則正常通過。但是,在alert日誌中不斷爆出warning提示:WARNING:
Time of Update: 2014-12-02
標籤:des style io ar 使用 sp for strong on 使用方法:
Time of Update: 2014-12-01
標籤:blog ar sp 檔案 on 資料 div log bs 1.資料檔案自動擴充的好處1)不會出現因為沒有剩餘空間可以利用到資料無法寫入2)盡量減少人為的維護3)可以用於重要層級不是很大
Time of Update: 2014-12-02
標籤:style blog http io ar color 使用 sp java 接上文:Oracle審計與資料庫防火牆(AVDF)介紹1.Oracle AVDF安裝配置Oracle
Time of Update: 2014-12-02
標籤:style blog http io ar color 使用 sp on 接上:Oracle審計與資料庫防火牆(AVDF)介紹
Time of Update: 2014-12-03
標籤:style blog ar color sp on 資料 div 問題 1、建立一個student,並且插入資料create table student(name varchar(12),
Time of Update: 2014-12-02
標籤:oracle jfinal 添加oracle驅動包:在lib中添加ojdbc6.jar在controller中配置外掛程式:/** * 配置外掛程式 */public void configPlugin(Plugins me) {/*// 配置C3p0資料庫連接池外掛程式C3p0Plugin c3p0Plugin = new C3p0Plugin(getProperty("jdbcUrl"),
Time of Update: 2014-12-01
標籤:http ar os 使用 sp for 資料 div bs Oracle中TIMESTAMP時間的顯示格式 Oracle資料庫的時間欄位我們通常是使用timestamp 格式,