P.S. This method works for Forms 12c but not Forms 10g.
As DBA
ALTER USER LIB1 GRANT CONNECT THROUGH CHIUP;
Connect via SQL*Plus
CONN CHIUP[LIB1]/xxxxxxx
Connect via SQL Developer
Hit "Advanced..." button in the connection setup window
Revoke Access
As DBA
ALTER USER LIB1 REVOKE CONNECT THROUGH CHIUP;
No comments:
Post a Comment