Skip to Main Content

Oracle Database Discussions

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!

entries option is not working while creating the password file in 19c database

Hi All,

I created a password file in Oracle 19c database using below command:

orapwd file=orapw$ORACLE_SID password=Gaurav_2202 entries=2 force=y

as you can see in above command, I used entries=2 so it should allow only two users to connect database simultaneously with sysdba privilege. So, to test this scenario I created three users and tried connecting to database at the same time and all got connected. Can someone help me out to find the issue?

This post has been answered by Solomon Yakobson on Jun 14 2025
Jump to Answer
Comments
Post Details
Added on Jun 14 2025
2 comments
113 views