- Log in to lk-node01 as LKDOMAIN\lkadmin.
- Run cmd.exe as Administrator.
- 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
- 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
Post your comment on this topic.