How To Resolve This "Ora-01109: Database Not Open" Error?

ORA-01109 database not open error

ORA-01109 Database Not Open Error

How Do I Resolve This Ora-01109: Database Not OpenError?
If You Use 19c Then Follow The Steps Below-

Open The Cmd Window On Your Computer.
Login With SYS User
SQL- conn SYS AS SYSSDBA
Alter The Session To The Pluggable Database With The Following Command.
SQL- ALTER SESSION SET CONTAINER = orclpdb;
Next, Start Up The Database.
SQL- STARTUP
After That Database Will Not Show The Above Error.

Check Usage Status

SQL- SELECT status FROM v$instance;
Oracle Database 19c Then Follow The Steps Below

Login With SYS as SYSDBA. Change The Session To The Pluggable Database, Following Command.

ALTER SESSION SET 
    CONTAINER = orclpdb;

Startup Your Database..

STARTUP
Ora-01531: Your Database Is Already Open Throws An Error Then Change Container To Enter PDB Database Name
ALTER SESSION SET CONTAINER = ORCLPDB

🔗 Demo Application-
URL- Demo Application
Username - demo, Pass- demo

I hope everyone will like it. Please watch the full video,
Comment on any of your problems, I will try my best to solve the problem, In-Shah Allah. Everyone's cooperation is desirable. Visit my blog site, new technology related videos, you will get different types of tutorials of Oracle Apex, and hopefully, you can use them in your daily work.
Please stay tuned by subscribing to the YouTube channel, and encourages new videos to be uploaded.
=================
Visit my site to get more collaborative posts about Oracle Apex and subscribe to my YouTube channel. Thanks.
Comment on any of your issues, I will try my best to solve the problem, In-Shah Allah. Everyone's cooperation is desirable.
Visit my blog site, new technology-related videos, you will get different types of tutorials of Oracle Apex, and hopefully, you can use them in your daily work.
==============================

🙍🏾‍ Md jABER HOSSEN
📲 Mobile- +8801760688286
📨 Email- jaberit786@gmail.com
🌐 FB- facebook.com/mdjaber.hossen1
Please Subscribe to My Channel

Many thanks for visiting the site.

Then Enjoy.........................

1 Comments

Hlo Sir

  1. Great this solution worked for me...thanks

    ReplyDelete
Previous Post Next Post