Answers for "connect oracle with proxy"

SQL
1

oracle add proxy

-- Grants proxy connection to OTHER_SCHEMA for MY_USER.
-- Connexion User: MY_USER[OTHER_SCHEMA]
ALTER USER OTHER_SCHEMA GRANT CONNECT THROUGH MY_USER;
Posted by: Guest on January-20-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language