Database Management - Changing the Oracle Database Password (includes EPM and WISER)
Method 1: Using SQL*Plus (command line tool)
- Launch SQL*Plus. Note: be sure you're not actively connected to the database for which you're attempting to change credentials for.
- In the command line, enter sqlplus user@database, where user is your user ID, and database is the specific database you are connecting to (e.g., DWHP, EPM)
- Enter your current password.
- Once you have connected to the database type the word “password” (no quotes) & hit enter.
- Enter your current (soon to be old) password at the “Old password:” prompt & hit enter.
- Enter your new password (scroll further down to see the minimum requirements!) at the “New password:” prompt & hit enter. Please note that if the password starts with anything OTHER than a letter from the alphabet, you must enclose the password in double quotes.
- Enter your new password again at the “Retype new password:” prompt & hit enter.
- You should see, after a second or two, the “Password changed” confirmation.
Method 2: Using Oracle SQL Developer (graphical user interface)
- In SQL Developer, right-click on the database name
- Click on Reset Password
- In the pop up window, enter your Current Password, then enter your New Password and Confirm Password
Hints and Tips
- you may need to use all 4 requirements: upper case, lower case, numeral and punctuation
- if you use special characters, try using: # or @
If the above methods do not work ...
EPM Password Resets
Please email hrs-dbas@g-groups.wisc.edu if you cannot reset your password using either method.
WISER / SFMRT Password Changes
SFMRT Oracle passwords can also be reset by logging onto the WISER web application (https://wiser.wisc.edu), clicking your name in the upper right and navigating to Settings > Datamart > Change Password. Every WISER user is assigned an SFMRT database account and vice versa.
If you have an issue with changing your password in WISER, please contact uwsaproblemsolvers@support.wisconsin.edu.
Password policy and information
UW System Password Guidelines
The requirements are:
- Password length must be between 16-30 characters
- Must contain 3 of the following 4 requirements:
- capital letter
- lower case letter
- number
- or special character (~ ` @ # $ % ^ & * ( ) = | [ ] { } ? < >)
- Cannot have been used as one of your last 99 passwords
- May not contain your user ID
The UWSA password guidelines can be found on the UWSA Password Self-Service web page found here: here
UW System Administrative Procedure 1030.A Information
This webpage contains in-depth information on the authentication methods used to secure the systems covered by the UW System information security policies.