Oracle region plugins

I was looking for some examples of using ajax in a region plugin.
Patrick Wolf suggested looking at the source of the Funnel chart plugin, {message:id=10282239}.
But that plugin is no longer available at http://apex.oracle.com/plugins
And the source of the only other region plugin at that place, HTML Chart, is not complete as it is missing the database package apex_legacy_plugins with the render function. And it doesn't seem to use ajax either.
Is the Funnel chart plugin still available at some other place?
Or is the used code so out of date that it had to be withdrawn?

Hi Anton,
we had to temporarily remove the "Funnel Chart" because of licensing issues. Hope to stage it soon again.
In the meanwhile I will mail you (to the address in your profile) another region type plug-in (Flot Pie Chart) which is one of our most current region type plug-in blueprints. We use it ourselves in the packaged apps shipped with APEX 4.2.2.
Regards
Patrick
Member of the APEX development team
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Similar Messages

  • Oracle APEX Plugin Development in v4.2.2

    I was wondering if people could please assist with Oracle APEX Plugin development and whether the following requirement is possible and if so, would appreciate the type of coding behind it.
    I basically would like to be able, via a plugin, create a form with say six page items, where two of those page items might be LOVs, another two are page items are text fields, where users have to enter values and the remaining two are display items only.
    Based on this form requirement, I want to be able to upload/install this plugin within other Oracle Application Express apps/schemas, so when installed within other apps, this plugin is rendered within a region and the data is stored within a table in that schema, but using the form described above.
    Can this be achieved building a plugin in Oracle APEX and if so, any pointers on how, would be much appreciated.
    Thanks.
    Tony.

    This was a known issue with 4.2.3, and I believe is rectified in 4.2.4
    Oracle Application Express 4.2.3 - Known Issues

  • "Dialog region" plugin - triggering OK dynamic action

    Hi all,
    I'm attempting to utilise the "Dialog region" plug-in found here
    http://www.apex-plugin.com/oracle-apex-plugins/region-plugin/dialog-region_30.html
    It's appearing ok, but I initially had trouble associating a dynamic action with the "OK [Dialog Region]" event.
    Someone asked the question back in 2011, but didn't provide details on how they implemented the dynamic action.
    jQuery ids in Apex dialog region plug-in
    I initially issues is because the DA definition still asks for a "Selection type". After trying a few variations, I modified the plug-in to associate an ID with the OK button, and attempted to use "#btn-ok" for a jQuery selector, but this still didn't fire the DA.
    At the time my button rendered as
    <button type="button" id="btn-ok" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false"><span class="ui-button-text">Ok</span></button>I ended up succeeding using "DOM Object" of "document" (I thought I had already tried this...), the same way I implemented "Manual Close" for the Skillbuilders modal, but I was wondering if there was a different/more elegant solution?
    Scott

    Refreshing a region through javascript can be done like this:
    $("#region_or_item_id").trigger('apexrefresh');So ideally you would specify 1 attributes for your dynamic action for entering region ids. You'd then need a little parsing for the provided string.
    For example, i'd expect a comma-separated list.
    -- change the region list into a list of jquery selectors
    l_regions := REPLACE(p_dynamic_action.attribute_01, ',', ',#');
    -- jquery will fire the refresh for each selector
    l_result.javascript_function := 'function(){$("'||l_regions||'").trigger("apexrefresh");};';However, refreshing items... Items mostly get their value from the automated row fetch process, and have no individual refresh. You'd need to actually query the table again for the newest value and put this in the item value (keeping in mind that protected items would also need altered checksums). To do this dynamically, you'd also need an ajax callback. Here you'd need to run provided sql which retrieves a value, and put this in the provided item. If that is a route you want to explore, then you can use apex_plugin.util.get_data and its friends to assist you with that!

  • Oracle Eclipse Plugin 1.3.0.200909171310 - Unable to start a 10.3.1.0 Serv

    Title says it all.... Lost 3 days finding what was the problem.
    The version of Oracle Eclipse Plugin 1.3.0.200909171310
    is completelly unable to a version 10.3.1.0 Server.
    The server starts correctly on the command line.
    In Eclipse the server instance and runtime are created correctly, but when you
    try to start it from eclipse bang!
    Unable to validate WebLogic domain.Please make sure the running WebLogic instance is an Administration Server
    java.lang.Exception:
    at oracle.eclipse.tools.weblogic.server.internal.WlsJ2EEDeploymentHelper.validateRemote(WlsJ2EEDeploymentHelper.java:1670)
    at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.validateRemote(WeblogicServerBehaviour.java:2647)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.runOnce(ServerWatcher.java:574)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.run(ServerWatcher.java:482)
    at java.lang.Thread.run(Thread.java:619)

    Well, the server is not running, i just try to start it.
    The message pops instantly, like in 0.5 seconds, it looks like nothing is even performed.
    - what does the <name> element look like in domain/config.xml ? Does it match the server definition?
    <name>dintiruni</name>
    <server>
    <name>intiruni0</name>
    <ssl>
    <name>intiruni0</name>
    <enabled>true</enabled>
    <listen-port>443</listen-port>
    </ssl>
    <listen-port>80</listen-port>
    <listen-address/>
    </server>
    <admin-server-name>intiruni0</admin-server-name>
    yep : C:\owls11gR1\domains\dintiruni\servers\intiruni0
    - what is your version of JDK running Eclipse?
    Sun JDK 1.6.0_17, downloaded manually.
    Same JDK i use during install to run WebLogic 10.3.2.0, I had to do that, since 10.3.2.0 JDK 1.6.0_14
    is not a recongnized JDK when you use -vm parameter in eclipse.ini (10.3.1.0 was working)
    - Try create a new domain, make sure set it as development mode.
    I think i reinstalled WebLogic more than 3 times, recreated the domain with all possible options.
    Reinstalled Eclipse (J2EE with Reporting 3.5.1) with only Oracle Plugin. Recreated my workspace
    3-4 times.
    Additional info:
    I have this message as parent item of the stacktrace in the eclipse Log tree: Another server is detected.
    I had a server version 10.3.1.0, wich i just renamed the installation directory to C:\owls11gR1_10.3.1.0 and installed the 10.3.2.0 in the same directory C:\owls11gR1
    I uninstalled everything, went in regedit, deleted all weblogic keys references.
    Always the same problem. Im starting to loose patience... i have rarelly seen something like that.
    Edit:
    I also tryed with a Server version 10.3.2.0. (I abandonned 10.3.1.0 since i cannot even create the instance in eclipse)
    Edited by: Rouche on Jan 7, 2010 11:42 AM

  • Oracle Jena Plugin and "?Resource" in select

    If I execute a SPARQL query like below:
    SELECT ?Resource where { ?Resource ?p ?o .}
    In Jena, it generates the following SEM_MATCH query that results in an error:
    (SimpleLog.java:57) - Final clause = SELECT Resource$RDFVTYP, decode(Resource$RDFVTYP, 'BLN', ('_:'||substr(Resource,instr(Resource,'m',4)+1)), Resource) Resource FROM table(sdo_rdf_match('(?Resource ?p ?o) ', sdo_rdf_models('model_name_here'), null, null, null, NULL,' '))
    which results in a ORA-00936: missing expression.
    If I change the select statement to something like ?Res rather than ?Resource, a proper statement is generated and I get no error. Is resource a reserved keyword or something? Are there a list of these somewhere?
    Thanks,
    Ryan

    So no PL/SQL keyword can appear in the select clause of a SPARQL statement? Shouldn't the code that translates a SPARQL statement into a SEM_MATCH statement just change that into a valid string? I'm not writing the PL/SQL statement, the Oracle Jena plugin is the one creating the improper statement.
    -Ryan

  • Oracle Proxy Plugin - IIS - Certificates

    I have a setup where IIS fronts for Oracle Application Server using the Oracle Proxy Plugin. I understand this is fairly routine, however; I have run into a situation where I need Client Certificate information pushed back to a single application on the Oracle Server. According to documentation, the plugin does not backend requests SSL even in an SSL environment. This effectively blocks certificate information from anything sitting behind the plugin. Has anyone found or created a clean workaround/alternative solution to this problem? Unfortunately, IIS has to remain in front and Oracle has to remain behind.

    All,
    Solved it myself and it works with OC4J only.
    Regards,
    MB

  • Oracle/realserver plugin

    Hi,
    I'm working with the oracle/realserver plugin and all works fine. Like it says in the installion file, i've added the following line to a mountpoint:
    select t.source.getContent() as data,
    t.source.getMimeType() as mimetype,
    from tracks t
    where t.id = %url1%
    No problem so far. Now I've stored the audio tracks as a bfile instead of a blob. I thought it would be sufficient to change the first line in:
    select t.source.getBFile() as data
    However, this doesn't work.
    Does anyone know if the plugin supports bfiles and if yes, how to implement it?
    Thanks in advance,
    Peter

    Peter,
    What are the reasons you're trying to use BFILEs instead of BLOBs? I thiks BLOBs have more advantages than BFILEs. Last ones are not portable between different OS and it's always difficult to maintain consistency (especially non-transactional) between database internal objects and any external storage. BTW, I finaly got my Oracle plugin 8.1.7 loaded by RealServer8 on Solaris7.
    All the best
    Eugene
    null

  • EM12c - update Oracle DB plugin

    I'm trying to install a new update 12.1.0.3 [u130402] Oracle DB plugin for EM12c.
    During the "Deploy on Management Server" getting the error -
    2013-06-26 11:07:17,855 [main] ERROR pluginca.PluginCADriver - EM-04018: Server side Plug-in deployment failed because some mandatory patches are missing. Plug-in oracle.sysman.db:12.1.0.3.0:20130402 requires the patches 16412381, to be applied on host EM12C. Retry after applying the missing patches
    I can not find patch 16412381 on MySupport.
    How to find this patch?
    Is it passible to update without this patch?

    Hi, can you download this path now, i just checked on MOS. It take few hours for a patch to get live on MOS but now its avaliable

  • Oracle GUI Plugin

    Hi Everyone,
    I'm not a Oracle DB Guy, There was a requirement in my application where I need to install Oracle GUI Plgin on my Application server.
    Can any one of you please let me know where can I find or download the Oracle GUI Plugin?
    Early response is appreciated.

    Possibly Oracle Solaris Studio IDE:
    http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-141867.html

  • Streaming mp3 through Oracle/RealServer plugin

    Did anybody try to stream mp3 content from Oracle database through Oracle interMadia plugin for RealServer8? The RealServer8 itself plays mp3 files with no problem. I am having no problem to play native RealServer content (loaded from *.rm files) trough the Oracle plugin (mime_type='audio/x-pn-realaudio'). I am using mime_type='application/x-pn-mpg' as recommended when loading mp3 in ordaudio object. But the RealSetver says that 'This server is not configured to play the data type you requested'. What is wrong? My environment: Oracle plugin 8.1.6/8.1.7 for RealServer for Solaris.
    Thanks for your input,
    Eugene.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Eugene FIRYAGO ([email protected]):
    Did anybody try to stream mp3 content from Oracle database through Oracle interMadia plugin for RealServer8? The RealServer8 itself plays mp3 files with no problem. I am having no problem to play native RealServer content (loaded from *.rm files) trough the Oracle plugin (mime_type='audio/x-pn-realaudio'). I am using mime_type='application/x-pn-mpg' as recommended when loading mp3 in ordaudio object. But the RealSetver says that 'This server is not configured to play the data type you requested'. What is wrong? My environment: Oracle plugin 8.1.6/8.1.7 for RealServer for Solaris.
    Thanks for your input,
    Eugene.<HR></BLOCKQUOTE>
    null

  • Is there a Bug in Oracle Eclipse Plugin for OSB11gR1PS2

    i have been using the Eclipse plugin for Oracle Service bus, and while desiginng the WSDL in ther design view i faced the following problem
    If you create a skeleton and then add operations, they are not mapped to WSDL:binding
    also if one changes the type of operation, ( from default input output in skeleton) the corrosponding changes are not reflected in WSDl....
    did any1 else face the same problem while designing WSDL??
    Edited by: tarang on Jun 7, 2011 4:23 PM

    Cross post in OEPE forum as well -
    Enterprise Pack for Eclipse
    Regards,
    Anuj

  • 12c BP1 Oracle Chargeback plugin  deployment failed when config webtier

    Plugin version is 12.1.0.2.0,
    It failed at config WebTier stage.
    From pluginca trc file, it shows
    EMPluginDeploymentStep:{ OMS_CONFIG ; FAILED
    Further check the content of configplugin_all_2012-07-04_21-40-01.trc shows:
    2012-07-04 21:42:13,968 [main] DEBUG pluginca.PluginCADriver - Deploying all plug-ins at once using templates
    2012-07-04 21:42:13,969 [main] DEBUG pluginca.PluginCADriver - Setting WLST properties value to: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-07-04 21:42:13,969 [main] INFO pluginca.PluginCADriver - Executing the command: /u01/app/oracle/middleware/oracle_common/common/bin/wlst.sh /u01/app/oracle/middleware/oms/sysman/pluginca/scripts/wls/template.py abc.xyz.com 7101 7403 weblogic nodemanager EMGC_OMS1 abc.xyz.com GCDomain /u01/app/oracle/middleware/oms/sysman/omsca/scripts/wls
    Initializing WebLogic Scripting Tool (WLST) ...
    ...(all normal msg)...
    ..(some security info, <Notice> <Security> <BEA-090898> ...)
    Successfully Connected to Node Manager.
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:42:20 SGT 2012
    Adding plug-in templates
    Already connected to a Node Manager
    FAILED_NOT_RESTARTABLE
    Starting server EMGC_ADMINSERVER ...
    Error Starting server EMGC_ADMINSERVER: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_ADMINSERVER'
    Connecting to t3s:/abc.xyz.com:7101 with userid weblogic ...
    ...(some <Notice> <Security> <BEA-090898> )
    Successfully connected to Admin Server 'EMGC_ADMINSERVER' that belongs to domain 'GCDomain'.
    Wed Jul 04 21:45:31 SGT 2012
    Admin server started successfully....
    Disconnected from weblogic server: EMGC_ADMINSERVER
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:45:31 SGT 2012
    Error Starting Admin Server5
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deployment of plug-in template done
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 5
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 1>
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deploying Plug-in template
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 65
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 2>
    Then it tries to run wlst again, and failed with same information.
    Can anyone help on this issue. Or share some idea about how to investigate into this wlst issue.
    Thanks,
    Frank
    Edited by: FrankWang on 2012-7-27 上午10:16

    Try re-starting admin server by doing:
    1) emctl stop oms -all
    2) Check if any java processes are running from middleware (ps -ef | grep EMGC_ADMINSERVER, ps -ef | grep EMGC_OMS1, ps -ef | grep <MW_HOME>) and kill them using 'kill -9'
    3) emctl start oms
    4) Re-try plug-in deployment
    I think as long as admin server is in FAILED_NOT_RESTARTABLE state, plug-in deployment cannot succeed.

  • Oracle Enterprise Plugin using WBEM fetchlet

    Hi
    I am trying to create the OEM 12c plugin using WBEM fetchlet. The Response metric definition is quite standard using the information given in the Oracle Docs - http://docs.oracle.com/cd/B19306_01/em.102/b16246/fetchlets.htm#i1007401.
    The plugin validates and creates the plugin with no error. But when i try collecting the metrics using "All Metrics", I get a "+You have attempted to access real-time data for metric Response. This action is not supported. Obtaining real-time metric data requires information about the collection that is not currently available from the Enterprise Manager Repository. This does not affect the collection of data and you can continue to access historical data for this metric+"...
    Is there anyway to get this to work
    Edited by: 950136 on Oct 3, 2012 5:10 PM

       Hello AkankshaSheoranKaler
    We have done the following, but we aren't able to resolve this issue. Thank you for your help!
    lf
    “This  happen if the software library is not accessible, readable or unmounted (if it is in shared file system).”
    On Enterprise Manager server [nsn175-105], we did the following:
    1. we modified /etc/exports to include this line: /export *(rw,no_root_squash,sync)
    we start nfs service by executing command “service nfs start”.  
    On Management Agent server (nsn175-89), we verified that we are able to mount /export directory of EM server.
    On Management Agent server, we started firefox browser and were able to run successfully https://nsn175-105.us.oracle.com:4904/empbs/genwallet
    After making this change, we ran agent deployment again. We encountered the same error as shown above.
    “You can fix the software library or you can download the agent bits in offline mode.”
    For fixing the software library, select Setup->Provision and Patching->Offline Patching, then select Offline Patching radio button, download: https://updates.oracle.com/download/em_catalog.zip. Next upload this zip file.
    “Try downloading the bits again”
    We are not sure what agent bits are. Would you please explain this and provide procedure how we can download this?
    (Here I have attempted to fix the software library, but I am new to Enterprise Manager and not sure how to interpret this).

  • Oracle workshop plugin for python?

    I am currently using oracle workshop for weblogic 10.3. Is there a python plugin available for this IDE?
    I tried pydev but it doesn't seem to be working in this IDE.

    Hello Shoaib,
    Didu find plugin and were u able to configure and deploy your application from JbuilderX?
    If you have then please let me know steps u have followed as I am facing few problems starting app server from jbuilder.
    I m getting these errors.
    04/10/20 13:47:54 Warning: Error reading transaction-log file (/C:/oracleas/j2ee/home/persistence/transaction.state) for recovery: premature end of file
    04/10/20 13:47:54 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
    04/10/20 13:47:54 Recovery completed, 0 connections committed and 0 rolled back...
    If u did not find one, then you can find plugin for oracle 10g AS in borland web site.
    Sartiha

  • Oracle database plugin for Eclipse?

    I'm looking for the Oracle plugin for Eclipse described on this page [http://download.oracle.com/docs/cd/E13095_01/oepe-website/db-tools/gettingStarted/files/gettingStarted.html|http://download.oracle.com/docs/cd/E13095_01/oepe-website/db-tools/gettingStarted/files/gettingStarted.html]
    As far as I could tell, that page has no link for downloading the tool. Are there recommended tools for doing Oracle 10g database development in Eclipse? Thanks.

    I'm looking for the Oracle plugin for Eclipse described on this page [http://download.oracle.com/docs/cd/E13095_01/oepe-website/db-tools/gettingStarted/files/gettingStarted.html|http://download.oracle.com/docs/cd/E13095_01/oepe-website/db-tools/gettingStarted/files/gettingStarted.html]
    As far as I could tell, that page has no link for downloading the tool. Are there recommended tools for doing Oracle 10g database development in Eclipse? Thanks.

Maybe you are looking for