cancel
Showing results for 
Search instead for 
Did you mean: 

Database user Expired

Former Member
0 Kudos

Hi,

I am working on SAP solution Manager 7 with database 10g & OS win 2003 . When i check my oracle user account status using

select username,account_status from dba_users;

Than i get three user account status is expired .Can any body tell me now ,what action i have to take to resolved this issue.

SQL> select username,account_status from dba_users;

USERNAME                       ACCOUNT_STATUS
------------------------------ --------------------------------
OUTLN                          OPEN
OPS$TEGASOL\SOLADM             OPEN
OPS$TEGASOL\SAPSERVICESOL      OPEN
OPS$TEGASOL\SAPSERVICESR3      OPEN
SYS                            OPEN
SYSTEM                         OPEN
SAPSR3                         OPEN
SAPSR3DB                       OPEN
TSMSYS                         EXPIRED
DIP                            EXPIRED
DBSNMP                         EXPIRED

11 rows selected.

Accepted Solutions (1)

Accepted Solutions (1)

former_member603052
Contributor
0 Kudos

Hi Rudra,

This means the users have been expired.....May be they are not used. If you want those users to be open then assign new passwords for those and can also set PASSWORD_LIFE_TIME to number of days he can use that password.

Regards,

Kalyan

Answers (1)

Answers (1)

Former Member
0 Kudos

The three database users thta you have mentioned doesnt plany any role in SAP environment

so if you are not facing any issues,you better dont touch them

You can refer to Note 562863 about these users

You can though increase the validity of user if you want

Rohit

Former Member
0 Kudos

Hi,

Thanks Rohit & Kalyan for clearification.

Rudra