About 449,000 results
Open links in new tab
  1. How do I resolve this "ORA-01109: database not open" error?

    May 3, 2017 · 3 I was facing some problem from SQL PLUS Command Prompt. So I resolve this issue from windows CMD, I follow such steps: open CMD (Windows) type show pdbs; Now …

  2. How to Register Pluggable Database(PDB) with new created …

    SQL> alter system register; System altered. and restart pluggable database SQL> alter pluggable database pdb close immediate; SQL> alter pluggable database pdb open; SQL> exit; then …

  3. Connect Directly to Pluggable Database - Stack Overflow

    Dec 4, 2015 · Ensure the pluggable database is started and open, there is a tnsnames.ora entry for the pdb, confirm the listener has picked up the tnsnames entry for the pdb after you added …

  4. sql - ORA-01219: database not open: queries allowed on fixed …

    ORA-01219: database not open: queries allowed on fixed tables/views only) I looked for sgadef.dbf file and it was missing in home directory.. Can someone help me to make it working.

  5. Oracle DB service is already opened but still getting 'database not ...

    Jan 14, 2022 · If we restarts computer/server then all the opened oracle databases are closed automatically and do not open automatically after restarting computer/server. @EdStevens I …

  6. The Difference Between “Extensible” and “Pluggable” Applications

    Aug 26, 2013 · Pluggable - can also be extensible. What makes things pluggable is the ability of just dropping something (dll) somewhere and have that thing working. It is achieved by your …

  7. Pluggable database does not exist - Stack Overflow

    I have Been Working with Oracle sql developer almost for a year now, I have many users created including HR. Earlier today I've connected to my pluggable database and things went fine. …

  8. How to set oracle 19c database to be always in open mode?

    Jun 6, 2022 · 6 Pluggable databases always start in MOUNTED mode by default. Try the following solution, with the CDB open and your PDB mounted: SQL> alter pluggable database …

  9. How to list down the list of PDB and CDB in Oracle 12c?

    Apr 30, 2016 · What is the SQL command to return a list of PDB and CDB in Oracle?

  10. How to query all pdbs in Oracle 19c with container user

    Mar 9, 2024 · Here the steps after i connected with SQLPLUS on CDB$ROOT