Re: 關于ORACLE用戶權限的問題!
2024-08-29 13:36:27
供稿:網友
 
             
  8i的文檔內容(9i的可以到Oracle網站上看):
                                                                                              ORA-00600 internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]Cause: This is the generic internal error number for Oracle PRogram exceptions. It indicates that a process has encountered a low-level, uneXPected condition. Causes of this message include:
  timeouts file corruption
  failed data checks in memory
  hardware, memory, or I/O errors incorrectly restored files The first argument is the internal message number. Other arguments are vario
  us numbers, names, and character strings. The numbers may change meanings be
  tween different versions of Oracle.Action: Report this error to Oracle Customer Support after gathering the following information:
  events that led up to the error the Operations that were attempted that led to the error the conditions of the operating system and databases at the time of the error any unusual circumstances that occurred before receiving the ORA-00600 message contents of any trace files generated by the error the relevant portions of the Alter files Note: The cause of this message may manifest itself as different errors at different times. Be aware of the history of errors that occurred before this internal error.
  
  【 在 newdark (黑男爵) 的大作中提到: 】
  我在安裝完ORACLE9I以后,建立了一個數據庫,并且在這個庫上建立了一個用戶, 給予了它DBA的權限。然后將它自帶的java驅動程序導入到IBM VisualAge for JAVA中,然后用標準的JDBC訪問遠程數據庫的訪問(我將DB與程序裝在了一臺機器上) 方式,結果除了SELECT命令執行時會發出ORA:00600錯誤以外,其它的INSERT,DELETE,UPDATE都沒有問題。不知道有沒有哪位高手能夠幫助我解決一下這個問題?
     在ORACLE SQLPLUS中可以執行SELECT命令。