Can't submit pages in APEX 3.1

I just upgraded a working 3.0 APEX installation to 3.1 (Windows Vista on laptop) Installer reported success.
Now the APEX login page comes up but, pressing submit does nothing. Same with the other pages e.g. find workspace.
I re-booted, same story.
What should I check next?

Did you remember to run the apxldimg.sql script if you're using 11g or XE?
http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/post_inst.htm#BHAJIGDA
Or copy the image folder if you're using the HTTP server with 10g?
http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/post_inst.htm#CHDFJBFB

Similar Messages

  • How can i submit the page periodically(scheduling)

    Hi ,
    I have created IR report by using sql query like..
    EG : select apex_application.checkbox(1,empno),ename,sal from emp;
    And i created SUBMIT button and in the process calling the procedure by using empno as a parameter.
    Here my requirement is that
    i open the page daily and checked some checkboxes and click on the submit button, procedure calling successfully..
    so, i want to submit the page for every one hour without opening the page by using scheduling in apex
    eg scheduling the concurrent program for every one hour..i want to run apex page for every one hour
    Is there any possibilities to schedule a apex page for every one hour..
    please anybody guide me to solve the problem
    Help would be greatly appreciate.
    Regards
    Narender B

    Hi,
    Thinking that you could submit page if it is not open is totally wrong.
    You need look to create background job to your database that run code similar you have on page process.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_sched.htm#CIHHBGGI
    Maybe you convert your page process to database procedure so you can run it easily using e.g. DBMS_SCHEDULER or process from Apex page.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Multiple pages, how ApEx handle it? (iframe)

    Hello,
    I have a application used by many teams in my company. This application have a stantard layout for all the teams and now I´m developing a personalized layout for each team.
    How it will work?
    The application will have a page (main page) with some stantard fields, and a iframe with the personalized fields. The main page will call the page (iframe) correspondent to each team dynamically, this page is also a ApEx page.
    Page 1
    [Common layout]
    [Team A page 2 (iframe)] or [Team B page 3 (iframe)] or [Team XPTO page N (iframe)]
    [Common layout]
    My question is: Can I use iframe in ApEx without problems? I saw some topics that said to dont use iframes, but they dont explain why. How ApEx will handle those pages?
    Thanks in advance,
    Felipe

    Hi,
    I think i coldn´t explain what I´m trying to do, and my picture doesn´t help either! (Well, it´s already done :C)
    Sorry for that guys, let me try to be more specific:
    I´m developing a issue tracker system. That application is used by many teams in my company. Every team use the same interface. I made some authorization schemes, and other DB logics to make the data accessible only for those who can access that data, like, Team A cannont access/see/modify Team B data.
    The new chalenge: Some teams need aditional/different fields.
    What we already have, for example:
    Page "BUGS"
    [Bug_ID]
    [Creation_TS] [LastDiffe_TS]
    [Product][Component]
    [Reporter][Assigned_TO]
    [Summary]
    [Description]
    [Add comments]
    [Choose STATUS]
    (Submit)
    What we need?
    Page "BUGS" that Team A will see
    [Bug_ID]
    [Creation_TS] [LastDiffe_TS]
    [Product][Component]
    [Reporter][Assigned_TO]
    [Summary]
    [Description]
    [Source][Environment]
    [Contact][Phone][Location][Email]
    [Problem ID][Probaly Solucion]
    [...] <-- here we have anything that Team judge to be necessary to have here
    [Add comments]
    [Choose STATUS]
    (Submit)
    Page "BUGS" that Team B will see
    [Bug_ID]
    [Creation_TS] [LastDiffe_TS]
    [Product][Component]
    [Reporter][Assigned_TO]
    [Summary]
    [Description]
    [Problem root][Afected subsystems]
    [Solution Roadmap]
    [Estimed time to solution]
    [Responsible][Detected in version]
    [Correction PKG ID]
    [...] <-- here we have anything that Team judge to be necessary to have here
    [Add comments]
    [Choose STATUS]
    (Submit)
    Resuming:
    [Bug_ID]
    [Creation_TS] [LastDiffe_TS]
    [Product][Component]
    [Reporter][Assigned_TO]
    [Summary]
    [Description]
    [Dynamical content using iFrames]
    [Add comments]
    [Choose STATUS]
    (Submit)
    That´s what I was trying to show in that picture. Do you understand now? :)
    Thanks in advance,
    Felipe

  • (Classic) Report losing pagination on partial page refresh - APEX feature request

    I have a page with both an Interactive Report and some classic Report regions.
    Based on user updates, there are many occasions where I need to do a partial page refresh.
    Thanks to plugin http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/refresh-interactive-report-1.0_361.html
    I'm able to refresh my IR, but not my classic report (unless I do a submit of the whole page) without losing pagination.
    Request: Will a Dynamic action 'Refresh without losing pagination' be part of future apex versions?
    Now, in apex 4.2, is there another work around available for classic reports?
    (I use 'submit page' now as action, but it's at least a second slower as a partial refresh, and because I need it on every user update, this second becomes a big addition to user frustration).
    Thanks, JP

    Here is the solution for your problem:
    https://apex.oracle.com/pls/apex/f?p=31517:243
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • How to Save HTML page in Apex application into our local Windows Box

    Hi,
    I am having one HTML page in my Apex Application. I want to download this page into my Local Windows machine. How to do this?
    Thanks
    Yash

    I am having one HTML page in my Apex ApplicationWhat did you mean by this ?
    <li> If you meant an application page, then they are anot stored as html file anywhere as the page that you see is generated at the run time only, however you can can save that run time page , but its of not much use.
    <li> If your intention is to save/backup an apex page, go to the page and export it . This generates a SQL file which you can import into any other apex application and recreate that apex page.
    <li> You can also export the entire application as a single file too.

  • Can I submit form using app.launchURL

    I want to submit a pdf form without replacing my page. I need it open in new tab.
    The script below is work, but it replaces my old page
    this.submitForm({
    cURL:
    "http://localhost:8080/project/TestServlet",
    cSubmitAs:
    "PDF",
    cCharset:
    "utf-8"
    This script is open a new tab but I have no idea how can I submit a form using this
    app.launchURL("http://localhost:8080/project/TestServlet", true);
    Can anyone guide me how to submit form with open new tab on the web browser?
    Thanks.

    No, you can't submit the form like that. You could submit some form data as
    a URL parameter, though.

  • Calling existing pages from Apex

    Hi,
    I am working on Apex as a part of my in-house applications upgrade. At present, the intranet is written on javascript and html.
    Is there a way that I can call the existing forms/reports / pages from Apex. I want to achieve that I need not re-write all the logics written, but embed already existing login into Apex screens.
    Any help will be much appreciated.
    Cheers,
    Jas

    So, you effectively want to embed existing (presumably custom-made) reports within the apex environment - sort of like wrapping your existing intranet in an APEX front-end?
    Well, for the relevant page/report, you could create an HTML region and maybe call your existing reports via ajax methods - it would require a bit of custom javascript to achieve though. Namely it would involve invoking your remote HTML page, return the resulting HTML output into your request object, then replacing the relevant elements in the DOM with this output.
    I suppose if your particular reports were too fiendishly complicated to entirely re-implement in APEX, this would be the way to go, but I have a feeling that it will require a bit of work to get going properly, indeed you could also potentially lose out on some of the benefits of using APEX (or at least, you'd be stuck with this halfway house implementation forever).
    Sorry to be quite general and high-level about this, but there isn't enough detail to work with.

  • How to write a PL/SQL select list with submit page?

    Let's we need some select list that are related with each other. I wrote such a code.
    declare
    gn_start_id number := 0;
    glabel1 VARCHAR2(100) := 'Group ';
    glabel2 VARCHAR2(100) := 'Property';
    begin
    htmldb_application.g_f01(1) := 100;
    htp.p('<BR>');
    htp.p
    ( glabel1 || ' : ' ||
         htmldb_item.select_list_from_query
         p_idx => 1,
         p_value => '--Select a value--',
         p_query => 'SELECT m.vproperty, m.NMAP_PK_ID
              FROM table m
              WHERE m.ngroupid = ' || to_char(gn_start_id),
         p_show_null => 'NO',
         p_null_value => 0)
    htp.p('<BR>');
    htp.p
    ( glabel2 || ' : ' ||
         htmldb_item.select_list_from_query
         p_idx => 2,
         p_value => '--Select a value--',
         p_query => 'SELECT m.vproperty, m.NMAP_PK_ID
              FROM table m
              WHERE m.ngroupid = ' || to_char(htmldb_application.g_f01(1)),
         p_show_null => 'NO',
         p_null_value => 0)
    end;
    However, I am not able to submit page automaticly, when user select a value from the select list?
    How can I do this? Thankz

    I found such a solution.. thanks
    htp.p('</TD><TD>');
    htp.formselectopen(cname => 'v_status', cattributes => 'class="ddl" onChange="javascript:update_status(this.value)"');
    FOR rec IN cur_status LOOP
    IF rec.status_id = v_status THEN
    htp.formselectoption(cvalue => rec.status_name, cattributes => 'value="' ||
    rec.status_id || '"', cselected => 'TRUE');
    ELSE
    htp.formselectoption(cvalue => rec.status_name, cattributes => 'value="' ||
    rec.status_id || '"');
    END IF;
    END LOOP;
    htp.formselectclose;

  • Can I submit pl/sql process using AJAX?

    Can i submit process using ajax?
    Thanks

    Hello,
    Please tell us your first name, and change your forum handle to something friendlier than user123… It’s easier for us that way.
    >> Can i submit process using ajax?
    The server side of AJAX allows you to invoke an APEX on-demand PL/SQL process (which is actually a PL/SQL anonymous block) or any stored procedure on the database.
    The following is a good place to start understanding APEX AJAX - http://htmldb.oracle.com/pls/otn/f?p=11933:63 .
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Scheduler agent can't submit state   ORA-06502:

    hi all
    scheduler agent can't submit state
    getting below error on agent side in $ORACLE_HOME/data/agent.log
    2012.08.31 03:32:56 MSD Job terminated successfully. Duration: 14.89 seconds
    2012.08.31 03:32:56 MSD Database Error on Submit: Job Run Completion Failed!
    2012.08.31 03:32:56 MSD Database Error on Submit: Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    wtf ?
    Edited by: djeday84 on Aug 31, 2012 10:34 AM
    ps: db oel 5.8 psu 11.2.0.3.2
    client win 2003 ( scheduler agent 11.2.0.3 )

    Hi Sridher,
    is there any question attached to your posting?
    How long is the answer of your web service? (in bytes)
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Submit page before launching report link

    When I define a link on a column in a report region declaratively (using Report Attributes) and point it to the same page (or another page), it creates the link using a URL redirect type of thing. The current page is not submitted before launching the new page.
    This is causing me grief since changes on my page that the launched link needs are not stored in session state. How can I submit the current page before launching the link?
    Thanks

    Vikas,
    Redirecting is no different from clicking on any hyperlink anywhere on the web, a link doesn’t submit form data, it just goes to another page and might set some data via URL. But form data is not submitted. If you want to have your form data sent to the server, you need to submit an HTML form. HTML DB lets you do that e.g. by calling doSubmit. But this doSubmit call must not be accompanied by a redirect. Just a plain submit, and a branch that lets you define where to go next (e.g. same page). So setting any values via URL will not work when submitting the page. Submitting calls wwv_flow.accept, not f?p. This is why you need to set a form item (page item) on the client via Java Script first before calling doSubmit so that you can referebce that form item later to identify the proper row in your report. To give you an example, just take a look at how I implemented to reports attributes page. Edit any report, go to reports attributes and look at the report that shows your columns. There’s an edit icon on each row. Hover over with your mouse and note that this calls Java Script: setColumnIDAndSubmit. Look at the HTML code, find that function and look how it sets a page item value to the current column ID.
    Marc

  • HT3702 I can't submit my payment information please help.

    I can't submit my payment information please help.
    <Personal Information Edited by Host>

    Most of the people on these public forums, including myself, are fellow users - you're not talking to iTunes Support here. I've asked the hosts to remove your screenshot as it contains part of your card number and its security code
    You can contact iTunes Support via this link and ask them for help (we won't know why you are getting the message) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Crashes, can't submit reports, can't get help

    firefox keeps crashing. I check to submit report and restart or shut down and it says it can't submit report.

    Most of the people on these public forums, including myself, are fellow users - you're not talking to iTunes Support here. I've asked the hosts to remove your screenshot as it contains part of your card number and its security code
    You can contact iTunes Support via this link and ask them for help (we won't know why you are getting the message) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Can not refresh page after save properly(When not saving master record)

    I am using jdeveloper 11g R2 (11.1.2.3) JSF Facelet
    In some use case I have Address as master table and Person as detail table
    For some business reason I need to don't save same addresses
    eg:
    If +1 Test St+ is in database already and new user coming and adding this address with new person
    I need to use the row in database not creating a new address
    I do saving in doDML method of Address with some hashing algorithm and it is fine
    My problem is that I can not refresh page after save properly
    User coming to page think Adding a new address and a new person but in fact no new
    address added because of business I describe above
    Any ideas how I can implement this?
    Appreciate that
    Regards
    Mohsen

    Hi,
    from your description it is not clear why the page doesn't refresh. It could be a problem in your implementation code - who knows. What if you perform the address check on a command button that actually submits the new address? If the check returns true (address exists) you would call row.refresh(forget new row); and re-query the view object so the address coming from the database is displayed. If you wanted to use the doDML then yuou need to be aware that doDML doesn't help removing the row the user created. It just ignores the database update but the entity is still around, which in my suggested solution wont be the case.
    Frank

  • I just had my old operating system reinstalled, and i can't save pages documents, don't know how to install word

    i just had my old operating system reinstalled after a breakdown, and now i can't save pages documents. i don't know how to install word.

    What was your old system?
    What is your new System?
    What version of Pages?
    How did you install it?
    I don't know if you can see what's on my screen, but I definitely can't see what's on yours.
    To Install Word, buy it and follow the instructions.
    Peter

Maybe you are looking for

  • DB2 to Oracle 11g migration

    Hi, We are migrating the siebel database from DB2 to Oracle 11g. While doing the migration, the following values are found for the siebel related tables on DB2. for example: CREATE TABLE S_SERVICE_SCRPT ( ROW_ID NVARCHAR2(15) NOT NULL, CREATED TIMEST

  • Enter Date and Time Problems

    When the entering the date or time in application like contacts birthday  etc...  the date button icons are all on top of each other and pressing the icon only brings up the year field.  The time is the same issue, all time button icons are on top of

  • My hard drive crashed and I can not find my Photoshop CS6's serial number. What do I do?

    I originally had Photoshop CS5 (bought DVD), but decided to upgrade to Photoshop CS6. When I upgraded to Photoshop CS6, I purchased it online and did it through e-mail instead of DVD. The e-mail has disappeared, and my computer's hard drive crashed s

  • Can I upgrade my MacBook from 10.4.11 to 10.6?

    I have a MacBook Intel Core 2 Duo With 1 GB of RAM and I'd like to update the operating system from 10.4.11 to 10.6 (Snow Leopard). I took it to the Mac store in my area and they told me I'd have to first buy something else to update it, plus double

  • Please help me with this question ftp

    please help me to continue i don't know how to finished import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; public class myftp2 { static String host = null; sta