案例學習Oracle錯誤:ORA-00922(轉)
案例學習Oracle錯誤:ORA-00922(轉)[@more@] ORA-00922 missing or invalid option
0RA-00922: 丟失或者無效的選項
Cause An invalid option was specified in defining a column or storage clause. The valid option in specifying a column is NOT NULL to specify that the column cannot contain any NULL values. Only constraints may follow the datatype. Specifying a maximum length on a DATE or LONG datatype also causes this error.
Action Correct the syntax. Remove the erroneous option or length specification from the column or storage specification.
案例一:Oracle明文密碼漏洞
受影響系統:
Oracle Oracle10g Application Server 9.0.4.0
Oracle Oracle10g Application Server 10.1.0.2
描述:
Oracle Database是一款商業性質大型資料庫系統。
Oracle 10g存在包含明文密碼的全域性可讀檔案,本地攻擊者可以利用這個漏洞獲得對資料庫的訪問。
SYSMAN帳戶的密碼可在'$ORACLE_HOME/hostname_sid/sysman/config/emoms.properties'檔案中獲得,此檔案全域性可讀。
另外如果安裝Oracle 10g時提供SYS, SYSTEM, DBSNMP和SYSMAN 帳戶密碼相同,並且密碼有驚歎號(如f00bar!!),那麼當設定SYSMAN和DBSNMP密碼時DB安裝會出現錯誤,錯誤資訊"postDBCreation.log"會記錄密碼:
0RA-00922: 丟失或者無效的選項
Cause An invalid option was specified in defining a column or storage clause. The valid option in specifying a column is NOT NULL to specify that the column cannot contain any NULL values. Only constraints may follow the datatype. Specifying a maximum length on a DATE or LONG datatype also causes this error.
Action Correct the syntax. Remove the erroneous option or length specification from the column or storage specification.
案例一:Oracle明文密碼漏洞
受影響系統:
Oracle Oracle10g Application Server 9.0.4.0
Oracle Oracle10g Application Server 10.1.0.2
描述:
Oracle Database是一款商業性質大型資料庫系統。
Oracle 10g存在包含明文密碼的全域性可讀檔案,本地攻擊者可以利用這個漏洞獲得對資料庫的訪問。
SYSMAN帳戶的密碼可在'$ORACLE_HOME/hostname_sid/sysman/config/emoms.properties'檔案中獲得,此檔案全域性可讀。
另外如果安裝Oracle 10g時提供SYS, SYSTEM, DBSNMP和SYSMAN 帳戶密碼相同,並且密碼有驚歎號(如f00bar!!),那麼當設定SYSMAN和DBSNMP密碼時DB安裝會出現錯誤,錯誤資訊"postDBCreation.log"會記錄密碼:
CODE:
alter user SYSMAN identified by f00bar!! account unlock
ERROR at line 1: ORA-00922: missing or invalid option alter user DBSNMP identified by f00bar!! account unlock ERROR at line 1: ORA-00922: missing or invalid option 來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-958958/,如需轉載,請註明出處,否則將追究法律責任。
請登入後發表評論
登入
全部評論
|
相關文章
- 案例學習Oracle錯誤:TNS-00510(轉)Oracle
- 案例學習Oracle錯誤:ORA-01631(轉)Oracle
- 案例學習Oracle錯誤: ORA-00604 error occurred at recursive SQL level stringOracleErrorSQL
- 除錯:案例學習除錯
- oracle錯誤一覽(轉)Oracle
- 從錯誤中學習
- 學習Rust 錯誤處理Rust
- QT 學習錯誤總結QT
- 案例: 解決ORACLE ORA-27211的錯誤Oracle
- oracle日誌錯誤恢復(轉)Oracle
- 《學習Oracle從這裡開始》之解決錯誤篇Oracle
- oracle約束學習經典案例Oracle
- ORACLE 錯誤Oracle
- oracle錯誤及解決方式集(轉)Oracle
- Oracle 11gRac 測試案例(四)叢集程式錯誤Oracle
- oracle ora-600 Ktspgsb-1 錯誤處理案例Oracle
- 學習Web前端需要避免哪些錯誤Web前端
- 今天學習遇見的錯誤!!!(禁忌)
- 檢查 Linux 檔案系統中的錯誤:透過案例學習 FSCK 命令Linux
- 複製錯誤案例分享(一)
- 複製錯誤案例分享(二)
- Python學習之錯誤除錯和測試Python除錯
- ORACLE 異常錯誤 錯誤號大全Oracle
- Oracle 錯誤收集Oracle
- ORACLE錯誤大全Oracle
- Golang 學習——error 錯誤處理淺談GolangError
- Golang 學習筆記八 錯誤異常Golang筆記
- 物聯網學習教程—常見錯誤和程式除錯除錯
- JavaScript學習(2):物件、集合以及錯誤處理JavaScript物件
- EF Oracle:錯誤 175Oracle
- oracle 常見錯誤Oracle
- oracle錯誤小結Oracle
- Oracle安裝錯誤Oracle
- Oracle ASM 配置錯誤OracleASM
- 遇到 ORACLE 錯誤 6550Oracle
- Oracle ORA 錯誤大全Oracle
- 【轉帖】Oracle Audit 學習快餐Oracle
- 轉載-找出Oracle alert檔案中的ORA錯誤Oracle