Xs$null user password cannot be modified in Oracle

Source: Internet
Author: User

To fix the reason for the security audit, found that there is a xs$null user in the database, try to modify the password for it, found an error. Even the SYS user cannot modify the password of the Xs$null User:

Sql>--11.2.0.4
sql> alter user xs$null identified by Oracle;
Alter user xs$null identified by Oracle
*
ERROR at line 1:
Ora-01031:insufficient Privileges


Sql>--12.1.0.2
sql> alter user xs$null identified by Oracle;
Alter user xs$null identified by Oracle
*
ERROR at line 1:
Ora-28222:may not modify reserved user

Sql>

The online documentation says this is an internal retention account, which is not a user, allowing only Oracle instance access and cannot be accessed externally.

Cannot Alter User xs$null (Doc ID 1325766.1) This document also illustrates the problem.

Therefore, Xs$null is not allowed to alter the operation. This is Oracle's expected behavior.

Only at 11.2.0.2, because of bug 12822989, it can be modified by the password command. But the bug does not exist on the 11.2.0.4.


Sql>--11.2.0.2
sql> Password Xs$null
changing password for Xs$null
New Password:
Retype new Password:
Password changed
Sql>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.