ORA-28150代理用户没有权限访问解决
ORA-28150代理用户没有权限访问解决
ORA-28150: proxy not authorized to connect as client
Cause: A proxy user attempted to connect as a client, but the proxy was not authorized to act on behalf of the client.
Action: Grant the proxy user permission to perform actions on behalf of the client by using the ALTER USER ... GRANT CONNECT command.
解决办法就是给要访问的用户增加权限:
ALTER USER PIANO_COMP_TEST GRANT CONNECT THROUGH database_name --要访问的用户名;
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。