Configuration+Before+First+Use
Configuration+Before+First+Use
Enable the SYSADMIN user using this command (note somewhere the password for this user –
Welcome01 in lecture)
/u01/install/APPS/scripts/enableSYSADMIN.sh
Enable the Vision demo users using this command (note somewhere the password for this user –
Welcome01 in lecture)
/u01/install/APPS/scripts/enableDEMOusers.sh
Change the database passwords for the base product schemas using this command (When the script
prompts you to provide the password for the SYSTEM user, enter 'manager'.):
(note somewhere the password for base product schemas – Welcome01 in lecture)
/u01/install/APPS/scripts/changeDBpasswords.sh
Check the log files to verify if the processes succeed (you should not have any output for second
command):
[oracle@apps log]$ grep 'changed successfully' L*.log
[oracle@apps log]$ egrep -i 'error|failed|invalid' L*.log
. /u01/install/APPS/19.0.0/EBSCDB_apps.env
sqlplus / as sysdba
Password Change for Oracle WebLogic Server (WLS) administrator user weblogic
. /u01/install/APPS/EBSapps.env run
Stop most of the application tier processes, but leave the Node Manager and Admin server running:
(When prompted, enter APPS user name (apps), desired APPS password (apps in shown lecture), and
current WebLogic Server password which is welcome1)
Change password for the Oracle WebLogic Server administrator user weblogic
Start all the application tier processes again on the run edition file system.
(when prompted enter necessary passwords, apps/apps/Welcome01 in lecture)
adstrtal.sh
Replace password in scripts for weblogic user with the following command:
cd /u01/install/APPS/scripts/
chmod 700 st*apps.sh
for f in st*apps.sh ;do sed -i 's/welcome1/Welcome01/' $f ;done
cd ~/log
/u01/install/APPS/scripts/enableISG.sh