RE: catcdb.sql fails with ORA-12269: client uses weak encryption/crypto-checksumming version

  • From: Stefan Koehler <contact@xxxxxxxx>
  • To: nenad.noveljic@xxxxxxxxxxxx, ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 5 Jan 2022 09:50:01 +0100 (CET)

Hello Nenad,
yes, you are right. I missed the point that you didn't specify the TNS connect 
string.

Here from my lab:
---------8<-----------
SQL> connect sys/manager@T193DB as sysdba
Connected.

SQL> connect sys/dssdg@T193DB as sysdba
ERROR:
ORA-01017: invalid username/password; logon denied

SQL> connect sys/dssdg as sysdba
Connected.
---------8<-----------

The explanation for this behavior can be found in MOS ID #242258.1 but it still 
seems like the password syntax confuses the connect in some way (so that you 
get an ORA-12269). 

I guess time to DTrace or PinTools debugtrace it :-)


Best Regards
Stefan Koehler

Independent Oracle performance consultant and researcher
Website: http://www.soocs.de
Twitter: @OracleSK

Noveljic Nenad <nenad.noveljic@xxxxxxxxxxxx> hat am 05.01.2022 09:38 
geschrieben:


Hi Stefan,

But I can type any password and still get in, e.g.:

SQL> connect SYS/"Msdddfdfd" as sysdba
Connected.

Best regards,

Nenad
--
//www.freelists.org/webpage/oracle-l


Other related posts: