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

Similar Messages

  • Oracle apex creating mouse over drop down menu

    Hi ,
    I want to create a drop down menu for main tabs. Can any one explain or tell how to create this drop down and to use that in oracle apex 4.2 version.

    A much better option than using in-built tabs.
    1)
    You need to define a List, either static or dynamic, which will be your menu options - and it needs to be hierchical.
    Then you create a list region on the global page, using a stock template such as DHTML Tree
    2)
    Or you can use a CSS only menu, similar to the first option
    http://www.grassroots-oracle.com/2013/05/css-pull-down-menu-using-apex-list.html
    3)
    Or you can use a plug-in
    http://apex-plugin.com/oracle-apex-plugins/region-plugin/enkitec-navbar_317.html
    Scott
    ps - my, what a crazy username you have! is this the new forum default?

  • How to Show custom image  on Google Map Oracle Apex 4.1 page

    Hi.. All,
    Need to show custom Image (From Database Table which is a BLOB Column) as Marker on Google Map with fixed size if we zoom in or zoom out.
    I am using Apex 4.1 and oracle11g r2.
    Thanks in Advance

    Hello,
    This plugin Does Exactly What You Need.
    http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/extension-warp11-gmaps-item_109.html
    Please read the comments on the plugin, in case you come across problem in running the plugin....
    Best Regards,
    Fateh
    If you believe that my answer was correct, then please mark the answer as correct. This is for the best of all

  • Commercial Application developed with Oracle APEX

    Except the commercial application list on the official Oracle APEX web-site, anyone can give more information regarding commercial application developed using Oracle APEX?
    One I can find: XPinventory (http://xp4each.wordpress.com).

    I'm curious - is there a problem with the 15 commercial applications listed at http://www.oracle.com/technology/products/database/application_express/html/apex_com_commercial_apps.html? What are you specifically looking for?
    Joel

  • Is Oracle Apex a freeware tool for development?

    Dear All,
    Is Oracle ApEx a freeware tool for development purpose?
    As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage.
    i.e for Customers who use Applications developed in Oracle Products.
    So I think Oracle ApEx is also a freeware Development tool.
    Is that right?
    regards,

    Abhijit,
    Is Oracle ApEx a freeware tool for development purpose?
    Oracle Application Express can be used in conjunction with a compatible Oracle Database Server product for which you hold a license.
    As per my knowledge as All Oracle products are free for Development purposes. Licenses are required only for professional usage. i.e for Customers who use Applications developed in Oracle Products.
    I don't believe that any aspect of what you stated is correct.
    Oracle product downloads from OTN are free, i.e., there is no charge for downloading, and the use of the downloaded products are restricted by the license agreement that can be found here: http://www.oracle.com/technology/software/htdocs/devlic.html
    So I think Oracle ApEx is also a freeware Development tool. Is that right?
    Doesn't sound right to me, no, but "freeware Development tool" is your own terminology. Please refer to the actual license agreement for any Oracle product that you have questions about or contact your Oracle sales representative for further clarification.
    Scott

  • Developing with Oracle APEX... from an iPad?

    Hi,
    I'm a French APEX freelance. I have a blog about it and recently, I've wrote a post from a simple question: "Do you imagine developing APEX applications with an iPad?".
    Actually, I thought a lot about it since the iPad is released in the US and very soon in the other countries.
    You can read this post here if you speak French: http://romain.lazzarotto.fr/veille-technologique-oracle-apex/oracle-apex-sur-lipad/
    or here with the Google translation: http://translate.googleusercontent.com/translate_c?hl=en&ie=UTF-8&sl=fr&tl=en&u=http://romain.lazzarotto.fr/veille-technologique-oracle-apex/oracle-apex-sur-lipad/&rurl=translate.google.com&twu=1&usg=ALkJrhgxLCmbOqmasvYOnXF4AVoT9voIOw
    As database management and application development can be done 100% with a simple Web browser, why not doing that with an iPad?
    It would bring so much mobility, and enable developers to have a better development experience, from anywhere with a 3G or Wi-Fi connection.
    Most of all, what would you think about a dedicated iPad app? Imagine something very innovative with touch interfaces, which would enable you to manage regions, elements and buttons that way.
    APEX has already some very nice UI features such as Query Builder to develop SQL requests without any coding, or drag and drop elements. I'm wondering how it could be extended to other features and used on such devices?
    Oracle already developed some iPhone apps (available here: http://itunes.apple.com/us/artist/oracle-usa-inc/id284793707).
    Do you think that an APEX app for the iPad (and other future similar devices) would be relevant?
    With this post, I want to point out this idea and get feedback from the community, so feel free to share your opinion.
    Have fun with APEX,
    Romain.

    Maybe not develop ON an iPad, but FOR the iPad...Sure. If it ever gets Flash. One of the first things I did was try and pull up my 4.0EA2 application. No Flash graphs/charts obviously, but other than that it rendered well.
    If the ability to see the charts comes along (Flash support or HTML5 maybe?), then I can see it being a useful tool for our salesforce. Let alone building standalone apps.
    It's a great platform from the hardware viewpoint. Just not ready for APEX yet.

  • Facebook login integration with Oracle Apex

    Hello,
    Wondering if anyone has had success in implementing facebook login for Oracle Apex.  I walked through facebook developer docs and I am able to see through the test api that I am connected to facebook in my apex app, but not sure how to redirect through login using facebook credentials.  If someone could give me some examples that would be great.

    You could look at this plugin:  - Authentication Plugin - Facebook Authentication Plugin if you are on atleast APEX 4.x...  Otherwise you will have your work cut out for yourself..
    Thank you,
    Tony Miller
    LuvMuffin Software

  • 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

  • How fetch data from a view(which is located in different server) using Oracle APEX webservices

    Hi,
    I have a requirement to fetch the view data from client instance(which is different server) to another instance lets say Development instance
    Requirement:
    Need to get the Apps View data from the Desired EBS instance(which is accessible online) using webservices,and display it in the Oracle Apex Development Instance.
    Kindly provide your inputs how to achieve this.
    Thanks in advance
    keerty

    Are you getting an error? The way you have it set up, you can have an error and it will never be displayed. Put and error control on your front panel and see what it gives you. Also, shared variables in a project can be useful. Look at some examples for 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

  • Integration of BI Publisher with Oracle APEX

    I have developed a small application in Oracle APEX. I want to integrate BI Publisher with that APEX app for my reporting needs. What are the essential steps.

    FYI: This article is up - http://blogs.oracle.com/xmlpublisher/2007/06/06#a209
    I look forward to the continuation of this series of posts - we are having troubles with some more advanced stuff!

  • Integration of Oracle Apex with EBS R12.1.1

    Dear All,
    We are in process of integrating Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.
    After doing all the steps, the moment when we navigate from EBS application to Apex application by clicking on the EBS menu link it ends up with below error
    "404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server"
    After some analysis i found the below code in "LaunchApex.jsp" for getting the profile value (supposed to be 'http://myserver:port') from custom system profile "APEX_HTTP_SERVER" and prefixing to "/apex/f?p=applicationid:page::APPS:::" is not happening properly
    String l_launcher = ctx.getProfileStore().getProfile("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    as we found that the custom system profile "APEX_HTTP_SERVER" not exist in EBS system. But it works without any page error if we hard code the entire apex application URL in l_launcher variable, but this takes us to EBS login page instead of Apex application page.
    So i feel we can't bypass using profile value from "APEX_HTTP_SERVER" as it has some relation with EBS application session.
    So could anyone please help me how we could create custom system profile "APEX_HTTP_SERVER" or any other options to make the seamless integration of Oracle apex with EBS works without any second login page
    Thanks in advance
    Edited by: 805196 on Aug 25, 2011 12:23 AM

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • Insert a record into a table through email in an Oracle APEX application

    I developed an Oracle APEX application, there is a table called events. I can insert/update/delete a record in the table through browser. I am thinking in order to quickly do the data entry, user should be able to send an email, then the table should be inserted with values from email address, timestamp, subject and body. Anyd idea how to realize this functionality?
    - Denis

    Start by checking whether your mail server provides any API's for accessing emails , if it does you might be able to reduce a lot of work by using some kind of web service consumer from apex to your mail server. In any case your implementation is going to be dependent on your Mail Server configuration.
    Your problem breaks down to reading/accessing mails from the mail server from PLSQL (apex is driven by PLSQL).
    I found this other thread which could be of some use.
    WAY TO ACCESS A MAIL SERVER FROM ORACLE APEX
    <li>The following package might solve your problem directly(from carsten czarski of the German Apex community)
    [url http://plsqlmailclient.sourceforge.net]http://plsqlmailclient.sourceforge.net
    PS: POP3 support is still TBD.
    <li>I also found this posting in the orafaq forums which lists a java method and PLSQL code bit for it for accessing emails via POP3
    [url http://www.orafaq.com/forum/t/80928/2/]http://www.orafaq.com/forum/t/80928/2/
    If these do not work for you, find some java library to read mail from your server, write a PLSQL wrapper for it and use it in a scheduled job(DBMS_JOB)/a PLSQL block triggered from Apex.
    If you get stuck there, find some utility that can read mails, invoke them from your DB using java,shell scrpt,dbms_scheduler etc and use the utility's function for the rest.
    NOTE: I haven't tried any of these utilities and you must validate any java code before running them on your environment.
    Since aren't really much restrictions(other than spam checks) in sending a mail to your mail account, you might want to consider filtering out the mails from which you create records.

  • How to set the focus to a first element in oracle apex 3.2.1  and 3.1.2.00

    Hello ,
    I am using oracle apex 3.2.1 in development env. How to set the focus to a first element of a page.
    thanks/mahesh

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/bldr_pgs.htm#CJGJDHCI
    Find "Cursor Focus" from page Display Attributes
    Br,Jari

  • Oracle Apex to Oracle Apps Forms migration

    Is it possible to migrate a form exsisting in Oracle Apex to Oracle apps forms?If so pl tell me how this could be achieved.

    Hey men!!
    In my opinio in not posible because in oracle Apex you have another kind of programming, and in Oracle forms you others type of tools for example: triggers, I said isn'tr posible because there isn't a tool or an application that can help you in convert from Apex to Form, it's very extrange circumstance.
    This is posible but... you have to program, typing and all of anything for converting to Oracle Form if you don't want to do anything you have to pay someone for developing that ,
    in others words you have/must (to) start from the beginning,
    from zero.
    Unfortunately today there is not application that can let you do that.
    I hope this helps,
    Best Regards my buddy.

Maybe you are looking for

  • A Choir Query: from FinalePM to LogicXP (and back)

    The Challenge: A Mac-based filmmaker/video editor anxiously seeks advice from experienced users of Finale and Logic Express who know the inner mysteries of MIDI (and may also be proficient with GarageBand). In a nutshell, I'm struggling to understand

  • Pane with audio meters and SFX library not available

    All my panes are showing up in every layout except for the pane with the SFX library and audio meters. I properly removed/re-installed FCS, and the pane is still not available. Any suggestions on how to fix this problem would be greatly appreciated.

  • Database-Searching for dates

    If I enter in an exact date (such as 7/9/06) in my database's Find layout that matches an existing record then AppleWorks finds the record. But I want to find all records that contain ANY date in the date field. If I type in a character in the date f

  • Bridge CS6 rating info

    Hi there, using Bridge CS6 (OS X 10.8.4). I have a large number of .cr2 files and, in order to have a smaller file size to preview, I batch processed them all to .jpg files, while keeping the original .cr2 files on an ext. disk. The filenames of the

  • Why can't I open my projects in iMovie 11?

    After importing a video on imovie (11), when I pressed play it wouldn't show anything but there would be sound. I went back to my projects and it wouldn't let me click on any of them to edit, except from the empty ones. How do I fix this problem?