Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

How can you recover Apex Admin password when account is LOCKED or forget

Created by :
Oracle, Oracle Apex
problem
Programming, Software and application
2013
2021-12-26 02:08:58

If  you see unlock the account, How can I oracle apex account unlock the account user? 


  1. Go to apex location where you have installed the apex  
  2. cd E:\apex\apex20
  3. connect database using conn Sys /AS SYSDBA
  4. Write:  @apxchpwd and will show 

...set_appun.sql

=================================================================== 

This script can be used to change the password of an Application Express

instance administrator. If the user does not yet exist, a user record will be

created.

===================================================================

Enter the administrator's username [ADMIN]


  1. Enter 
  2. Enter 
  3. Give password 
  4. Done