C CMORALES2904 Member Jul 22, 2024 #1 hello. How can I make the connection with Oracle OCI with a wallet. Thank you.
Marco Kalter Administrator Staff member Jul 23, 2024 #1 If you configure your Oracle Client correctly it should be transparent: http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#CIHFHJEI In PL/SQL Developer you can logon by omitting the username and password. Alternatively, on the command-line you can normally specify: plsqldev.exe userid=/@ To logon without a username and password: plsqldev.exe userid=/@
If you configure your Oracle Client correctly it should be transparent: http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#CIHFHJEI In PL/SQL Developer you can logon by omitting the username and password. Alternatively, on the command-line you can normally specify: plsqldev.exe userid=/@ To logon without a username and password: plsqldev.exe userid=/@