In 18c, we can create a schema with no password using NO AUTHENTICATION clause, which can be useful in proxy based authentication.
These accounts are called Schema only accounts and not required any authentication mechanism and used only via remote authentication only.
SQL . CREATE USER TEST NO AUTHENTICATION;
However, these accounts cannot directly connect […]
Follow Me!!!