About 446,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. 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 …

  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. Oracle pluggable database rename and TNSNAMES.ORA file editting

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

  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. ROWTYPE declaration throws ORA-16000 error in standby database

    Oct 29, 2019 · ORA-16000: database or pluggable database open for read-only access SQL> alter session enable adg_redirect_plsql; Session altered. SQL> DECLARE 2 tst_row …

  9. Pluggable database not showing the users tablespace

    Oct 5, 2021 · I have oracle 19c multitenant and asm installed. When I create a container and a pluggable database by graphic view I can see the users tablespace from the database. sqlplus …

  10. how to find data files of pluggable database (oracle)

    Feb 13, 2016 · 0 I have a pluggable database.I need to find locations where the data file of this pluggable db reside? Is there any command I can execute? I actually don't remember if I had …