Question of Apex_Util.Prepare_URL due to the Apex Util advise msg

Hello

I have the following code in a SQL statement in an IRR:

APEX_UTIL. PREPARE_URL (p_url = > ' f? p =' | v ('APP_ID') |) ': 398 :'|| v ('APP_SESSION'): ':NO:398:P398_IDOBJ. VIMG_SEARCH. IDOBJ:', p_checksum_type = > 'SESSION') FullImg,.

And it works as expected. However when I run the Util Apex advise I get the following:
Region Source attribute (identifies the source of the region, region Type of reference Source)
Check the V function used in SQL statements
Performance category
Message contains V/NV/DV function call in the SQL statement (can be a performance issue).

Do I need to worry about this? or should I change the syntaxt in the APEX_UTIL. PREPARE_URL settings?

Thank you
Daniel

In SQL (PL/SQL within the APEX blocks) the notation of the bind variable must be used:

APEX_UTIL.PREPARE_URL( p_url => 'f?p=' || :APP_ID || ':398:'||:APP_SESSION||'::NO:398:P398_IDOBJ:||VIMG_SEARCH.IDOBJ:', p_checksum_type => 'SESSION') FullImg,

V (...) notation is intended for program units PL/SQL database called from APEX.

Tags: Database

Similar Questions

  • Trouble getting an apex_util.prepare_url to produce the control sum

    Protection of the session state is enabled in both applications & the attribute "access protection Page" page has the value "Arguments must have Checksum.


    Does not checksum...
    http://Apex.Oracle.com/pls/Apex/f?p=34780:3

    I've even entered the SSP and had it activated for all page elements and pages and is not always make the difference.
    Select 'x', APEX_UTIL. PREPARE_URL ('f? p ='|: APP_ID |) ':1::' || : APP_SESSION. P1_EMPNO :') double employee_link;


    Different application even ask questions. Sum insured
    http://Apex.Oracle.com/pls/Apex/f?p=39900:3

    Select 'x', APEX_UTIL. PREPARE_URL ('f? p ='|: APP_ID |) ':1::' || : APP_SESSION. P1_EMPNO :') double employee_link;

    Any ideas?
    Justin


    workspace: epic

    Ok.. seems to me that:

    Justin Patterson wrote:
    Does not checksum...
    http://Apex.Oracle.com/pls/Apex/f?p=34780:3

    SSP screenshot
    http://Tinypic.com/r/k4fjvc/7

    There is No page 1, so no checksum would be generated;).

    >

    Different application even ask questions. Sum insured
    http://Apex.Oracle.com/pls/Apex/f?p=39900:3

    SSP screenshot
    http://Tinypic.com/r/5fnst2/7

    This is page 1, so the checksum is generated.

    ..

    In addition, the app_session is in the wrong place.

    Van
    Trent

  • apex_util.prepare_url - by the way a comma between the item values

    Hello

    I created an application to illustrate a problem I'm having with the help of apex_util.prepare_url: http://apex.oracle.com/pls/otn/f?p=test_prep_url

    ' Tab ' without prep. url "displays a chart linking from this page (1) 2 using the usual f? syntax of p in the link, through two values, one for p2_schema_name and one for the p2_job_name values hidden on page 2. It works fine and the page 2 table displays data based on these past in values.
    The link is set up as: ' f? p =' || : APP_ID | ':2:' || : APP_SESSION. ": NO:2:P2_schema_name, P2_JOB_NAME:' |" schema_name | ',' || JOB_NAME

    ' Tab ' with prep. url "displays a chart which links from this page (3) on page 4 use apex_util.prepare_url to prepare the connection, passing two values, one for p4_schema_name and one for the p4_job_name in the values hidden on page 4. However, the decimal point is rendered in the browser '% 252C' url and p4_schema_name has the value "SCHEMA_A % 2CJOB_3" and p4_job_name is null (instead of = "JOB_3"). Of course, no data is found.
    The link is set up as: APEX_UTIL. PREPARE_URL ('f? p =' |: APP_ID |) ':4:' || : APP_SESSION. ": NO:4:P4_schema_name, P4_JOB_NAME:' |" schema_name | ',' || JOB_NAME)

    So I say to myself that I send you the value of point across properly, but I don't know what I would do differently. I hope the demo app described my problem enough so that someone can point out my blunder.

    The reason why I use APEX_UTIL. PREPARE_URL is that I would like to use session state protection and through the amount of control, but until I can get the sorted comma, I can't turn on session state protection.

    Thank you for your help.

    Alan

    Update: it is not prepare_url that does. Prepare_url encodes the comma in the list of item as % 2 c values. Then when the table XML gets converted to a blob for output, the % sign is encoded again. We will have to figure out what to do about this. In the meantime, only one element value can appear in the f? p link in a flash (fixed SVG chart) chart.

    Scott

  • State protection of session and browsing to URLs outside the apex

    Hello
    I'm working an application, in which basis on a unique key for each customer, and I show you her address on map (google.api) I used the apex util to prepare the url and activate checksumprotection on that element for success.
    I have another page that is the customer also details on this unique base, which works great as its peak in only
    what I notice is that, when I browse to url (maps.google.com) external session is different from what I had originally, posing problem when I want to navigate from card (java script Info window) to access details by using the same unique key of the client.
    I read that it was a bug in 4.1, but I use 4.1.1 assuming that the bug has been fixed.

    DB 11G
    Oc4j
    Linux

    Kindly help

    Hello Red Bull,

    Following article will help you to google maps api integration through web services:

    [url http://www.oracle.com/technetwork/developer-tools/apex/application-express/integration-086636.html#GOOGLE] Request Express integration with Google Maps

    OR

    You can try just of plugins available on http://apex-plugin.com.
    One of them which can be your help is:

    [url http://apex-plugin.com/oracle-apex-plugins/item-plugin/location-map-image_97.html] View the location on a Google map

    by @Peter Raganitsch including the blog post is:

    http://www.Oracle-and-apex.com/plugin-location-map-image/

    I hope that helps!
    Kind regards
    Kiran

  • apex_util.prepare_url outside the ApEx

    Hello

    I'm trying to create a weekly task that sends an HTML email with links to the user session state protection application. However when I try to generate the URL with apex_util.prepare_url the checksum is not added to the chain. wwv_flow_api.set_security_group_id seems to have no effect.

    Any ideas?

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

    Dan,

    Unfortunately, you have to jump through hoops to do it. I posted recently a method that defines a session programmatically context, that is, from outside the simple HTTP request for an application. What follows is an adaptation that allows prepare_url to do its thing. You can connect to SQL * more like your application schema and check it out:

    set serveroutput on
    
    DECLARE  l_cgivar_name owa.vc_arr;  l_cgivar_val owa.vc_arr;  --  l_workspace_id number;  l_application_id number := 132; /* change this to your application ID */  l_user varchar2(30) := 'USERUSER'; /* change this to the username to be associated with the session */BEGIN
    
         -- set up cgi environment  htp.init;  l_cgivar_name(1) := 'REQUEST_PROTOCOL';  l_cgivar_val(1) := 'HTTP';  owa.init_cgi_env(num_params => 1,param_name => l_cgivar_name,param_val  => l_cgivar_val);
    
      -- find workspace ID of application  for c1 in (select workspace_id from apex_applications where application_id = l_application_id) loop    l_workspace_id := c1.workspace_id;  end loop;
    
      -- set security group ID, session ID, app ID globals  wwv_flow_api.set_security_group_id(l_workspace_id);  apex_application.g_instance := wwv_flow_custom_auth.get_next_session_id;  apex_application.g_flow_id := l_application_id;
    
      -- create authenticated session for l_user  wwv_flow_custom_auth_std.post_login(    p_uname => l_user,    p_session_id => null,    p_flow_page => apex_application.g_flow_id||':'||1);
    
      dbms_output.put_line('workspace:'||v('WORKSPACE_ID')||', session:'||apex_application.g_instance||', user:'||apex_application.g_user);
    
      -- call wwv_flow.show so that the correct parsing schema and other globals are established for the application  wwv_flow.show (    p_flow_id => apex_application.g_flow_id,    p_instance => apex_application.g_instance,    p_request => 'FSP_SHOW_POPUPLOV'    );
    
      -- set array of protected page IDs for session state protection  wwv_flow.g_protected_page_ids(1) := '1';    -- this establishes page 1 as an SSP-protected page
    
      -- generate link with checksum using prepare_url  dbms_output.put_line(apex_util.prepare_url('f?p=' || v('APP_ID') || ':1::dummyrequest','utf-8','2')); -- the request references page 1, designated as a protected pageEND;/
    

    Note, the username parameter and the call to wwv_flow_custom_auth_std.post_login is necessary only if you want to generate a checksum of user (type '2') level. Links using this type of checksum may be used only by the same authenticated user which was set up during the generation of the checksum. For links that can be used by any authenticated user, a checksum of the application (type 1) level can be requested from prepare_url and for this, the user name parameter and the call to wwv_flow_custom_auth_std.post_login are useless.

    The second argument to prepare the url must match the implementation REQUEST_IANA_CHARSET of your DAD and the third argument is the type of checksum (3 = level of the session and is not appropriate here, 2 = user-level and requires you to make the configuration of the username first, 1 = application-level).

    Scott

  • apex_util.prepare_url with the translated applications

    I have two questions about the use of apex_util.prepare_url with the translated applications:

    1. Why is-checksum in a different translated application of checksum in the original application?
    2. Is there a way to control the apex_url.prepare_url checksum function calculates?

    I have no application in both languages English (en) and Slovenian (sl). Link with English checksum would work if I put the Application primary language to English and the link with the Slovenian checksum would work if I set the main language Application to Slovenian. Application language is derived from the main language Application.

    Sometimes, the real problem for me is I have 'English' version of checksum when apex_url.prepare_url is called from the "Slovene" to application version.  As I mentioned before 'English checksum' does not work if the Application language is set to Slovenian.

    I have reproduced this behavior (with the exception of the problem described in the previous paragraph) on http://apex.oracle.com/pls/apex/f?p=15120. An application illustrates an another unanswered question/bug related to translated app: https://forums.oracle.com/message/11229437#11229437

    Is this Bug to Oracle APEX? Can anyone provide any advice or workaround?

    Hello

    bookmarkable (amounts of application or user level control) control totals depend on a salt value that is stored in the application. If the salt is null, there is a fallback to the alias of the application. If you update the salt by clicking "Expire bookmarks" on request > security attributes and re - publish the application, salt must be synchronized between the applications. Control totals should be the same, then.

    Kind regards

    Christian

  • Questions about the APEX 5 hash functions

    I have two questions:

    1. the wwv_flow_item.md5 function seems to have changed from 4.2 to 5.0.  It used to produce a hexadecimal string of 32 characters, but now it produces a 128 character string. My guess is that it uses more MD5 hash, but perhaps SHA-3?  Can anyone confirm this?

    2. the APEX_UTIL package now has the GET_HASH function.  This function produces a significantly different hash string because it contains arbitrary printable characters, those not just hex. It seems that the hash chains are still 86 characters.  I can't find any explanation for this function.  Should I also use SHA - 3?  The API said to use it like this:

    APEX_UTIL. GET_HASH (apex_t_varchar2 ("val1", "val2", "val3"))

    My guess is that the apex_t_varchar2 function is to convert the input to an inner type.  If anyone can say more about it?

    3. (bonus question) APEX_UTIL API seems to indicate that get_hash function is now the hash function of choice for tasks such as the lost update detection.  Am I reading this right?

    Ed Sciore

    Hi Ed!

    1. you can configure the algorithm of checksum with the instance parameter CHECKSUM_HASH_FUNCTION (for example, on the Security tab of the admin app instance). During installation, we define the most secure algorithm that is supported on the version of your database (SHA-1 on 11 g, SHA-2 on 12 c). Unfortunately, a few settings and existing features had the old MD5 algorithm in their name. Maybe it's a bit misleading that they are not necessarily more using md5, but the alternative of the duplication of functions and give them different names was not ideal, either.

    2. the result is base64 encoded instead of a hexadecimal value, because it is more compact. APEX_T_VARCHAR2 is a table of varchar2, not a function.

    3 APEX_UTIL. GET_HASH is just a utility function. You can certainly use it for construction of the checksum for the lost update detection.

    Kind regards

    Christian

  • Quick question: the database of the APEX can get synchronized with a SQLite database?

    Hi all!

    So, I'm an intern and I am applying in the APEX, and there's another student here who made the same request, but then for Android. It uses SQLite as a database (because it is a lightweight database), and I use the database to Oracle 11 g, which is used in the APEX. My request is already hosted online (via oracle.apex.com), so the database is online as well.

    Now, I have done some research, but I have never met a useful answer.

    Is someone here can tell me if this is really possible?
    As in, can synchronize my Oracle 11 g database and its SQLite database?

    Please, just a "Yes, it is possible", or a "no, won't it be able to do' will do. But if you say yes, and you also happen to know how, so any suggestions would be welcome. ;)

    I have 6 weeks to know, but I prefer to know in advance...

    Thanks for your response!

    Hello

    I think that your question do not relate in any case at the APEX. It is more related to data bases it self and connections.

    This might help
    Creating link to Sqlite db?

    Kind regards
    Jari

    -----
    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • Sessions of the apex to the upcomig WORLD Kscope11 question

    Hope that this applies to ask here, but I see that there are a good number of sessions Apex at this WORLD conference and see a few familiar names I've learned a lot about the format of this list. No one knows if they ever sessions of the Conference such as these on a webcast? I tried to put a note on the WORLD site, but thought I would also ask here. Due to economy travel budgets are tight. It would give another option to learn some new exciting topics and how to apply the Apex, in tight budget times.

    Thank you
    Mark

    Hi Mark,

    WORLD is sometimes webinars, see http://www.odtug.com/apex/f?p=500:235:0:P235_NEWS_ID:3061 (14 June there is an APEX one by Dan McGhan). Not necessarily exactly the same as the Conference.
    Redgate offers free webinars now and then, for instance https://www2.gotomeeting.com/register/251093450 (APEX for Mobile).
    Skillbuilders (where Dan works) also offers free online seminars, see http://skillbuilders.com/

    But the best thing is to be in Long Beach, of course...

    Concerning
    Roel

  • Performance the use of a 'Like' filter * is not due to the index right question *.

    Hello
    We have just published an Oracle APEX application for users and encountered a performance problem in the production version that wasn't developing. The interactive report contradicts a simple view that returns data similar to:

    NAME VALUE MIN MAX
    1 1 3 BEL123
    3 3 4 BEL245
    2 1 3 AB222


    The problem is that when you use a filter on the column name with a similar operand (name LIKE "% NICE"). Performance of the queries are very poor (average is 29 seconds to return based on the statistics of the APEX). Are huge paintings, but the performance development is fast (almost instantly). Here are the things I looked in to try to identify the problem:

    (1) I tried to run the same exact query in SQL * more performance is fast in production and development, so it's not the index.
    (2) creating any new reports from zero causes the same results in production and development. So its not anything specific that has been changed in both versions (which are identical)
    (3) put the NAME Like "% NICE" directly in the clause the report SQL product quick returns in production, so the problem is not the user of APEX not seeing the index for some reason any. It also ensures that differences in data in two databases are not the cause of this.

    So my only theory that is somehow using similar filter does not allow the index on the column NAME to be used, but only in the production. Any ideas... I am at a loss.

    Published by: user491396 on January 7, 2009 14:18

    I think that if you run the same exact query that generates the APEX, it wouldn't matter if you ran the query of the APEX or SqlPlus. He would still use the same execution plan.
    It seems to me that the optimizer for some reason any do not push predicates in the view which might then a more optimal plan. You could try the 'PUSH_PREDICATE' or 'FIRST_ROWS' advice in the report query and check the generated execution plans to see if they change.

    CITY

  • After the upgrade of the APEX 4.2.0.6, I don't see any change

    Hello

    I have a production APEX running version 3.1. I downloaded APEX 4.2.0.6 and installed. I didn't remove the previous APEX users because I fear that it would change anything prevents existing applications runs properly.

    When I connect to APEX http://xxxxxxx:7780/pls/apex / ,, I don't see any change in the user interface. Where is the 4.2.0.6 APEX version?

    I can see there are users in the previous version. But I've not deleted the. What prevents the Apex 4.2 runnig?

    SQL > SELECT username

    2 FROM dba_users

    3. WHERE (username AS USER OR name "FLOWS_ %" LIKE '% APEX_')

    4 AND USERNAME NOT IN)

    5. SELECT "FLOWS_FILES".

    6 DOUBLE

    7 UNION

    8. SELECT 'APEX_PUBLIC_USER' FROM DUAL

    9 UNION

    10 SELECT SCHEMA s

    11 FROM dba_registry

    12 WHERE id_comp = 'APEX');

    USERNAME

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

    APEX_030200

    I used this document to install APEX http://docs.oracle.com/cd/E37097_01/install.42/e35123/otn_install.htm#HTMIG839

    Thank you for your help.

    Christian

    Hi Christian,

    chipniz wrote:

    Hello Kiran

    I redid all installation steps and found that I now have this error:

    Service temporarily unavailable

    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

    When are you facing this error?

    What kind of error is it?

    • HTTP error with an error like 404 code
    • Error on Web server with detailed description of the error (if so, check the newspapers of OSH for more information)

    What is the type of the OHS?

    • Oracle Application Server 10g
    • Oracle HTTP Server distributed with Oracle Database 11g

    Finally it is part of your question:

    When I connect to APEX http://xxxxxxx:7780/pls/apex / , I don't see any change in the user interface. Where is the 4.2.0.6 APEX version?

    What did you mean by that?

    • You receive the login for the old version screen
    • You receive a blank page

    I would like to you check the following things:

    I hope this helps!

    Kind regards

    Kiran

  • Image is not displayed in the shape of the APEX with utility function APEX

    Dear experts, APEX,

    As I am new to oracle apex development. I just created the basic employee information form where I download the picture of the employee. Photography is transferred, but it does not display correctly. I already spoke of the sample database application to display the image. Also, I followed the same steps it is used to display the image of the product for this application. I am still unable to get the result. I receive after release:


    < img src = "" apex_util.get_blob_file? a = 35682 & s = 101496289174102 & p = 15 & d = 10639237623242912156 & i = 10639236703270912154 & p_pk1 = 21 & p_pk2 = & p_ck = FCA12832591A1C706D76FDD589E551A2 "/ >"

    Please help me elders to solve this problem. How to view the image using this utility.

    mehpandya wrote:

    I saw more HTML code after inspecting the two applications.

    1 example of application of database:

    In this application, the product image is downloaded and displayed correctly, and the following code is rendered in the HTML source code.

    2 example of Application HRMS - which I created for learning.

    In this application, the photo of the employee is transferred, but it is not displayed correctly. Here's how to code is rendered in the HTML code.

    ""< img src = "apex_util.get_blob_file? a = 35682 & s = 100541516379272 & p = 15 & d = 10639237623242912156 & i = 10639236703270912154 & p_pk1 = 21 & p_pk2 = & p_ck = 31A8328E0F5754D7CBD0FC0C6313B38A" "/ >"

    That is why, in my application code is not perfectly rendered and syntax is not over.

    the following characters are rendered like this. : & lt, & quot, & gt, & amp.

    So, is this the reason for not displaying the image?

    Yes.

    To get a displayed item to render in HTML, in the definition section Security value escape special characters notitem.

    For a column of the report, ensure that the column attribute text to display as report is report Standard column rather than the default display text (escape special characters).

    Use a part of the Image display and declarative BLOB support instead of this manual method clumsy.

    -----

    Please read the FAQ and the forum threads sticky (if you haven't already done so.

    You will get a faster, more effective response to your questions including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/item (s)

    The APEX documentation is here.

  • apex_util.prepare_url

    Hello!

    I use
    htp.p('<a href = "link"  >title</a>'); 
    in the region of PL/SQL to create dynamic links to pages in my application.
    How can I write apex URL in the href tag to just go on the page of the application, let's say 21?

    I tried with apex_util.prepare_url:
     htp.p('<a hrefff = "' || apex_util.prepare_url('f?p=&APP_ID.:21:&APP_SESSION.::::') ||'">link name</a>');
    But it generates "f?" ' p = 0:12: "link

    Spooky says:
    Hello!

    I use

    htp.p('title'); 
    

    in the region of PL/SQL to create dynamic links to pages in my application.
    How can I write apex URL in the href tag to just go on the page of the application, let's say 21?

    I tried with apex_util.prepare_url:

    htp.p('link name');
    

    But it generates "f?" ' p = 0:12: "link

    This is the expected behavior. Take a look at the examples in the documentation - note the description for the main "p_url" setting (my accent is "BOLD"):
    >
    p_url f? p relative URL with all resolved substitutions
    >

    This means that you must replace the values in the code itself, rather than passing references (if you want to use prepare_url, in other words).

  • Problems in using the APEX with glassfish server listener

    Hello
    I try to install APEX with listener application on my Oracle R12 application server. I installed glassfish 3.1 (zip file) and deployed my interlocutor on glassfish using the administration console
    http:// < Host >: 4848

    But I am not able to run the following links to get the status of the listener
    http:// < Host >: 8080/listenerStatus

    I get the following error when I try to connect using my user adminlistener who I defined under the Admin group, in accordance with the installation guide.
    HTTP status 403 - Access to the requested resource has been denied

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

    type of status report

    messageAccess to the requested resource has been denied

    descriptionAccess to the specified resource (access to the requested resource has been denied) was banned.


    --------------------------------------------------------------------------------
    Oracle GlassFish Server 3.1
    Also, when I try to start the administration console application using the link http:// < host >: 8080/apex
    I get the following error

    application = 4500 workspace = 10+.
    Error ERR - 1014 Application not found. +

    OK+


    Anyone know what could be the problem? Earlier, when I did the installtion even on my personal computer that runs on Windows OS I had faced some questions like this and was able to resolve by reinstalling glassfish with port 7878 place default 8080 HTTP and that solved the problem.

    But this time, I try to install on the Linux server and since I used the option of the glassfish server .zip file I don't have the option to configure during the installation. If you think that the problem is due to the conflict to port 8080, then can you please tell me how I can change the HTTP port without having to reinstall the glassfish Server?


    Thanks in advance!

    Hi reda,.

    http:// : 7878/apex/listenerStatus (I changed my HTTP port for 7878)

    But I have error which I run this URL below.

    HTTP status 403 - Access to the requested resource has been denied

    I'm sorry I have not answered your question 403, but I thought it should be a primary target in order to get your APEX installation up and running first.
    As you have moved this issue, it is logical to continue on other issues in your deployment.
    You say that you are trying to connect to listenerStatus as "adminlistener" with the group "Admin". You must use a user with the 'Manager' of the page group.
    However, if you have "Admin", you can access the 'status' tab in 'listenerAdmin' that contains exactly the information you see in 'listenerStatus '.

    Also, when I run the URL Listner Administrator page loads properly, but all fields are disabled. So I can only see the page, but not to make changes to the fields on tab 'connection '.

    You can change the JDBC settings in this tab? You must open the subform to display the fields.
    And you are able to change any settings on the other tabs?
    If so, everything works as expected. It is not possible to change the credentials of database using "listenerAdmin". The shape looks like the one you get in "listenerConfigure", but it is implemented differently, so what you see is the expected behavior.

    However, I can click on the 'Apply' button on this page and when I do that it takes me to the login user APEX screen. This is how it should be?

    Yes. What is this "Apply" button to reset the connection pool to use the current JDBC settings, which you should be able to edit as shown above. Therefore, when you apply the changed settings, the listenerAdmin will take you to the start APEX page to check that everything works (always) and continue to use APEX.

    -Udo

  • AEX 4.1: error checksum with apex_util.prepare_url and PUBLIC_BOOKMARK

    Hello

    I'm on APEX 4.1. Before 4.1 APEX, I was able to generate a link with apex_util.prepare_url and use it as a public link with parameters in the url and a checksum to avoid that the values of the parameters are updated by users.
    With APEX 4.1, I have the following error:
    "No amount of control has been provided to show the treatment for a page that requires a checksum when one or more application, clear the cache or argument values are passed as parameters."

    My page has authentication value "Page is public" and value «Arguments must have Checksum» Page Access Protection
    Fields of text on the page have the Protection of the State from Session value "Required Checksum - Level Application".
    To generate the link I use the code:
    () apex_util.prepare_url
    p_url = > ' f? p = 33926:2:P2_I, P2_C:123, 456',
    p_checksum_type = > 'PUBLIC_BOOKMARK')

    I created test on apex.oracle.com pages to display the error message.
    1 page the link generated by the prepare_url function.
    Simply copy and paste this link in the browser to access the page (Page 2) which must show the fields with the values passed in the url.

    workspace: sdo1974
    username: [email protected]
    password: sdo1974

    Thanks for your help

    SEB

    Hi Seb,

    hit you bug # 12931249 described in the list of issues known to the http://www.oracle.com/technetwork/developer-tools/apex/application-express/41-known-issues-485406.html
    The good news is that a single patch is available to fix this bug.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

