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

Tags: Database

Similar Questions

  • 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.

  • Create the Signature buffer in oracle apex 5.0

    Hello, I'm trying to create the signature buffer in oracle apex 5.0, did see some plugins for that as: https://www.enkitec.com/products/plugins/signaturepad/help can I implement the same functionality without using this plugin. What I see: 1) http://keith-wood.name/signature.html 2) https://github.com/brinley/jSignature ) 3 https://github.com/thomasjbradley/signature-pad/blob/gh-pages/documentation.md Point is to make this cushion where I sign! and also save as image in database. Don't know if I'm clear enough with my question or not. Thank you.

    Hi Pranav.shah,

    Pranav.Shah wrote:

    Hello, I'm trying to create the signature buffer in oracle apex 5.0, did see some plugins for that love: https://www.enkitec.com/products/plugins/signaturepad/help can I implement the same functionality without using this plugin. What I see: 1) http://keith-wood.name/signature.html 2) https://github.com/brinley/jSignature 3) https://github.com/thomasjbradley/signature-pad/blob/gh-pages/documentation.md Point is to make this cushion where I sign! and also save as image in database. Don't know if I'm clear enough with my question or not. Thank you.

    Use the pad of Signature plugin Enkitec. Why don't you use this plugin, but only its features.

    Also, the plug-in can save the signature to be registered as JSON CLOB or BLOB image in the database.

    Reference:

    Kind regards

    Kiran

  • Error of the ACLs in Oracle Apex 5 after schema change

    Hi all

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    I use apex_mail.send to send mail and created the acl as

    BEGIN

    () DBMS_NETWORK_ACL_ADMIN.drop_acl

    ACL = > 'open_apex.xml');

    (DBMS_NETWORK_ACL_ADMIN). CREATE_ACL

    ACL = > "open_apex.xml"

    Description = > "a test of the ACL feature."

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    start_date = > SYSTIMESTAMP,

    End_date = > NULL);

    (DBMS_NETWORK_ACL_ADMIN). ASSIGN_ACL

    ACL = > "open_apex.xml"

    Home = > ' *',

    lower_port = > 20,

    upper_port = > 9999);

    COMMIT;

    end;

    BEGIN

    (DBMS_NETWORK_ACL_ADMIN). ADD_PRIVILEGE

    ACL = > "open_apex.xml"

    main = > 'RMSR. "

    IS_GRANT = > TRUE,

    privilege = > 'connection ',.

    position = > NULL,

    start_date = > NULL,

    End_date = > NULL);

    COMMIT;

    END;

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    Thanks in advance,

    Su.GI

    Hi Su.gi,

    Su.GI wrote:

    I'm creating an application using Oracle Apex 5.

    I have a button call Send Mail and mail is worked.

    Now, I imported my request in a different schema and configured acl as below.

    It throws error as

    ORA-24247: network access denied by access control list (ACL)

    Is there a problem in my setup?

    You have granted the ACL to the RMSR of your database schema, so it is necessary for the APEX_050000 scheme when you use the APEX_MAIL package.

    This is why the ACL must be granted at the APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29161

    Here's how the ACL must be granted for APEX 5 Schema: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29162

    NOTE:

    • Create the ACL by logging into the user with SYSDBA SYS privileges.
    • Don't forget to validate after execution of the anonymous block for the creation of ACL.

    Kind regards

    Kiran

  • 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.

  • Connection to the database to Oracle using Oracle Apex 5.0.1

    Hi all

    Is it possible to connect to the Oracle (Oracle SQL Developer 4.1.1) database using Oracle Apex 5.0.1 instead of using the object browser. As he was more workspace after you have downloaded the data we have on CSV Excel.

    For example: regardless of the tables I've created in the Application Builder is created in the object browser. We have limited the workspace of 500 MB. This is the reason why we cannot use this method to load the data and retrieve it. (Note: can I ask 2 GB of space to work on the approval of the Director, who is still not sufficient)

    Is it possible that I will create an apex.oracle.com application by using the application builder and I will create in the database tables. When I load the file in application, data will be stored in the database Oracle instead of the object browser.

    Well let me know is possible, if yes, how can I proceed.

    If this isn't the case, please let me know how I can get more workspace.

    According to my understanding, other possibilities are: 1) taking backup of old files and free up space, 2) create another workspace and get extra work space.

    Thanks for your help!

    Kind regards

    Vinod

    Hello

    When you load data using APEX SQL Workshop utilities for example, the data is stored in your database tables.

    Object browser is just seen tool your schema as the table objects and the data in the tables, just as SQL Developer.

    If you have no good reason to keep these files that you downloaded in the workspace, delete those. Data is stored in database tables.

    Kind regards

    Jari

  • Apache FOP disappeared by Oracle APEX installable APEX 5.0 and 5.0.1 APEX

    Hi all

    Is Apache FOP 'fop.war', missing the installable Oracle APEX to APEX 5.0 (apex_5.0.zip) and APEX 5.0.1 (apex_5.0.1.zip)?

    As once extraction APEX 5.0/5.0.1 is no record "fop" or "fop.war" under/path/to/apex/utilities.

    But after extraction APEX 4.2.6 (apex_4.2.6.zip) it is "fop.war" to /path/to/apex/utilities/fop/fop.war

    The APEX Oracle 'Configuration of printing the report' documentation for APEX 5.0 (in Oracle Application Express Administration Guide) lists 'External (Apache FOP)' as option "print server".

    Reference: http://docs.oracle.com/cd/E59726_01/doc.50/e39151/adm_wrkspc002.htm#BABIECEE

    The Administration Instance for APEX 5.0 settings also show "External (Apache FOP)" option:

    Screenshot from 2015-07-22 21:19:46.png

    Therefore, the question: is Apache FOP endorsed the option of print for APEX 5.0 Server? If so, why he isn't in the installable APEX to APEX 5.0 and 5.0.1 APEX.

    The second question is: point 6 in thereport of the print in a full development environment setup' for APEX portrays 5.0 "/ xmlpserver/convert" as "Print Server Script' for Apache FOP and BI Publisher. While this is correct in the case of BI Publisher, it should be for Apache FOP "/ fop/apex_fop.jsp" according to: PDF of print on demand Express 3.1 and above.

    Kind regards

    Kiran

    Hi Kiran,

    If you use ADR to run APEX, then the option "external (Apache FOP)" is unnecessary. You would simply take ADR as a print server in the administration of instance APEX. "External (Apache FOP)" option it will take though, if for some reason you need to using mod_plsql or EPG for APEX and then only ADR as a print server - whereby case you will need to configure all the attributes (host, port, script), given that those who would be so different from your APEX the host and port.

    Regarding your requests, I'll work on getting this pages OTN and whitepapers and documents updated regarding the printing configuration by their SUMMIT. For questions regarding ADR, I recommend posting these on the forum of ADR please:

    https://community.Oracle.com/Community/database/developer-tools/oracle_rest_data_services

    Thank you
    Marc

  • the APEX api call, change the repository, in the context of the application has no effect

    Hello

    I call APEX api stored procedures manipulate the repository (such as apex_lang.update_translated_string, apex_lang.publish_application or apex_instance_admin.set_parameter) pl/sql by setting apex_util.set_security_group_id (< workspace_id >) following this example indicated in the documentation of the api of the APEX:

    Start

    --

    -If running SQL * Plus, there set the environment

    -for the workspace Application Express associated with this schema. The

    -call to apex_util.set_security_group_id is not required if

    -you are running as part of the Application Builder

    - or an Application Express application.

    --

    C1 in (select workspace_id from apex_workspaces)

    loop

    apex_util.set_security_group_id (C1.workspace_id);

    "exit";

    end loop;

    -Now, actually create the mapping of the language

    apex_lang.update_translated_string (p_id = 123456789 >)

    , p_language = > 'nl '.

    p_string = > "says is a test");

    commit;

    end;

    /

    Call it the SQL guest (or Toad) everything works fine.

    But when trying to call apex_lang.update_translated_string from an application (with or without the security_group_id) APEX, nothing happens. No error message, the process is complete, but the string in the filing of the translation has not changed. Same effect for other api call that I mentioned. I tried the different authentication scheme in my application: DB account, users of the APEX, custom.

    An idea or a clue on what I'm missing here?

    Kind regards

    Christian

    Dear Mr. Rokitta,

    I tested myself on apex.oracle.com just now, and I had no problem using your anonymous PL/SQL block to update the chain of my filing of translation.  It worked successfully to these two SQL commands in SQL Workshop and also inside an APEX application running.  I also looked at the underlying code, and it's so simple - also long the security_group_id is set correctly, the specified ID is valid and the language code is the code of language of the APEX_APPLICATION_TRANS_REPOS chain, the update should go ahead.

    If set you a test on apex.oracle.com case where this would have been does not work, I would be happy to take a look.

    Merry Christmas.

    Joel

  • 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.

  • Implement the GMAIL client in Oracle Apex

    Dear experts,

    I would like to implement the client GMAIL in Oracle Apex to be able to manage gmail inbox, sent mail,... the apex app etc.

    Y at - it a plugin or a tutorial to do this.

    Thanks in advance for any help you provide

    Concerning

    Mahmoud

    Mahmoud_Rabie wrote:

    What prevents the implementation of these customers in pure PL/SQL?

    Hello

    Probably nothing. In my view, the package author has used Java as it is easier to implement and provide loan APIs.

    I suppose that pure PL/SQL do not solve problem which packages you can use in apex.oracle.com.

    I'm sure that you for example utl_http is in a similar packaging that you cannot use in apex.oracle.com

    Jari

    ---------------

    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

    Twitter: http://www.twitter.com/jariolai

  • 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...

  • Reading and updating of MS Active Directory (AD) by Oracle APEX

    Hi all

    Anyone who has ever read and update components using Oracle APEX AD?
    I know we have accumulation APEX in the LDAP authentication, but this is for authentication, what reading other attributes such as phone number, Department, office etc. of MS AD; and updated about the same information.

    Oracle Identity Management is the only solution
    Windows Server 2008 R2 provide SOAP based web services (ADWS), AD has anyone who used with APEX (11g R2 with setting up EPG)?
    Is it possible to have a c# code (thanks to an outpatient procedure) who could read and write MS AD; can we only use the 'C' code in oracle as external proc or c# as well?

    Pointers would be a great help.

    Thank you
    Ash

    Hello Ash,

    APEX LDAP API is a simplification for the DBMS_LDAP API provided by your database. You can use this API in APEX as well. This API is documented here:
    http://download.Oracle.com/docs/CD/E14571_01/OID.1111/e10186/dbmsldap_ref.htm#OIMAD009
    Among many other examples that you find in this forum, you can look in the following thread for an example of extracting any LDAP (including AD) attributes: {message identifier: = 8399529}

    -Udo

  • APEX API to get the HTML page

    Hi all

    Y at - it all APEX API for HTML for a page if we provide number, session and application page id?

    I tried with 'f' and 'apex_030200.f' but its giving following error!
    no function with name 'F' exists in this scope ORA-06550
    All the tips/help would be appreciated.

    Kind regards
    Hari

    Hello

    Demo to draw Carl region check.
    You can take the entire HTML page
    http://Apex.Oracle.com/pls/OTN/f?p=11933:48

    BR, Jari

    Published by: jarola may 5, 2010 20:54

    I try to shoot the entire page
    http://Apex.Oracle.com/pls/OTN/f?p=40323:49
    Pull it page 1

    In the example HTML page header

     
    

    The region HTML source

    The button URL target

    javascript:dhtml_GetPage()
    

    Hope this helps

    BR, Jari

  • 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

