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

From: Stefan Koehler <contact_at_soocs.de>
Date: Wed, 5 Jan 2022 09:50:01 +0100 (CET)
Message-ID: <1676414956.528908.1641372601807_at_ox.hosteurope.de>


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_at_T193DB as sysdba Connected.

SQL> connect sys/dssdg_at_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: _at_OracleSK

> Noveljic Nenad <nenad.noveljic_at_vontobel.com> 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

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 05 2022 - 09:50:01 CET

Original text of this message