How to change password in Oracle Transportation Management(OTM)
If you want to change other usernames/passwords, then the list expands beyond that. I believe the the following is a complete list of OTM DB users:
glogowner
glogdba
glogdev
glogload
archive
build
reportowner
Step 1: Shutdown OTM application services.
a) Stop the Web Server
b) Stop the Application Server
Step 2: Change the database passwords.
Use alter command to change the passwords
Step 3: Encode the password for GLOG.
i) Run the below command to encode the password
java glog.util.appclass.Base64Encoding
java glog.util.appclass.Base64Encoding
ii)
Backup for glog.properties.
iii)
Update glog.properties
glog.crypto.password.mode=Encrypt
For glogdba password update following property
glog.database.password=
For glogload password update following property
glog.database.load.password=
Step 4: Start application services for OTM.
If you want to change other usernames/passwords, then the list expands beyond that. I believe the the following is a complete list of OTM DB users:
glogowner
glogdba
glogdev
glogload
archive
build
reportowner
Step 1: Shutdown OTM application services.
a) Stop the Web Server
b) Stop the Application Server
Step 2: Change the database passwords.
Use alter command to change the passwords
Step 3: Encode the password for GLOG.
i) Run the below command to encode the password
java glog.util.appclass.Base64Encoding
java glog.util.appclass.Base64Encoding
ii)
Backup for glog.properties.
iii)
Update glog.properties
glog.crypto.password.mode=Encrypt
For glogdba password update following property
glog.database.password=
For glogload password update following property
glog.database.load.password=
Step 4: Start application services for OTM.