RE: [EXTERNAL] RE: ORA-1017 remote login SYS as SYSDBA
Date: Tue, 15 Feb 2022 14:25:16 +0000
Message-ID: <BY5PR11MB3910C8D2A55767A3B9C5CE50D4349_at_BY5PR11MB3910.namprd11.prod.outlook.com>
Following up on this…
orapwd describe file=<orapw file>
…will show you the version of the file (which I think defaults to 12.1 for 19c) and
orapwd file=<orapw file> entries=10 format=12.2
…will create the file with version 12.2.
That said, you mentioned you had upgraded to 19.14 but the version of sqlplus shows you are using 19.3. Not sure if Windows is different than Linux, but on my Linux boxes the version of sqlplus reflects the upgraded number. Or perhaps you are simply connecting from a client with an older version? If that’s the case, I would try to connect “remotely” from the local server to see if that works. Baby steps. ☺
$ sqlplus /nolog
SQL*Plus: Release 19.0.0.0.0 - Production on Tue Feb 15 07:19:49 2022
Version 19.13.0.0.0
Copyright (c) 1982, 2021, Oracle. All rights reserved.
SQL>
From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Andrew Kerber
Sent: Tuesday, February 15, 2022 6:34 AM
To: srcdco_at_rit.edu
H:\>sqlplus sys/********_at_<sid> as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Tue Feb 15 23:03:56 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
ERROR:
Anyone have more experience on windows that understands what could possibly be happening here?
Jack van Zanen
-joe
Cc: jbeckstrom_at_gcrta.org; andysayer_at_gmail.com; jack_at_vanzanen.com; oracle-l_at_freelists.org
Subject: Re: [EXTERNAL] RE: ORA-1017 remote login SYS as SYSDBA
ORA-01017: invalid username/password; logon denied
sec_case_sensitive_logon boolean TRUE
sec_max_failed_login_attempts integer 3
sec_protocol_error_further_action string (DROP,3)
sec_protocol_error_trace_action string TRACE
sec_return_server_release_banner boolean FALSE
remote_login_passwordfile string EXCLUSIVE
remote_os_authent boolean FALSE
remote_os_roles boolean FALSE
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.
Thank you for your cooperation
This e-mail transmission and any attachments that accompany it may contain information that is privileged, confidential or otherwise exempt from disclosure under applicable law and is intended solely for the use of the individual's to whom it was intended to be addressed. If you have received this e-mail by mistake, or you are not the intended recipient, any disclosure, dissemination, distribution, copying or other use or retention of this communication or its substance is prohibited. If you have received this communication in error, please immediately reply to the author via e-mail that you received this message by mistake and also permanently delete the original and all copies of this e-mail and any attachments from your computer. Please note that coverage cannot be bound or altered by sending an email. You must receive written confirmation from a representative of our firm to put coverage in force or make changes to an existing policy.
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 15 2022 - 15:25:16 CET