InterviewSolution
Saved Bookmarks
| 1. |
If You Forget Admin Password ,how Will You Login To Apex Application? |
|
Answer» We need to call sql SCRIPTS to reset the password @apxchpwd.sql (this is same as ALTER user USERNAME IDENTIFIES by password) We need to call sql scripts to reset the password @apxchpwd.sql (this is same as alter user username identifies by password) |
|