Oracle APEX bug tracker

I would like to find a copy of the APEX bug tracker that used to be on the apex.oracle.com web page. Does anyone know where I can find that?
I know they moved this to the cloud and I am exploring that but I would also like a local copy to experiment with.

I have a copy
source
https://docs.google.com/open?id=0B_eVXQ_oe4tsSXNXUVpGQkNURWF6TmthTEQ4Nnpadw
readme
https://docs.google.com/document/d/1e3PerYZZ4K-lzMA85SCgVPpUyDSA2_I3ARuy0nQpJIQ/edit
Scott

Similar Messages

  • Oracle ApEx bug?

    My environment:
    Windows 7 32 bit
    Oracle 11g XE R2
    GlassFish Server Open Source Edition 3.1.2.2 (build 5)
    ApEx Listener 2.0.0.354.17.05 (deployed as an application in the above web server)
    ApEx 4.2.1
    My Problem:
    1. Define a RESTful Resource Service Module in ApEx with the following attributes:
    URI template: test/
    Method: Get
    Source Type: Media Resource
    Requires Secure Access: No
    Pagination Size:
    Source:
    SELECT 'application/xml', XMLAGG(XMLELEMENT("EmpId", e.employee_id))
    FROM hr.employees e
    2. Click the "Test" button in the ApEx Resource Handler UI and witness the following error:
    500 - Internal Server Error
    resource.template.evaluationError during evaluation of resource template: GET geo/, SQL Error Code: 600, SQL Error Message: ORA-00600: internal error code, arguments: [kolrghte: hash table not exist], [], [], [], [], [], [], [], [], [], [], []
    3. Modify the "Source" attribute for the Media Resource as follows:
    SELECT 'application/xml', XMLELEMENT("EmpId", e.employee_id)
    FROM hr.employees e
    WHERE ROWNUM = 1
    4. Click the "Test" button in the ApEx Resource Handler UI and note that XML is returned as expected.
    Both of the above queries used to populate the "Source" attribute can be executed from SQLPlus without issue.
    I am not experiencing any issues with the other Resource Handler types.
    Any assistance would be much appreciated.
    JR.

    Does anyone have any ideas on this?

  • Consulting Bug tracking: Why an Oracle support agreement is needed?

    Hi all,
    I don't really understand why anybody could not access to the Jdev bug tracking? An important part of them are detected by anonymous users who have no agreement. Moreover, Jdev is a free tool until developed app is put in production, and bugs are mainly detected during development phase.
    Thanks to bring me some light on this,
    Regards,
    Tif

    Hi,
    yes JDeveloper is a free product, but customer support services isn't - its a service that you will have to pay for.
    Usually, If there is a bug report posted on this forum we do our best to track this down (and I am spending quite some time with this) and log it if it reproduces. However, the differentiation to customer support service comes when it doesn't reproduce immediately which requires in depth analysis of the problem or complex set-up. This is beyond of what we can handle on OTN.
    We discussed the option of a public application to report issues and track them. However, i am not sure what the current state of thsi project is.
    As a remark from my side, from 10 questions I ask users who report bugs on OTN to send me a testcase based on teh HR schema, I usually get 3 replies. So even a public bug application is a give and take. Not sure if this was your intention.
    I'll forward your question.
    Frank

  • Bug Tracker Packaged application installation Error.

    Hi,
    I installed 11g (apex came with 11g) and 10g application server. Now, I am trying to install the bug tracker application that came on apex.oracle.com. I am getting this error right off the bat.
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon Oct 29 16:59:51 2007
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> @bug_tracker_installer_0.9.sql
    APPLICATION 660 - Bug Tracker, 0.9
    Set Credentials...
    Check Compatibility...
    API Last Extended:20070525
    Your Current Version:20070525
    This import is compatible with version: 20060224
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 46
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 238
    ORA-06512: at line 4
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Can somebody tell me what I might be doing wrong here?
    Thank you,
    Rahul.
    edit:
    sorry, didn't mention this earlier, but, I got the same exact error when I was installing 'Issue Tracker' application too.
    Message was edited by:
    RPuttagunta

    Scott,
    It's been a while since I did this, so, forgot. I will go ahead with your suggestion. Thank you.
    Rahul.
    Message was edited by:
    RPuttagunta

  • Packaged Application 'Bug Tracker'

    Hi,
    a great compliment to the developer of the Bug Tracker. It's very simple to install and contains all the important functions to trace bugs in the development of software projects - and it works fine :-).
    I recommend it to all developer.
    Best regards,
    Martin

    Nayana,
    2.1 is the version of APEX that is built into Oracle Express Edition (XE).
    There are threads in this forums about upgrading it to version 2.2.1, but it is not supported and may not be a good idea.
    However, the only thing preventing you from running the Bug Tracker on your version is the installation process.
    Version 2.2.1 has a new application packager that lets you make a single install script that installs the application plus all supporting objects.
    To install the Bug Tracker on XE I first installed it on a server running 2.2.1 - like apex.oracle.com.
    Then I exported the application without its supporting objects.
    Then I took the scripts that installed the database objects and images and made my own scripts from them.
    Then I could run those scripts on XE and install the application.
    To make it easier for others, I zipped up my scripts and put them here:
    http://apex.oracle.com/pls/otn/f?p=299:1
    That should be easier than trying to upgrade your APEX version.
    Doug

  • Question RE: Button Items and Item Buttons - from "Bug Tracker" Demo app

    I've retrieved and installed the "Bug Tracker" Demo app from apex.oracle.com and installed it in my space as I've interest in recreating the custom search bars this application contains (I can't use interactive reports because it appears a bug prevents the ability to remove the "hide column" functionality which is a requirement for me).
    I'm perplexed with how the developer of this demo app was able to create an item of type "button" (not normally available as an item type when creating items) and how buttons were created with the sequence value of "Item" versus a sequence number.
    How do these interact?
    I'm a fairly new developer and as these methodologies are not readily apparent with 3.2's "normal" functionality, I'm quite intrigued to understand how this was accomplished.
    I've been looking at this demo app for 2 days in hopes of learning this on my own - still at it but not there yet. Any help you kind folks can provide would be certainly appreciated!
    Thanks!
    Paul

    Dan, thanks for the reply!
    I actually figured this out shortly after submitting this post (and confirmed by your post). I had never used a button as "Create a button displayed among this region's items" (versus "Create a button in a region position") before. That apparently is the difference.
    My inexperience simply did not allow me to recognize the difference in how apex treats how buttons are created given this choice differentiation.
    One more notch in the belt!

  • Integrating Google Maps in Oracle Apex and 404 Not found error page

    Currently using APEX version 3.2.0.00.27 installed in OracleXE version 10.2.0.1.0. Have been attempting to recreate some examples of Google Maps within APEX. Found a nice set of examples here that build up to what I'm looking to ultimately do by incorporating google maps into APEX:
    http://blog.whitehorses.nl/2009/10/04/integrating-google-maps-in-oracle-apex/
    Unfortunatly, I'm getting the "404 Not Found, Not found, The requested URL /apex/wwv_flow.accept was not found on this server" page when I try to recreate the "Map with Search" example. I'd like to see if this really works using the html input and button tags in the body/region source versus creating APEX items to pass the address values to the javascript in the html header of the apex page. I'm thinking it's just an html thing within APEX that you have to do it a certain way, but I haven't managed to hit that magic combination. have gone to the google maps api v2 and looked at the html they use (it's what these examples with apex are based on) and tried that just to see. Same 404 result.
    I've seen suggestions at this forum and elsewhere that the 404 error is due to a bug. have been to metalink, and really haven't seen anything that spells out what the bug is and how to patch it or work around it. May be I just haven't found the right note/doc yet. have seen suggestions to change something associated with the Anonymous account that APEX uses. Have turned on authentication in the application to use an APEX user account with a logon page to the application. Still get the 404. Although, I have not adjusted anything elsewhere, like a DADS config file, because the apex/xe configuration is using the plsql gateway. Not sure of any procedure for changing settings on anonymous account when using plsql gateway.
    Open to suggestions. APEX 3.2 is customer version, so going to 4 may not be an option yet. XE, on the other hand, can certainly be swapped for an 11g version standard or enterprise edition if need be. I don't think this is a db version problem though. I think it's more on the APEX side of things.
    Anyway, any help or suggestions are appreciated.
    thanks
    rtp
    Edited by: RTP on Jun 24, 2011 10:30 AM

    Hi I have the same problem.... if you found the solution, please put it here to see it... I need a solution to this its urgent!!
    Thanks!!

  • Is Oracle Apex 4.2.3 certified with Oracle EBS 12.1.3?

    Is Oracle Apex 4.2.3 certified with Oracle EBS 12.1.3?

    Yes it is certified as outlined in the Extending Oracle E-Business Suite Release 12 Using Oracle Application Express white paper.
    Within this white paper the Prerequisites listed are:
    Oracle E-Business Suite 12.1.3 or above
    Oracle E-Business Suite Patch 12316083
    {Go to My Oracle Support Patches & Updates: https://updates.oracle.com/Orion/PatchSearch/process_form?bug=12316083}
    Fully Licensed Oracle Database1, Release 10.2.0.3 or above
    Oracle Application Express 4.0 or above
    The white paper is available from APEX OTN Page > Collateral > White Papers or from My Oracle Support  (Note 1306563.1).

  • Project Management/Bug Tracking tools...

    We are growing from a single person team to a team of 5-6 people and it’s getting harder to keep the project straight, so I want to look at project management tools…
    Specifically I want to have a bug/new features tracker, the ability to develop test cases for the bug/new feature (plus regression tests) the ability to interface with CM software (Subversion) and of course scheduling…
    There are high end commercial products out there (Microsoft has MS Project and it’s Sharepoint product has bug tracking capability) and some open source (Jira and SpiraTeam for example) but does Oracle have anything to do this (especially one that able to work within the JDeveloper/SOA environment?)
    Any suggestions are appreciated..
    Thanks in advance.
    Michael

    Take a look at Oracle Team Productivity Center - http://www.oracle.com/technology/products/tpc/index.html
    It integrates 3rd party tools such as Bugzilla, JIRA, Microsoft Project Server & Rally Software into the JDeveloper IDE - letting you assign tasks, keep track of related files and integrate with Subversion, CVS etc...

  • Data Import in Oracle Apex

    Hi,
    I have a requirement to provide a screen to user where they can import data from excel to existing table and i have seen a functionality in Data Workshop in Oracle Apex, but i am unable to use that since i have additional things needs to added into that. The requirment is mentioned below,
    1) Need a screen where user can select the excel file and start importing to one temp table without any validation
    2) those temp table data should be visible in Multi row form format in screen and user should able to modify the data
    3) Need a mapping screen or functionality like where user can map the column from temp table to original table before moving the data to original table (like Data Workshop)
    4) Data should be moved to original table and respective data should be deleted from temp table ( In case if any error occurs, error record should be displayed in temp table until unless user corrected data and move to original table)
    5) Need to add different kind of validation like, update the record in original record if same id is available or insert a record, not null value etc..
    Please suggest me how do i achive this in Apex.
    Is there any way to use the existing data workshop fuctionality code and design in my new screen?

    You will probably have to code this all by yourself... There are some packages that have been written to import Excel files and CSV style files..
    Here is a blog entry on doing the Excel file upload: http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Once you call that you could have a tabular form display the data to the user..
    The other processes would need to be written by you (migrating data from temp table to live data table..
    Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"

  • APEX Bug: Page Copy with Items in Region on Page 0

    I've created a region on Page 0 which is a common place holder for items. On all the pages developers will link several items to this region.
    If I copy a page that has items associated to a region on Page 0 those items are not copied. Items that are associated to regions on the current page get copied
    Martin
    http://www.talkapex.com

    Hi Martin,
    I have filed bug# 10386419.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Suggestions in bug tracking?

    Hello,
    we are entering testing phase of a large project with a geographically distributed team. We have been using Beehive Online for sharing documents successfully. However, for this new phase, we should be using bugzilla for bug tracking.
    I would appreciate new ideas on alternatives using Beehive Online or other Oracle tools.
    Please note that at least 70 people will be involved - sharing a spreadsheet in Beehive is not an option :-)
    Thank you for your input.
    Eduardo Wronowski

    Eduardo,
    The only option I can think of is to use the Wiki structure to allow everyone to edit the information online - the wiki pages are automatically versioned so changes can be tracked.
    The spreadsheet could be used if you set the folder to have manual versioning and use the check-out/check-in functionality - it is a bit more process but could work.
    Personally I would use the Wiki as it is less process-centric.
    Phil
    Edited by: pbell on May 31, 2011 1:12 AM

  • Project Bug-tracking practices

    I am not sure this is the right place to ask this, but this is the place on the Web I feel most comfortable.
    Our company projects get larger and we get lot of user requests and problem issues. Currently we keep them in an MSAccess database in a single table that has links to bookmarks in Word files. This seems very inefficient to me since most people have lots of issues against their names. Sometimes I spend half an hour to look up bugs that are fixed in 5 minutes(not to soeak of priority, version requirements, bug verification).
    So I came to the idea to look for bug-tracking system that will ease this process. The bad thing here is that the management will not pay
    for one, at least not at this stage. Another problem seems to be that the we use Windows as platform for all machines . I spent half a day yesterday searching the web for possible solutions. I came up with bugzilla, but ended up with the fact that 'installing under Windows is a painfull process'. After new search I came up with scarab, which seemed good because it is pure Java. I spent another half day today trying to make it work and though I read the install manual completely I sill cannot get to log-in into it.
    What products do your companies use? I am sure I am far from the first to encounter this issue.
    To summarize the product requirements:
    1. Free (maybe paid support)
    2. Windows - compatible
    3. DB - Oracle or MSSql server
    4. Easy set-up and configuraion is definitely preferrable to flexibility
    Please provide pointers since I am close to despair
    Faithfully
    Mike

    So, again out of curiousity (I'm full of it today) -
    did you use that Web Gateway thing that did the
    5250-to-HTML translation stuff, or was it something
    more intense then that?No, it was much more basic than that. There's a
    service program somewhere in the system that
    encapsulates most of the things required for CGI
    programming and I just used that. (Based on code I
    cribbed from a magazine article.) This was in late
    1999, by the way.Ah - I was messing with this stuff around then - or 98 even - and ended up using this:
    http://publib.boulder.ibm.com/html/as400/v5r1/ic2978/index.htm?info/rzal3/rzal3overview.htm
    Which worked out surprising well - ugly webpages, but then if you're used to a 5250 terminal session you felt right at home.

  • Data load uses wrong character set, where to correct? APEX bug/omission?

    Hi,
    I created a set of Data Load pages in my application, so the users can upload a CSV file.
    But unlike the Load spreadsheet data (under SQL Workshop\Utilities\Data Workshop), where you can set the 'File Character Set', I didn't see where to set the Character set for Data Load pages in my application.
    Now there is a character set mismatch, "m³/h" and "°C" become "m�/h" and "�C"
    Where to set?
    Seems like an APEX bug or at least omission, IMHO the Data Load page should ask for the character set, as clients with different character sets could be uploading CSV.
    Apex 4.1 (testing on the apex.oracle.com website)

    Hello JP,
    Please give us some more details about your database version and its character set, and the character set of the CSV file.
    >> …But unlike the Load spreadsheet data (under SQL Workshop\Utilities\Data Workshop), where you can set the 'File Character Set', I didn't see where to set the Character set for Data Load pages in my application.
    It seems that you are right. I was not able to find any reference to the (expected/default) character set of the uploaded file in the current APEX documentation.
    >> If it's an APEX omission, where could I report that?
    Usually, an entry on this forum is enough as some of the development team members are frequent participants. Just to be sure, I’ll draw the attention of one of them to the thread.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Cannot import Bug Tracker demo app

    Hi. complete newbie
    Have installed Enterprise Edition on a test box at work (we have a license so don't panic).
    Installed Apex 3.1.1 over the top, using PL/SQL gateway.
    All works sweet, and insrtalled partial Production data and created a few simple reports.
    Tried to install Bug Tracker and it fails with a msg "invalid Import file".
    Checked the zip and instructions; we're doing it right.
    Any ideas?
    John

    John,
    Tried to install Bug Tracker and it fails with a msg "invalid Import file".
    What are the steps you followed? And what is the actual error message you got? I can't find the message in our product files that you showed, and if there is such a message we clearly need to fix the punctuation and spelling.
    Scott

Maybe you are looking for