[16.1.52] Proxy connections fail with clientless sessions

Proxy connections don't appear to work with clientless sessions:

create user proxyuser identified by welcome1;
grant create session to proxyuser;
create user test01 identified by welcome2;
grant create session to test01;
alter user test01 grant connect through proxyuser;
-- The following fails with ORA-01017: invalid username/password
-- when a clientless connection is used
connect proxyuser[test01]/welcome1

Proxy connections aren't supported in no-client mode, sorry. :frowning:

Thanks for reporting it though. I wasn't aware of it.