Maybe you are looking for

  • Satellite C650 - 15 X - can I install Windows XP?

    Hello Can I install Windows XP on the Satellite C650-15 X, everything will work (drivers, ethernet etc...)? Kind regards.

  • Satellite A300 - 1 5 - Questions about Toshiba Utilities

    Hi all... I have this laptop (link): [Satallite A300 - 1 G 5 | http://eu.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=EU&com.broadvis ion.session.new = Yes & PRODUCT_ID = 1055589]I have a few questions

  • F5's crush questions

    Hi all Been using 2 x F5, 1920 x 1080, V1.15 MPEG 25 p, SXS Pro cards - one as a cam, CAM B - set up exactly the same. However, among the two crash (always the same unit) F5 - unit becomes unresponsive, won't turn off, need to remove the mattress to

  • help for ox8007041 and ox80240036 errors

    Administrator permissions to access windows recently tried to correct the ox80004002 error - updated.  Made progress.  Now, to the update page and tried to load windows update... got error ox80240036... Fix program could not resolve.  When trying to

  • Camera Raw yellow box on blue background

    I just installed the trial version of Photoshop CC on my computer. I try to open a file of a camera in Camera Raw D1X NEF, however, I see only a box yellow (instead of the image) on a blue background. Here is some useful information...Windows 10, 64-