「Oracle エラー対応」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「==エラー対応== [Oracle] ===エラー内容を確認するコマンド oerr=== $ oerr ora 1031 01031, 00000, "insufficient privileges" // *Cause: An attempt w…」) |
|||
| (同じ利用者による、間の2版が非表示) | |||
| 1行目: | 1行目: | ||
==エラー対応== | ==エラー対応== | ||
| − | [Oracle] | + | [[Oracle]] | |
===エラー内容を確認するコマンド oerr=== | ===エラー内容を確認するコマンド oerr=== | ||
$ oerr ora 1031 | $ oerr ora 1031 | ||
| − | 01031, 00000, "insufficient | + | 01031, 00000, "insufficient pri[[vi]]leges" |
// *Cause: An attempt was made to change the current username or password | // *Cause: An attempt was made to change the current username or password | ||
| − | // without the appropriate | + | // without the appropriate pri[[vi]]lege. This error also occurs if |
// attempting to install a database without the necessary operating | // attempting to install a database without the necessary operating | ||
| − | // system | + | // system pri[[vi]]leges. |
| − | // When Trusted Oracle is configure in DBMS MAC, this error may occur | + | // When Trusted [[Oracle]] is configure in DBMS MAC, this error may occur |
| − | // if the user was granted the necessary | + | // if the user was granted the necessary pri[[vi]]lege at a higher label |
// than the current login. | // than the current login. | ||
// *Action: Ask the database administrator to perform the operation or grant | // *Action: Ask the database administrator to perform the operation or grant | ||
| − | // the required | + | // the required pri[[vi]]leges. |
| − | // For Trusted Oracle users getting this error although granted the | + | // For Trusted [[Oracle]] users getting this error although granted the |
| − | // the appropriate | + | // the appropriate pri[[vi]]lege at a higher label, ask the database |
| − | // administrator to regrant the | + | // administrator to regrant the pri[[vi]]lege at the appropriate label. |
===対応=== | ===対応=== | ||
| − | ===== | + | =====O[[R]]A-00988: missing or invalid password(s)===== |
*数字で始まるパスワードの場合、ダブルクォーテーションで囲む | *数字で始まるパスワードの場合、ダブルクォーテーションで囲む | ||
| − | ===== | + | =====O[[R]]A-01950: 表領域'XXXXX'に対する権限がありません===== |
ALTER USER [USERNAME] | ALTER USER [USERNAME] | ||
QUOTA UNLIMITED ON [TABLESPACE_NAME]; | QUOTA UNLIMITED ON [TABLESPACE_NAME]; | ||
---- | ---- | ||
| − | {{include_html banner_html, "!Oracle"}} | + | {{include_html [[banner_html]], "!Oracle"}} |
2020年2月16日 (日) 04:29時点における最新版
目次
エラー対応
Oracle |
エラー内容を確認するコマンド oerr
$ oerr ora 1031 01031, 00000, "insufficient privileges" // *Cause: An attempt was made to change the current username or password // without the appropriate privilege. This error also occurs if // attempting to install a database without the necessary operating // system privileges. // When Trusted Oracle is configure in DBMS MAC, this error may occur // if the user was granted the necessary privilege at a higher label // than the current login. // *Action: Ask the database administrator to perform the operation or grant // the required privileges. // For Trusted Oracle users getting this error although granted the // the appropriate privilege at a higher label, ask the database // administrator to regrant the privilege at the appropriate label.
対応
ORA-00988: missing or invalid password(s)
- 数字で始まるパスワードの場合、ダブルクォーテーションで囲む
ORA-01950: 表領域'XXXXX'に対する権限がありません
ALTER USER [USERNAME] QUOTA UNLIMITED ON [TABLESPACE_NAME];
{{include_html banner_html, "!Oracle"}}
© 2006 矢木浩人