- Log in to SIOS-NODE1 as SIOS20-AD\lkadmin.
- Create a password file to use for login through the listener. Refer to the official Oracle documentation for the syntax of the password files.
C:\> orapwd file=orapworcl force=y ignorecase=y password=<password>
- Verify connectivity to the database via the listener.
C:\> sqlplus sys/<password>@10.0.2.21:1521/orcl as sysdba SQL> select instance_name from v$instance ; INSTANCE_NAME –-–-–-–-–-–-–-–- orcl SQL>
Post your comment on this topic.