1. Log in to sios20lknode01 as SIOS20\lkadmin.
  1. 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
  1. 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

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment