Application can't connect to Oracle 12c Database

HappyCode 0001 : Application can't connect to Oracle 12c Database

At that time, we received mail that app client can't connect to ORCLPDB which is Oracle DB 12c , 
with this error "ORA-01033: ORACLE initialization or shutdown in progress". 




Based on that error code, seems DB is down, so we just crosscheck using DBA access and Yes, DB ORCLPDB is down.

So, these are the ways that we used to check and bringup the ORCLPDB database.





Github : https://github.com/happycodingkoe/database_oracle
Blog : https://happycodingkoe.blogspot.com/
IG : @happycodingkoe
FB : https://web.facebook.com/happycoding.koe.3

Komentar

Postingan populer dari blog ini

Analytic SQL CAST & VALIDATE_CONVERSION () Function for Data Validation Oracle 12c

Create invisible column in Database Oracle 12c