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-
SQL- conn SYS AS SYSSDBA
SQL- ALTER SESSION SET CONTAINER = orclpdb;
SQL- STARTUP
Check Usage Status
SQL- SELECT status FROM v$instance;
Login With SYS as SYSDBA. Change The Session To The Pluggable Database, Following Command.
ALTER SESSION SET
CONTAINER = orclpdb;
Startup Your Database..
STARTUP
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.........................
Great this solution worked for me...thanks
ReplyDelete