Skip to main content

User account menu

Show — User account menu Hide — User account menu
  • Log in
Home
code.metcarob.com
Robert Metcalf's Personal Notebook and Blog Site

Search

@metcarob on Twitter
rmetcalf9 on GitHub and GitLab
robertjamesmetcalf on LinkedIn

Main navigation

Show — Main navigation Hide — Main navigation
  • My Blog
  • All Rough Content
  • Taxonomy

Breadcrumb

  1. Home
  2. Node

Locked APPS UserPrimary tabs

Submitted by code_admin on Mon, 07/16/2018 - 15:44

This shows how to deal with a locked APPS user (or other user) in oracle.

Make sure the database is started.

Using sqlplus log in as SYSDBA user. (There should be no password.)

run

  1. ALTER USER APPS ACCOUNT UNLOCK;
  2. commit;

Now it should work

References

http://onlineappsdba.com/index.php/2008/05/15/sso-how-to-deal-with-your…
http://download.oracle.com/docs/cd/B10501_01/win.920/a95490/username.htm
http://sabdarsyed.blogspot.com/2008/09/how-we-resolved-account-locked-t…

Tags

  • Oracle
  • E-Business Suite
RJM Article Type
Quick Reference

Roberts Blog

30-Dec-20 How can growing a startup engineering team slow down production?
23-Dec-20 Introducing Challengeswipe.com
28-Oct-20 3 Ways for Container based microservices to verify JWT tokens
01-Jun-20 Building and Testing Caching Object Store
18-May-20 Adding Caching to my DynamoDB based saas app
08-Mar-20 How the URL frees your data from documents!
01-Mar-20 How do you keep track of your integrations?
23-Aug-19 How my microservice approach to DynamoDB accidentally beat vendor lock-in!
17-Jul-19 API thinking Vs SOA thinking
03-May-19 Getting around mixed content errors when using Snaplogic XML Parser

My Rough Content

Show — My Rough Content Hide — My Rough Content
  • Work Notes
  • Quick Reference
  • Step by Step
  • Useful List
  • Public Article
Powered by Drupal