Skip to Main Content

SQL Developer

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!

Kerberos authentication

user12003658Aug 12 2025 — edited Aug 12 2025

Hi,

I created a externally authenticated user account in Oracle RDS to use Active Directory. This user account has proxy access to application schema.

Username: USER.NAME@DOMAIN.LOCAL

App schema: XYZ

ALTER USER XYZ
GRANT CONNECT THROUGH "USER.NAME@DOMAIN.LOCAL";

I have entered values related to Kerberos authentication in Tools→Preferences→Database→Advanced→ Config File.

I am able to test the connectivity by selecting Authentication Type as Kerberos. I am not able to access tables available under app schema XYZ. In case of Toad, I usually enter credentials as username[xyz] to login as proxy.

How am I supposed to enter AD credentials as proxy in SQL Developer? Please advise.

Thanks in advance,

mlrrr

Comments
Post Details
Added on Aug 12 2025
0 comments
59 views