其中部分是轉自其它地方。select user from dual 查看當前串連的使用者名稱ORA-24338: 未執行語句控制代碼 這個問題主要出現在使用資料庫遊標的時候。當執行預存程序,返回的遊標沒有開啟時,就會報這個錯。open cur_User for select * from sy_users; 遊標沒有開啟的情況一般是忘記了寫開啟遊標的語句,也可能是預存程序中執行出錯,導致最後遊標未開啟. 一般情況也會因為磁碟空間滿了也會造成這樣的提示。ora-01789
在 Oracle 上插入或更新大於 4k 的 LOB 時接收到錯誤訊息當插入或更新大於 4k 的 LOB(BLOBS 和 CLOBS)時,您可能會接收到與以下所示相似的異常:java.sql.SQLException: ORA-01461: can bind a LONG value only for insert into a LONG columnData size bigger than Max size for this type: xxxx. SQL State = <null&
匯出.batCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->sqlplus prize/prize@orcl1 @d:\aa.sqlaa.sqlCodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
如何把資料檔案從C盤移動到D盤呢?很簡單,三個步驟就行了第一步:把資料表空間Offline,把資料表空間的資料檔案移動到D盤指定的目錄。第二步:修改資料表空間檔案路徑alter database rename file '舊檔案路徑' to '新檔案路徑';第三步:把資料表空間Online,這樣就可以了。以下是一些其它方面的參考:資料檔案重新命名(filesystem and raw device) filesystemdatabase must be open:1.alter
在上篇《Oracle9I資料庫連接訪問的解決方案》我有寫過一個關於ASP.NET訪問Oracle9I資料庫的時候出現的許可權問題。錯誤提示是:無法載入 DLL (oci.dll) 或未找到 Oracle 用戶端和網路組件今天又碰到同樣的許可權問題,錯誤提示是:Could not create an environment: OCIEnvCreate returned -1.
系統內容: 1、作業系統:Windows 2000 Server,2、資料庫: Oracle 8i R2 (8.1.6) for NT 企業版3、安裝路徑:C:\ORACLE錯誤現象: 因誤操作,資料庫中某一資料檔案被誤刪,控制台的Oracle相關服務顯示已啟動,但用SQL*Plus無法串連,顯示以下錯誤ORA-01033: ORACLE initialization or shutdown in progress類比現象: create tablespace test datafile'c:\
第四部分、效能調整[Q]如果設定自動跟蹤[A]用system登入執行$ORACLE_HOME/rdbms/admin/utlxplan.sql建立計劃表執行$ORACLE_HOME/sqlplus/admin/plustrce.sql建立plustrace角色如果想計劃表讓每個使用者都能使用,則SQL>create public synonym plan_table for plan_table;SQL> grant all on plan_table to