Questions tagged [pluggable]
59 questions
1
vote
2 answers
How to build pluggable apps for Android?
How does one creates pluggable applications for android?
If you have used GoSMS Pro, you can see that themes can be installed separately and then be used to change the main applications appearance.
I wonder how can this be done?

2hamed
- 8,719
- 13
- 69
- 112
0
votes
1 answer
Howto run Pluggable Annotation API Processor from Maven?
How can I run javax.annotation.processing.Processor implementation(s) from Maven ? I really want to use Java 6 Pluggable Annotation API, not apt.

Rostislav Matl
- 4,294
- 4
- 29
- 53
0
votes
2 answers
How do i connect to different oracle databases that are installed in a same Linux server
There are multiple databases installed in the server and i am trying list them
There is an Oracle Linux server where multiple oracle databases are installed, i connected through sqlplus as sysdba , and i found a container with 3 pluggable…

Adroop
- 1
- 1
0
votes
1 answer
Connecting to Oracle Database in SQL Developer shows only my pluggable databases and NOT the template - PDB$SEED
all,
First question of mine and I cannot find the answer anywhere for ~6 hours now so if it has already been asked/answered, I am sorry.
I am following this guide even though it is for 12c and I am using Oracle Express Edition 21c currently.
I have…

Jmork
- 23
- 7
0
votes
0 answers
How to create a simple Java + Maven pluggable application?
I decided to make my desktop application in Java possible to extend it with plugins. The process of loading plugins is as follows: the application searches in a specific directory for the plugin jar file and its descriptor describing the name,…

brookit
- 1
0
votes
1 answer
Why pluggable db user became administrator?
I have following commands in a script :
ALTER SESSION SET CONTAINER = orclpdb
ALTER session set "_ORACLE_SCRIPT"=true;
CREATE PROFILE test_profile LIMIT password_life_time unlimited;
CREATE USER test IDENTIFIED BY test123
PROFILE…

Nitin Singhal
- 215
- 2
- 11
0
votes
1 answer
how to connect to pluggable database when there are two instances
I have two container databases.
SID my10, with service name M10CDB
SID my10c with service name MY10CL (it is a clone of the first one)
Both of these containers have two pluggable databases, my10pdb and pdbseed.
How do I distinguish between these…

user1863063
- 21
- 7
0
votes
1 answer
How to plugin siddhi web editor within existing project?
We are thinking to use Siddhi web editor. Can you please let us know how we can integrate siddhi web editor with our existing UI (Adapt Framework) and restrict few functionalities from editor. In short how we can customize the web editor and plug…

sarita
- 21
- 4
0
votes
0 answers
Custom Asynchronous Pluggable Protocols opening app multiple times
I am using Async Pluggable Protocols in order to pass data from web application (internal intranet application)to my windows application. For that, I made sure that the web application team wrote links with the protocols I have registered.
Thread…

Dirty Developer
- 551
- 5
- 22
0
votes
2 answers
Wordpress Error 500 after migration
I'm getting an error on my WordPress website when I moved it from one server to the other
The error I get is error 500 This page isn’t working
I get this error on both the website and the administrator
When I check the log I get the following…

user2620358
- 43
- 6
0
votes
1 answer
Unable to get to wp-admin log in page
Hi I have recently tried to log in to my site and I keep getting the following error:
Warning: Cannot modify header information - headers already sent by
(output started at
…

Truex
- 187
- 3
- 16
0
votes
1 answer
OBIEE 12c with container database
Is it possible to install OBIEE 12c on container database?because it is giving error while installing obiee12c on container database.if it is not possible then is there procedure to convert the container database to pluggable database?

Saurabh Srivastava
- 3
- 1
- 1
- 4
0
votes
1 answer
Autofac: Register injections in config files and use Assembly without referencing in the project
I'm using Autofac to setup injections.
My intention is to make the modules pluggable.
It means using config file (xml, json) instead of using code (which I've already awared of).
However, is there possibility for Autofac to lookup an assembly…

NDC00629
- 33
- 4
0
votes
1 answer
How to make pluggable architecture ASP.NET5/MVC 6?
I want to build an web application(ASP.NET MVC 6) that can add modules/plugins without having to rewrite my source code.
Already read about MEF and Areas but are not helping much.
Someone who has overcome this problem that can help me?
0
votes
2 answers
how to find data files of pluggable database(oracle)
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…

user3400060
- 299
- 3
- 9
- 23