For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
I've set up a secure connection, and the handshake connects using TLSv1.
Is there a way to have it negotiate TLSv1.2?
I'm using ojdbc7.jar from 12.1.0.2
On Windows sqlplus "/as sysdba" or On linux/unix sqlplus '/as sysdba' SQL> ALTER USER username IDENTIFIED BY "mypassword"; Once logged in successfully you can change password for the users created and use orapwd utility to generate a password file for sys/system user orapwd example Create a new password file: orapwd file=orapwSID password=oracle entries=5 If the password file already exists: orapwd file=orapwSID password=oracle entries=5 FORCE=Y
sqlplus system/password_you_chose
sqlplus "/ as sysdba"