- Log in to sios20lknode01 as SIOS20\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=XXXXXXXX
- Verify connectivity to the database via the listener.
C:\> sqlplus sys/XXXXXXXX@10.20.1.200:1521/orcl as sysdba
SQL> select instance_name from v$instance ;
INSTANCE_NAME
————————————————————————
orcl
Post your comment on this topic.