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

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

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

  6. Unlock the user in PDB database - Stack Overflow

    Apr 11, 2020 · database oracle-database oracle12c pluggable-database edited May 8, 2020 at 20:37 wolφi 8,381 4 42 71

  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. database administration - Oracle Please look into PDB_PLUG_IN ...

    Jun 12, 2023 · When creating a PDB in an Oracle 19.16 database, I get a warning in the logs: TEST_DB(4):WARNING: Pluggable Database TEST_DB with pdb id - 4 is TEST_DB(4): …

  9. "Plugable" or "pluggable" - English Language & Usage Stack …

    When it comes to programming copy edits, there are lots of words that would otherwise be thrown out or replaced. Hive uses a plugable design. Should that be plugable or pluggable? If the …

  10. Storing tables into CDB or PDB? - Stack Overflow

    Aug 29, 2023 · It makes a HUGE difference, don't put your application tables into the Container (CDB) unless you have a very specific reason to do so. Treat the pluggable database as your …