I am setting up a test version of my website against a new schema. I am trying to connect using the proxy connection and am getting the following error:
ORA-28150: proxy not authorized to connect as client
my connect string has the following form:
Data Source=Instance; User Id=user; Proxy User Id=prxy_usr;Proxy Password=prxy_pass; Min Pool Size = 0; Connection Timeout = 30
Do you have any idea what might be wrong?