1. Log in to lk-node01 as LKDOMAIN\lkadmin.
  2. Run cmd.exe as Administrator.
  3. Create a password file to use for logging in 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
    
  4. Verify connectivity to the database via the listener.
C:\> sqlplus sys/XXXXXXXX@10.0.1.100: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