Print Thread
Support for proxy user
#45004 12/04/12 03:45 PM
Joined: Dec 2012
Posts: 4
A
Member
OP Offline
Member
A
Joined: Dec 2012
Posts: 4
Is there any plan to add support for proxy user?
I am using v9.0.6
Thx.

Re: Support for proxy user
AndreDeslauriers #45009 12/05/12 10:09 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
This is on the list of enhancement requests, but we don't have a time frame yet.


Marco Kalter
Allround Automations
Re: Support for proxy user
Marco Kalter #45010 12/05/12 12:24 PM
Joined: Dec 2012
Posts: 4
A
Member
OP Offline
Member
A
Joined: Dec 2012
Posts: 4
I am not sure that

Re: Support for proxy user
Marco Kalter #45012 12/05/12 12:24 PM
Joined: Dec 2012
Posts: 4
A
Member
OP Offline
Member
A
Joined: Dec 2012
Posts: 4
I am not sure that we are taking about the samething,
I am just trying to connect into Oracle with that syntax below, in the that command windows of yours.

CONNECT ANY_DOG[GOOFY]/WELCOME@MYSID

That does not work in PL/SQL, it raise an ora-01017 error.



The same connect works flawlessly in sqlplus.


Try this example with sqlplus /nolog

CREATE USER ANY_DOG IDENTIFIED BY WELCOME;
GRANT CONNECT TO ANY_DOG;
CREATE USER GOOFY IDENTIFIED BY WELCOME;
GRANT CREATE SESSION TO GOOFY;
ALTER USER GOOFY GRANT CONNECT THROUGH ANY_DOG;

CONNECT ANY_DOG[GOOFY]/WELCOME@YOURSID

SELECT USER REAL_USER, SYS_CONTEXT('USERENV', 'PROXY_USER') PROXY_USER FROM DUAL;

You should see :

REAL_USER PROXY_USER
------------------------- -----------
GOOFY ANY_DOG

It should not be to hard to implement ????

Thx

REF: https://blogs.oracle.com/jheadstart/entry/using_proxy_authentication

Re: Support for proxy user
AndreDeslauriers #45016 12/05/12 03:20 PM
Joined: Sep 2009
Posts: 165
California
J
Member
Offline
Member
J
Joined: Sep 2009
Posts: 165
California
This works for me in PL/SQL Developer 9.0.6 in a command window.

Re: Support for proxy user
Jeff81 #45020 12/06/12 12:24 PM
Joined: Dec 2012
Posts: 4
A
Member
OP Offline
Member
A
Joined: Dec 2012
Posts: 4
It was a setup error.

In PL/SQL, the Oracle Home was set to 920, instead of blank (automatic)

Thx

Re: Support for proxy user
AndreDeslauriers #45573 01/09/13 04:51 PM
Joined: Nov 2004
Posts: 27
J
Member
Offline
Member
J
Joined: Nov 2004
Posts: 27
Do you know when proxy support will be added?

We have been using PL/SQL developer for years and love it but audit require us to start using proxy connections and so if this doesnt work we will have to switch to oracle SQL Developer!

Re: Support for proxy user
Jeff Ward #45580 01/10/13 08:34 AM
Joined: Nov 2004
Posts: 27
J
Member
Offline
Member
J
Joined: Nov 2004
Posts: 27
Jeff81, I have just upgraded to the latest version from 9.0.4 to 9.0.6.1665 and tried this from a command window and this didnt work, how did you get yours to work?

I tried the format user1[user2]/password@SID and it just came up invalid password and brought up the logion dialog screen

Re: Support for proxy user
Jeff Ward #45589 01/10/13 12:22 PM
Joined: Nov 2004
Posts: 27
J
Member
Offline
Member
J
Joined: Nov 2004
Posts: 27
Actually i think i have sorted this
My oracle home was set to an Oracle 10 client so i have switched it to use an Oracle 11 client and i have now managed to do a proxy connection smile

Re: Support for proxy user
Jeff Ward #49927 12/26/14 04:33 PM
Joined: Dec 2014
Posts: 1
A
Member
Offline
Member
A
Joined: Dec 2014
Posts: 1
I am looking to get the proxy user work through Oracle Forms 10g and its giving the invalid password error. Though it is working fine through the 10g SQL Plus command prompt using the format
user1[user2]/password@SID

Please suggest if there is any way to make it work through Oracle Forms 10g.


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.038s Queries: 14 (0.015s) Memory: 2.5385 MB (Peak: 3.0417 MB) Data Comp: Off Server Time: 2024-05-18 15:55:23 UTC
Valid HTML 5 and Valid CSS