About 452,000 results
Open links in new tab
  1. 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 …

  2. How do I resolve this "ORA-01109: database not open" error?

    May 3, 2017 · 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 …

  3. Connecting to an Oracle Pluggable Database using connection …

    Apr 19, 2023 · 0 How can we connect to a pluggable database via connection string in my application? Pluggable database is created via docker. How do I specify that I want to connect …

  4. 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 …

  5. 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.

  6. 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. …

  7. 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 …

  8. Oracle pluggable database rename and TNSNAMES.ORA file editting

    Sep 2, 2023 · Oracle pluggable database rename and TNSNAMES.ORA file editting Asked 2 years, 4 months ago Modified 2 years, 4 months ago Viewed 2k times

  9. Module::Pluggable installation failed while running the test

    Oct 25, 2024 · The test is checking to see if Module::Pluggable ignores modules it doesn't have permission to read. Let's assume the problem being reported is a problem with …

  10. 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?