Oracle APEX bug tracker

I would like to find a copy of the APEX tracker bug that used to be on the page web apex.oracle.com. Someone know where I can find that?

I know that moving to the cloud and I will address the question, but I join a local copy to experiment.

I have a copy

source
https://docs.Google.com/open?ID=0B_eVXQ_oe4tsSXNXUVpGQkNURWF6TmthTEQ4Nnpadw

Readme file
https://docs.Google.com/document/d/1e3PerYZZ4K-lzMA85SCgVPpUyDSA2_I3ARuy0nQpJIQ/edit

Scott

Tags: Database

Similar Questions

  • Firefox not displaying browser doesn't not Apex Bug Tracker App icons

    HI -.
    I use canned Apex Bug Tracker App version 2.0.12 with updated Firefox ESR 31.7.0 on my Windows 7 PC and icons that are supposed to appear on the left side next to the links of 'Home', 'Products', 'Bugs', etc. in the App are not there, only a square with hexagonal numbers it appears to place the icons.
    It's really ugly and it makes users confused about if there is another set of button pressing.
    I also have IE8 (8.0.7601.17514) on my PC. It has the reverse problem where it shows the icons but interfere with the 'Home', 'Products', 'Bugs' etc. captions.
    Is it a browser that keeps Apex Bug Tracker app has been designed to support?
    Dan Nygren
    ,

    The solution is that Apex displays icons using a custom font, and Firefox was not downloading and using this custom font because Firefox is configured to use my fonts favorite instead of the police of the page.

    Difficulty click on Firefox in the menu top of the page:

    Tools-> Options-> Fonts and Colors (Advanced)-> Select checkbox "allow pages to use their own fonts.

  • Execution of the procedure of Oracle APEX

    Hello

    I've written a procedure ' create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2); " et I want to execute this procedure to Oracle Apex.


    PROCEDURE:

    create or replace PROCEDURE process_csvfile(p_filename IN VARCHAR2)
    AS
    statement1 varchar2(1000);
    statement2 varchar2(1000);
    statement3 varchar2(1000);
    
    begin
    dbms_output.put_Line(p_filename );
    statement1:= 'alter table adb.external_bcc_test location ( '  ||chr(39)|| p_filename||chr(39)|| ')' ;
    dbms_output.put_line(statement1);
    EXECUTE immediate statement1;
    dbms_output.put_line('statement1-> completed');
    EXECUTE immediate 'truncate table ADB.ADB_BCC_TEST';
    dbms_output.put_line('statement2-> completed');
    statement3:='insert /*+ append */ into ADB.ADB_BCC_TEST(BCC_ID,BCC_ADD,"NO_OF_BCC(GEO)") select * from adb.external_BCC_test';
    dbms_output.put_line(statement3);
    EXECUTE immediate statement3;
    dbms_output.put_line('statement3 insert-> completed');
    
    EXCEPTION
    WHEN OTHERS
    then
    raise;
    END;
    
    

    I created the button and the action as a dynamic Action where I wrote below PL/SQ as dynamic Action to perform this procedure


    BEGIN
    
    process_csvfile;
    END;
    
    


    But I get an error" " " ORA-06550: line 4, column 3: PLS-00306: wrong number or types of arguments in the call to 'PROCESS_CSVFILE' ORA-06550: line 4, column 3: PL/SQL: statement ignored (go to error) "

    Oracle Apex Version: 4.2.1

    Thank you

    BO.

    BO123 wrote:

    I've written a procedure ' create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2); " and I want to run this procedure from Oracle Apex.

    1. create or replace PROCEDURE process_csvfile (p_filename IN VARCHAR2)
    2. AS
    3. statement1 varchar2 (1000);
    4. statement2 varchar2 (1000);
    5. statement3 varchar2 (1000);
    6. Start
    7. dbms_output.put_Line (p_filename);
    8. statement1: = ' change the location of the table adb.external_bcc_test (' |) Chr (39) | p_filename | Chr (39) | ')' ;
    9. dbms_output.put_line (statement1);
    10. EXECUTE immediate statement1;
    11. dbms_output.put_line ('end statement1->');
    12. EXECUTE immediate ' truncate table ADB. ADB_BCC_TEST';
    13. dbms_output.put_line ('end of reporting2->');
    14. statement3: = "insert / * + append * / into ADB." ADB_BCC_TEST (BCC_ID, BCC_ADD, ' NO_OF_BCC (GEO) ') select * from adb.external_BCC_test';
    15. dbms_output.put_line (statement3);
    16. EXECUTE immediate statement3;
    17. dbms_output.put_line ('end statement3 insertion->');
    18. EXCEPTION
    19. WHILE OTHERS
    20. then
    21. lift;
    22. END;

    The treatment is an external table. How to get the source file in the specified location?

    dbms_output.put_linethe instrumentation is unnecessary in an environment of APEX (unless the apex_debug.log_dbms_output method has been called). Use apex_debug API methods instead so that information is available in debug mode.

    There is no reason to use dynamic SQL statements in lines 15-17.

    Creating a column named "NO_OF_BCC (GEO)" is not a good idea and is in conflict with the recommendation of the Oracle do not use identifiers in quotes for the names of database objects. This objects will only cause problems and confusion.

    Lines 20 to 23 are a bug. It doesn't hide where any exception occurred in fact. If there is no specific exception that must be handled in this procedure, it should not contain an exception block.

  • Oracle Apex Interactive report missing filter column header information?

    Hello

    I use Oracle Apex 4.2, on Internet Explorer 9. I created an interactive report based on the views created in the database (11 g, version 11.2.0.1.0) oracle (workspace = database schema) I use the value of rownum to act as a key to identify the different lines.

    Whenever I try to find the information of one of the column headers for the interactive report (number), I'm not able to find the line, but when I try the same search for "action bar" at the top I am able to see the desired results. That is true of the SQL Developer so know if enter the same information in the filter of the columns, I see the corresponding lines.

    Y at - it an explanation for this behavior?

    Thank you

    Harry

    Hello

    This is a limitation of APEX. Column header filters in IR displayed first 999 distinct values in the ascending (after the application of all the IR filters). For example, you can filter 2310 using 'menu action filter' (as you specify) and then try clicking on the topic 'the number '. Then you must see 2310 here.

    fac586 of course it is a bug in the documentation, but 1 million limit is neither practical nor a way to go.

    Kind regards

    Hari

  • Oracle Apex 5 - interactive reports (Mobile Application)

    Hello

    I tried to create Interactive report on the mobile application using apexea without success. He created the report but under report attributes I don't see report columns and it also gives me no data found error when I try to navigate off region edit and get new.

    Attached are the screenshots.

    Page developed using mobile-theme-51.

    Kind regards

    Alwyn Souza

    Hi Alwyn,

    always work on apexea? The problem you describe is a bug in the version installed on this system. It has produced if the interactive report icon was not explicitly enabled in the wizard to create a Page, in this case that the IR has not been fully created.

    Please do not import any application created the apexea in the final production of APEX 5.0 or apex.oracle.com version. You will need to re - recreate them from scratch.

    Concerning

    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

  • Why Oracle APEX API 4.1 is inaccessible?

    Hello

    I work with oracle APEX 4.1 and I used references API via http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/toc.htm.

    Does anyone know why Oracle APEX API 4.1 is inaccessible?

    "We're sorry, the page you requested could not be found."

    Concerning

    Bartosz

    Guess what they remapped the documentation... Here is a link I found access documentation for APEX 4.1 (might suggest you look at update 4.2, there are fixed bugs for the things which existed in 4.1)... : https://docs.oracle.com/cd/E23903_01/index.htm

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • XMLFile parameter is not supported by Oracle APEX, please use the setXMLFile() method

    "XMLFile parameter is not supported by Oracle APEX, please use the setXMLFile() method.

    I created a test web app in apex.oracle.com to try a few things. I created a Flash 2D pie chart in a Web page, and it seems to make very well. But before rendering, I get the error message above, on the region of graph for 1-2 seconds.

    Can anynone tell me what means the error message above and why I'm getting this. I do not use a custom XML part. Has not changed the default settings of the chart area.

    I could see above the error appearing clearly since the apex.oralce.com is so slow... and graphics region takes awhile to load. Otherwise I could not have noticed. It happens in the IE8 and Google chrome.

    Oralce Apex 4.2.5.00.006 (https://apex.oracle.com)

    Google Chrome 34.0.01847.116

    Internet Explorer 8.0.6001.19518

    Can anyone help please. I'll try to become a test application setup dispalying this awhile earlier error message.

    I used HTML5 graphics in apex 4.2.0.00.27 in my office in my real application workspace. Most of my users still use IE8. HTML5 graphics all appeared well in their IE8 browser. One fine day, some parameters must be changed by my network administrator or soemthing else could have happened. I have no idea. My webapplication HTML5 graphics disappear IE8 users. IE9 users had no problem. I contacted our IT support staff of any changes to security settings that day, or earlier. Absolutely no help from my frustration. I have to change maps of my application (only about 6 of them) to the Flash graphics to overcome this obstacle. This is the story behind why I use Flash cards. If anyone has experienced a similar problem in IE8 HTML5 graphics please shed any light for me... This problem may be nothing to do with the "XMLFile parameter error message', but I'm not sure.

    You strike again BUG introduced with Oracle Application Express 4.2.5

    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/Apex-425-known-issues-2186292.html

    18601802 - ANYCHART XMLFILE WARNING DISPLAYED BEFORE FLASH GRAPHICS RENDERING when Flash graphics that take a long time to make, the user can see the following warning message appears briefly "XMLFile parameter only is not supported by Oracle APEX, please use setXMLFile() method.» The table will be always delivered. Solution: Please advise end-users to ignore the message.

  • text image on oracle apex

    Hello

    I'm looking for a method convert image text in the oracle apex.

    I like to keep e-mail addresses that show on my website against malware.

    Reza

    ORDImage Oracle multimedia object type

    It will not work in the XE.

    Otherwise, you will need to create your own Web Service that performs this task for you.  (or one track)

    MK

  • 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 stated in the white paper Extending Oracle E-Business Suite Release 12 using Oracle Application Express .

    In this white paper are the listed prerequisites:

    The white paper is available from APEX OTN Page > collateral > white papers or My Oracle Support (Note 1306563.1).

  • Availability of packaged Applications Oracle Apex

    Nobody knows when the packaged Applications Oracle Apex will be available again to the page dedicated to the
    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/packaged-apps-090453.html says simply:
    "Previous applications packaged and code examples have been removed and new applications are being developed."

    I could really do with a copy of the application to the time sheet to use as a base, still an old version of it and not really care too much about all the bugs reported in it.
    If anyone knows where I can get a copy, I'd appreciate it.

    Why was it necessary to remove the old packaged Applications, why not let them available until new ones have been developed.

    MILIN
    Send your email address in texas. Apex. Developer @ gmail. com and I can send along a copy of the application to the timesheet...

    Thank you

    Tony Miller
    Webster, TX

    Time passes fast like the wind, but the flies from fruits such as bananas.

    If you answer this question, please mark the thread as closed and give points where won...

  • Importing data into Oracle Apex

    Hello

    I have an obligation to provide a screen to the user where they can import excel data to an existing table and I saw a feature in the workshop of data in Oracle Apex, but I can't use that since I have extra things added into that must. The requirment is mentioned below,

    (1) need a screen where the user can select the excel file and start the import of a temporary table without validation
    (2) the data from the temporary table must be visible to the format of form Multi line in the screen and the user must be able to modify the data
    (3) the need for a feature or a screen mapping where the user can map the temporary table to the original table column before you pass data to the original (as data) table
    (4) the data should be transferred in the original table and the respective data should be deleted from the temporary table (in case if an error occurs, error record must appear in a temporary table up to less than the user of the corrected data into the original table)
    (5) need to add different types of validation, update the record in the original record if same id is available or insert a record value, non-zero, etc...

    Please suggest me how can I do this in the Apex.

    Is it possible to use the existing data and design workshop robot code in my new screen?

    You will probably have to code this yourself... There are packages that have been written to import Excel and CSV style...

    Here's a blog entry to make the upload of Excel file: http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/

    Once you call who you might have a tabular layout displays the data to the user...

    Other processes must be written by you (migration of data from the temporary table to the table of live data...

    Thank you

    Tony Miller
    Webster, TX

    On the road of life... He has "windshield", and there are "bugs".
    (splat!)
    "Squeegees wanted."

  • Public using DBLinks in Oracle APEX

    Hi all, have no restrictions in the use of public DBLink Oracle apex?

    Thank you.

    No, if you can run the query in the analysis schema then APEX will show it. This is an old post on the subject.

    ORACLENERD: APEX: database of links

    Also check the security settings for application for ' Code PL/SQL for cleaning.

    http://blog.iAdvise.EU/2011/12/20/using-a-database-link-with-heterogeneous-services-in-apex/

  • Progressively display areas in Oracle Apex 5.0 (universal theme)

    Hello, what I am trying to achieve:
    https://apex.oracle.com/pls/apex/f?p=63709:1:2676260562286:

    So basically I have 3 region on page load all regions must be hidden, after that the user click on the button (Let's Say ADD_REGION) first region will appear on new clicks of the user on the same button second region indicated even for the third.

    in the link above I created a region called JavaScript_Working in HTML.
    I want something even for areas of oracle apex.

    Tried:

    (1) based on the ID of a region I created a DA who will hide the region during the loading of the page, but after clicking on the button it does not return.

    (2) Css: inline Css section of a page where I had called Display: none with region Id prefix.

    (3) javascript: get Null drop back so this idea.

    Any advice will be good enough.

    Always:

    Identification information: new_b/new_b/new_b

    App: Apex_Community

    ID: 63709

    page: 1

    Thank you.

    This function added

    function check_then_show(p_region) {
    
        if ($(p_region).css('display') === 'none') { // if  hidden
          $(p_region).show(); //  show
          return true;
        }
        return false; // keep looking for next region
    
    }
    

    and this at the click of a button

    if (check_then_show('#region1')) {}
    else if (check_then_show('#region2')) {}
    else if (check_then_show('#region3')) {}
    

    That will keep test in the order provided.

    Looks like you were something already to help the regions of catalog, you would like to combine? It was just the first idea that worked

  • How to integrate the search engine (Google) customized with oracle apex 5.0?

    <script>
      (function() {
        var cx = 'aaaaaaaaaaaa:bbbbb';         
        var gcse = document.createElement('script');
        gcse.type = 'text/javascript';
        gcse.async = true;
        gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
            '//cse.google.com/cse.js?cx=' + cx;
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(gcse, s);
      })();
    </script>
    <gcse:searchbox ></gcse:searchbox>
    
    

    Like, I then politico who and want to change the settings of the CSE research must have be take place. Above the CSE code works for any thing you search I want to connect this way regardless of the setting I have spend in search results will go.

    For this I need to use Json rest api in oracle apex to bind the varibales. Say for example: cr = (country); LN (language) = en; This value will be passed through JSON ESC (google), and the result will appear any suggestion I how to get this...
    Thank you.

    Used JavaScript get json response and show it to the page. You can also use the pl/sql to achieve this.

  • Oracle Apex 5 + Oracle 11 GR 2 reports

    Hello!

    Sorry, I know it's a subject repeated, I tried to follow the other topics, but without success.

    I am trying to call RDF report from a URL order, following the Oracle Documentation: http://your_webserver.domain_name:port/alias/rwservlet?report=myreport.rdf & userid = username / password@my_db & server = server_name & desformat = html & destype = cache

    I am using reports Oracle 11 GR 2 on Weblogic. I am trying to execute the Url http://XXXXXXXXX:YYYY/reports/rwservlet?report=APEX_REPORT.rdf & userid=XXX/XXX@XXX & server = ReportsServer & desformat = pdf & DESTYPE = leader

    REP-110: could not open file APEX_REPORT.rdf.

    REP-1070: an error occurred when opening or saving a document.

    REP-0110: APEX_REPORT.rdf file cannot be opened.

    I changed the sourceDir on rwbuilder.conf, rwserver.conf, REPORT_PATH, etc.

    Help!

    Thank you!

    Hello!

    The s/n of my company's it. You must configure report_path on OS and set the default folder of the RDF files. Now, it's work and I call Repors Oracle in .PDF by Oracle Apex.

    Thak you all!

Maybe you are looking for