To fix this issue, use the following steps:
First, launch the SQL*Plus program and login to the database instance as a SYSDBA user:
Enter user-name: hr@pdborcl as sysdba
Enter password: hr
select status, database_status from v$instance;
alter database open;