How can I SSO to PL/SQL Developer?

How can I SSO(Single Sign On) into PL/SQL Developer When I know the Oracle SID,the login username and the password from my own application?

Can I relealize it?and how?Thanks

yours
 
You can use the userid=username/password@database command line parameter. For example:

Code:
"C:\Program Files\PLSQL Developer\plsqldev.exe" userid=scott/tiger@chicago
For auditing you can perhaps use Oracle
 
thanks very much.
But when I connect as sysdba,the SSO can not work.
How can I SSO to PL/SQL Developer as sysdba?

online waiting!!!
very anxiously

thanks
 
Back
Top