<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Pluggable Adapter Pattern</title><link>http://www.bing.com:80/search?q=Pluggable+Adapter+Pattern</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Pluggable Adapter Pattern</title><link>http://www.bing.com:80/search?q=Pluggable+Adapter+Pattern</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>The Difference Between “Extensible” and “Pluggable” Applications</title><link>https://stackoverflow.com/questions/18435564/the-difference-between-extensible-and-pluggable-applications</link><description>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 pluggable item having adhere to certain rules (implement interface). Depends how you look at it, the definition differ. For example, your plugins can extend an application.</description><pubDate>Tue, 31 Mar 2026 19:17:00 GMT</pubDate></item><item><title>Oracle pluggable database rename and TNSNAMES.ORA file editting</title><link>https://stackoverflow.com/questions/77029961/oracle-pluggable-database-rename-and-tnsnames-ora-file-editting</link><description>Oracle pluggable database rename and TNSNAMES.ORA file editting Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 2k times</description><pubDate>Wed, 01 Apr 2026 11:30:00 GMT</pubDate></item><item><title>How to Register Pluggable Database(PDB) with new created LISTENER</title><link>https://stackoverflow.com/questions/63458885/how-to-register-pluggable-databasepdb-with-new-created-listener</link><description>SQL&gt; alter system register; System altered. and restart pluggable database SQL&gt; alter pluggable database pdb close immediate; SQL&gt; alter pluggable database pdb open; SQL&gt; exit; then start listener [oracle@ol8-19 ~]$ lsnrctl start and recheck listener's current status [oracle@ol8-19 ~]$ lsnrctl status which should start within a half minute.</description><pubDate>Thu, 02 Apr 2026 07:40:00 GMT</pubDate></item><item><title>How do I resolve this "ORA-01109: database not open" error?</title><link>https://stackoverflow.com/questions/27280405/how-do-i-resolve-this-ora-01109-database-not-open-error</link><description>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 you have to unmount the data base which is mounted type alter pluggable database database_Name open; type show pdbs; (for cross check) This works for me.</description><pubDate>Fri, 03 Apr 2026 18:16:00 GMT</pubDate></item><item><title>Oracle DB service is already opened but still getting 'database not ...</title><link>https://stackoverflow.com/questions/70706962/oracle-db-service-is-already-opened-but-still-getting-database-not-open-error</link><description>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 am appending your suggested answer, we can call alter pluggable database all save state; command in oracle SQL plus after calling alter pluggable database all open; command. which will keep remember/open the databases state ...</description><pubDate>Fri, 03 Apr 2026 04:26:00 GMT</pubDate></item><item><title>how to find data files of pluggable database (oracle)</title><link>https://stackoverflow.com/questions/33832730/how-to-find-data-files-of-pluggable-databaseoracle</link><description>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 specified the data file when I created the pluggable db. Some guidance is appreciated.</description><pubDate>Wed, 01 Apr 2026 22:07:00 GMT</pubDate></item><item><title>Pluggable database does not exist - Stack Overflow</title><link>https://stackoverflow.com/questions/55836495/pluggable-database-does-not-exist</link><description>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. Now when I w...</description><pubDate>Thu, 02 Apr 2026 15:54:00 GMT</pubDate></item><item><title>"Plugable" or "pluggable" - English Language &amp; Usage Stack Exchange</title><link>https://english.stackexchange.com/questions/77373/plugable-or-pluggable</link><description>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 parag...</description><pubDate>Thu, 02 Apr 2026 02:18:00 GMT</pubDate></item><item><title>How to set oracle 19c database to be always in open mode?</title><link>https://stackoverflow.com/questions/72514586/how-to-set-oracle-19c-database-to-be-always-in-open-mode</link><description>7 Pluggable databases always start in MOUNTED mode by default. Try the following solution, with the CDB open and your PDB mounted: SQL&gt; alter pluggable database orclpdb open; SQL&gt; alter pluggable database orclpdb save state; Now when you restart your instance, the pluggable database should open in READ WRITE mode automatically.</description><pubDate>Wed, 01 Apr 2026 20:34:00 GMT</pubDate></item><item><title>How to create user profile in pluggable oracle db</title><link>https://stackoverflow.com/questions/62750882/how-to-create-user-profile-in-pluggable-oracle-db</link><description>If you want to create a profile only for your pluggable database SQL&gt; CREATE PROFILE xxxxx LIMIT PASSWORD_REUSE_MAX 10 PASSWORD_REUSE_TIME 30 CONTAINER=CURRENT; Keep in mind that in order to specify the CONTAINER clause, you must be connected to a multitenant container database (CDB). To specify CONTAINER = ALL, the current container must be ...</description><pubDate>Sat, 04 Apr 2026 00:43:00 GMT</pubDate></item></channel></rss>