• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to reset your forgotten Primavera P6 user password using database query

by admin

Follow this example to reset your Primavera P6 admin user password using a database query. The same solution applies to reset passwords for any user in Primavera p6. Just replace ‘admin’ with your user_name in the query mentioned in Point 2.

Note: You need the ADMUSER schema access to reset Primavera P6 admin password.

Reset Primavera P6 admin password

1. Log into admuser schema.

2. Use the below SQL to set the password blank. Make sure to do the commit.

update users set passwd = null where user_name = 'admin';
commit;

3. Log in to Primavera P6 with an empty password; No restart required.

4. Change the password after logging in to P6 by click on the Administrator >> User Administration >> Users >> [Select User] >> Change Password.

Filed Under: Oracle Apps

Some more articles you might also be interested in …

  1. How to Reset a Primavera P6 Application User Password
  2. Difference between Create Accounting – Cost Management and Create Accounting – Receiving
  3. Fndload Value Set Download Upload Command
  4. How to find customer number, site number, party number from invoice
  5. Resetting an Application User’s Password in P6 Professional Using SQLite
  6. PeopleSoft “Authorization Error – Contact your security administrator “
  7. How to delete and recreate Integrated WebLogic Server Default Domain in JDeveloper?
  8. Parameters Of Different Configuration Files To Download And Upload Seed Data Types
  9. How to read all modules assigned to user from Primavera P6 EPPM database
  10. Application Engine Concepts

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright