Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unlock Anoymous for PL/SQL web toolkit web pages

user4197738Sep 16 2024

In Oracle 21c XE I ran unlocked user anonymous (as below) to view PL/SQL Web Toolkit web pages in Web browser.

ALTER USER ANONYMOUS IDENTIFIED BY <system-password> ACCOUNT UNLOCK;

Initially, the Web pages appeared fine in the web browser, but when the browser is opened the next day or a new browser session starts a popup window appears asking for some username/password. In the popup window it does not accept account credentials or system credentials. So I ran the unlock user anonymous statement again and the web pages start appearing again in the web browser.

So my question is if there is a time frame after which the unlock of a,nonymous account expires. If so, how to extend it by giving an expiration time.

Appreciate help!!

Comments
Post Details
Added on Sep 16 2024
0 comments
57 views