ALTER USER SYS succeeded.
ALTER USER SYS succeeded.
Error starting at line 11 in command:
GRANT SYSOPER TO SYS WITH ADMIN OPTION
Error report:
SQL Error: ORA-01031: insufficient privileges
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.
Error starting at line 12 in command:
GRANT SYSDBA TO SYS WITH ADMIN OPTION
Error report:
SQL Error: ORA-01031: insufficient privileges
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.
なぜこのエラーが出るのか分かりません。特権のために私がcmd
をチェックすると、私は特権を持っていると言い、すべてが完全に動作します。このエラーは、SYSユーザーとHRユーザーのすべてを管理しているときに表示されます。私はこの全体のインターネット上で見つけたものは私を助けることができないので、私はこの場合何をすべきですか?ORA-01031私は特権を持っていることを確認したら
my javaがデータベースに接続しないため、この権限が必要です。任意のアイデアをください!
'特権のためにcmdをチェックすると、私は特権があり、すべてが完璧に動作すると言います。あなたに特権があることを示すコマンドを与えます。また、実行しようとしている完全なコマンドを与えてください。 – Utsav
'sys'に触れないでください! 'sys'は特別なので、そのままにしておきます。 – sstan
よく......私はcmdのsqlplus/sysdbaとして書き込み、彼は接続します。問題を検索したときに、私はこのコマンドを書くときに、権限がないとエラーORA-01031を与えなければならないと言った。 –