真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

ORACLEERP如何修改密碼

這篇文章將為大家詳細講解有關(guān)ORACLE ERP如何修改密碼,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

成都創(chuàng)新互聯(lián)于2013年開始,先為安次等服務(wù)建站,安次等地企業(yè),進行企業(yè)商務(wù)咨詢服務(wù)。為安次企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。

首先ERP的用戶分兩大類,應(yīng)用用戶、數(shù)據(jù)庫用戶;其中數(shù)據(jù)庫用戶又分兩類,ERP相關(guān)的、ERP無關(guān)的

應(yīng)用用戶:WEB頁面的登錄用戶如sysadmin、asadmin
ERP相關(guān)的數(shù)據(jù)庫用戶:如APPS、AK、IBC這些
ERP無關(guān)的數(shù)據(jù)庫用戶:如system或單純使用sqlplus>create user username的

數(shù)據(jù)庫中查詢和和ERP無關(guān)的數(shù)據(jù)庫用戶
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相關(guān)的數(shù)據(jù)庫用戶的密碼為apps

FNDCPASS apps/apps 0 Y system/manager01 oracle hwms 666666
--單獨修改和ERP相關(guān)的數(shù)據(jù)庫用戶hwms的密碼為666666
--如果該數(shù)據(jù)庫用戶和ERP不相關(guān),會報錯如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一起都修改了

關(guān)于“ORACLE ERP如何修改密碼”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。


名稱欄目:ORACLEERP如何修改密碼
URL鏈接:http://weahome.cn/article/ggjpjs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部