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!!