About 511,000 results
  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 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 …

  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, 1 month ago Modified 2 years, 1 month ago Viewed 2k times

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

  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. How do I create my own URL protocol? (e.g. so://...)

    Dec 23, 2008 · 41 This is different for each browser, in IE and windows you need to create what they call a pluggable protocol handler. The basic steps are as follows: Implement the …

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

  9. ORA-14696: MAX_STRING_SIZE migration is incomplete for …

    Jul 10, 2013 · 4 I ran into the same problem first, when discovering, that you only can set MAX_STRING_SIZE in a non-cdb (the standalone form of the database) or in a pluggable.

  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 …