Resetting Oracle APEX Admin Password - Video Walkthrough Tutorial
Filed Under Technical Tips // Tags: oracle apex, video training
Oracle recommends that the password for the APEX administrator be changed on new installations, or on migrations from runtime to developers mode. They state that in an upgrade scenario the existing password is preserved. That being said, there are times you need to change the password outside of these situations, and the process is fairly simple.
UPDATE: We now have a video walkthrough of this process below. The full text walkthrough and screenshots are below it.
You will need to be able to logon as SYS with SYSDBA rights in order to do this.
For all installations perform the following first:
- Change to the working directory into which the APEX system was extracted to when it was installed. In our screenshot the apex files were extracted to d:\apex
- Start the SQL/PLUS and connect to the database that APEX is installed against as SYS with the SYSDBA role.
- run the apxxepwd.sql or apxchpwd.sql script. This varies depending on version. Below are screenshots for versions 3.0.1 and version 3.2
This will prompt you for a new ADMIN account password.
After this, the ADMIN account password will be changed. The first time the ADMIN logs on after this, they will be required to reset the password.
Related Information:
- Install Oracle Apex 3.2 on XE and XP Pro - Video Walkthrough Tutorial
This tutorial is a supplment to the install video linked to below. It takes you through the process of installing...
- APEX 3.2 Tutorial Preparation and OEHR Sample Data - Video Walkthrough
This tutorial video and article is meant to help you setup your APEX installation so you can proceed through the...
- Oracle APEX Main Components
One of the main functions of APEX is to be able to easily build applications and perform basic database administration...
- Oracle APEX Advanced Tutorial 1 - Creating a Tabular Form - Video Walkthrough
This tutorial is designed to walk you through section 2 of the Oracle APEX Advanced Tutorial, Creating a Tabular Form....
- Oracle APEX Tutorial 10 - Access Control - Part 2 - Video Training
Security. We hear about it everywhere. Make this more secure, make this less secure. In the computer industry this is...
- Oracle XE 10g Windows Install - Video Walkthrough Tutorial
This tutorial article is meant to provide a visual guide to the process of installing Oracle express edition (XE) onto...
- Oracle APEX Tutorial 10 - Access Control - Part 1 - Video Training
Security. We hear about it everywhere. Make this more secure, make this less secure. In the computer industry this is...
- Oracle APEX Video Training Tutorials - Complete List
A few kind readers asked, so we have delivered. Below is a consolidated list of all of the APEX training...





Jun 14, 2009
Nice set of tutorials….wonderful, thanks
Jun 15, 2009
Thanks, Srini. I’m glad to hear you are gaining value from them.
Jun 22, 2009
Thanks for this tutorials, great job.