您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關ORACLE ERP如何修改密碼,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
首先ERP的用戶分兩大類,應用用戶、數據庫用戶;其中數據庫用戶又分兩類,ERP相關的、ERP無關的
應用用戶:WEB頁面的登錄用戶如sysadmin、asadmin
ERP相關的數據庫用戶:如APPS、AK、IBC這些
ERP無關的數據庫用戶:如system或單純使用sqlplus>create user username的
數據庫中查詢和和ERP無關的數據庫用戶
select * from dba_users where username not in(select APPLICATION_SHORT_NAME from APPS.FND_APPLICATION_VL) and account_status='OPEN' order by user_id desc
或
select * from dba_users where username not in(select ORACLE_USERNAME from APPS.fnd_oracle_userid) and account_status='OPEN' order by user_id desc
不過貌似下面這個是對的,因為查出的ABM居然不受FNDCPASS ALLORACLE修改密碼的影響
su - oracle
sqlplus / as sysdba
alter user system identified by manager01;
su -applmgr
FNDCPASS apps/123456 0 Y system/manager01 user 101004871 PwD20180207
--修改ERP WEB登錄界面用戶101004871的密碼為PwD20180207
--apps的密碼為123456,system的密碼為manager01
FNDCPASS apps/123456 0 Y system/manager01 SYSTEM APPLSYS apps
--修改apps和applsys的密碼為apps,apps原來的密碼是123456
FNDCPASS apps/apps 0 Y system/manager01 ALLORACLE apps
--修改所有和ERP相關的數據庫用戶的密碼為apps
FNDCPASS apps/apps 0 Y system/manager01 oracle hwms 666666
--單獨修改和ERP相關的數據庫用戶hwms的密碼為666666
--如果該數據庫用戶和ERP不相關,會報錯如APP-FND-02702: XX is not a valid oracle user.
To change an Oracle E-Business Suite user's password:
You can use this command to change an individual Oracle E-Business Suite user's password.
FNDCPASS 0 Y USER
For example, if you were changing the password for the user VISION to 'WELCOME', you would use the following command:
FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME
logon The Oracle username/password.
system/password The username and password for the System DBA account.
username The Oracle E-Business Suite username. For example, 'VISION'.
new_password The new password
To change the APPS and APPLSYS (type 2) schema password:
Use this command to change passwords for schemas that are used by shared components of Oracle E-Business Suite.
FNDCPASS 0 Y SYSTEM
For example, the following command changes the APPLSYS password to 'WELCOME'.
FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
logonThe Oracle username/password.
system/passwordThe username and password for the SYSTEM DBA account.
usernameThe APPLSYS username. For example, 'applsys'.
new_passwordThe new password.
--以上命令看起來是修改applsys,其實apps和applsys一起都修改了
關于“ORACLE ERP如何修改密碼”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。