Maybe you are looking for

  • How to remove a month attached a letter in the Mail folder

    Hello I'm a newbie in the knowledge of mac, so please go easy on me :)) I found that attached a letter is a problem not only for me but also for many mac users, because it takes away a few GB of disk space... Tried to Google a way out the manual solu

  • On my C55-B803 Satellite keyboard is typing double letters

    My laptop keyboard Satellite C55-B803 began typing double letters suddenly. When I press 'a', it is like 'aa' and when I press BACKSPACE, the two 'aa' disappeared. On the screen the keyboard works fine. I tried all possible ways... cleaning keyboard

  • A80-117 bootproblem

    Hello I just bought a notebook a80 - 117 windows pre-installed xp home. My problem is, that when ilogin on first page, 4 of the 5 times the system remains on the start page. Only the remains of mouspointer of work, besides the system stops. the only

  • verificacion of correo electronico

    supposedly recibi UN email microsoft, el remitente are * address email is removed from the privacy *, in el Québec me ask set confirm data password of account including mi, no e-mail-Guitar real el are for estoy seguro if microsoft, me gustaria saber

  • Cannot install ITunes error 'problem with windows install.

    Original title: try to install iTunes - says the problem with uninstalling windows package - a program required for this install... could not be executed. HELP - everything tried I have windows vista - quick time is newly installed, but can't get iTu