Oracle Apex Pagination problem

Hi all

I am developing application using Apex 4.2.5.

I have created two pages with graphics and classic report.

Then I bound the two pages (page 1-2).

When I switch to the page1 page2,

Invalid set of rows requested, the data source of the report have been changed.

I created the branch with the submit - pagination to reset, but the above error comes when I load the page.

How to solve this problem?

Thank you

Su.GI

Hi Su.gi,

Su.GI wrote:

Hi all

I am developing application using Apex 4.2.5.

I have created two pages with graphics and classic report.

Then I bound the two pages (page 1-2).

When I switch to the page1 page2,

Invalid set of rows requested, the data source of the report have been changed.

I created the branch with the submit - pagination to reset, but the above error comes when I load the page.

How to solve this problem?

Thank you

Su.GI

How to move from page 2 to page 1? Link in the navigation bar?

Who is page1 and page2? see: graphics and classic report.

If you move the navigation bar links, please modify the shared components navigation bar, and set the flag of pagination to reset for the navigation bar appropriate.

I hope this helps!

Kind regards

Kiran

Tags: Database

Similar Questions

  • Problem of ScrollBar in the sidebar region Oracle Apex

    Hi all

    I'm developing an application using Oracle Apex 4.2.5.

    Application properties:

    Themes request theme 26 productivity =

    Model = a level with left sidebar tab

    I created menu Tree in the sidebar left.

    I used the code below in the region attribute

    STYLE = "overflow-x: scroll;" overflow - y: scroll; height: 500px; "width: 220px".


    If I develop the tree node overflow - y: scroll works fine, but overflow-x: scrolling does not work.

    My problem is overflow-x: scrolling does not work.

    How to solve this problem?

    Thank you

    Su.GI

    She's.

    I have power to change anything else. You can include height too, if you need, however, is fine.

    (Please check the answer correct or useful, if you think that it helped you)

    Thank you

    Sunil Bhatia

  • Oracle APEX 4.2.2 problem

    Hi all respected gurus / members of this forum.

    Recently, I downloaded Oracle Application Express 4.2.2 of ORACLE's Web site.

    1 *@apxins.sql* has worked with success
    2 *@apxconf.sql* has worked with success
    3 *@apxldimg.sql* does not work and I am faced with error below.
    ---*******************************************************************************************
    SQL > @apxldimg

    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    . Loading images directory: d:\apex\images/apex/images
    Created directory.
    declare
    *
    ERROR on line 1:
    ORA-22288: file or LOB FILEOPEN operation failed
    The system does not have the specified path.
    ORA-06512: at "SYS." XMLTYPE", line 296
    ORA-06512: at line 15 level
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Validation complete.
    Directory has fallen.
    calendar for: Load Images
    Elapsed time: 00:00:03.00
    SQL >
    --*****************************************************************************************

    When I tried to open http://localhost: 8080/apex/apexadmin_ *, I received below the details of the error in Internet Explorer.

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0)
    Timestamp: Tuesday, May 14, 2013 14:26:04 UTC

    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://10.2.32.129:8080/apex/f? p = 4550:10:30571037878788:

    Message: "apex" is not defined
    Online: 85
    Char: 1
    Code: 0
    URI: http://10.2.32.129:8080/apex/f? p = 4550:10:30571037878788:

    ---*****************************************************************************************

    Thanks and best wishes
    Mohammed Uzair Awan*.
    ORACLE APEX programmer
    PAKISTAN

    Hello

    If you extracted the files to D:\ install, so you run

    @apxldimg d:\
    

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Problem connecting installation Oracle Apex

    Hi all

    I just installed oracle 10g express on windows and then installed oracle Apex 4.0. I installed it using this guide http://www.scribd.com/doc/5456221/Stepbystep-guide-to-install-Oracle-APEX-on-XE-on-Windows
    The I tried to connect to application express n but I couldn't connect. He asks workspace, username n password.
    I don't know how to set up a workspace. but I gave the ADMIN username and password like sysadmin I gave when installing.

    but I can't connect. as soon as I click on the "connect" button, it is all just stay as it is [no treatment] n gives either an error. Then, I checked the compatibility with browsers.
    I installed firefox 3.6.

    That's what I get as a login page.

    http://img600.imageshack.us/i/apex.jpg/

    can someone help me on this plsss. IM really struggling with that.

    Please tell me specifically below things;

    If I need to set up a workspace through sqlplus
    If Yes, then how can it be done
    How to change the user name and password
    whther I installed it correctly.

    Please someone give me a hand...

    Thanks in advance

    Max

    Hello

    You have not updated images in DB
    See this post
    Re: Unable to upgrade the Apex 4.0

    and
    >
    If you extract the files in the c:\temp folder, you have this file c:\temp\apex and bunch of subfolders.
    Script to update images, give you the path to the folder where you extracted the installation of apex files.
    In above case which is then c:\temp.
    >

    Kind regards
    Jari

  • PL/JSON utility integration into Oracle APEX 4.0 application problem

    I want to be able to use the PL/JSON utility in my application Oracle APEX (4.0) but get several errors when I try to run the Hello World example (replace GET_VARCHAR2 by GET_STRING) of http://embosa.wordpress.com/2010/02/26/oracle-and-json-using-pljson/ in the SQL command page. I can confirm that PL/JSON works if I run the example as his own script, PL/SQL, outside Oracle APEX.

    My database is Oracle 10 g XE. I get the following error messages when I run the Hello World example in the page of SQL command:
    ORA-06550: line 2, column 20:
    PLS-00905: object MY_SCHEMA.JSON is invalid
    ORA-06550: line 2, column 20:
    PL/SQL: Item ignored
    ORA-06550: line 5, column 5:
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 26:
    PLS-00201: identifier 'JSON_EXT.GET_VARCHAR2' must be declared
    ORA-06550: line 7, column 5:
    PL/SQL: Statement ignored
    Maybe I'm too new/familiar with APEX Oracle PL/SQL, but I guess that APEX does not have the privileges to use PL/JSON. I already gave the public privileges execute on three packages (JSON_EXT, JSON_PARSER, JSON_PRINTER) and APEX_PUBLIC_USER but the error messages does not change. What Miss me?

    Published by: user1171263 on August 29, 2010 21:59 added blocks of code around the error messages.

    See if this post will help you: http://daust.blogspot.com/2006/04/xe-calling-stored-procedures.html

    In addition, you don't need a slash in the closing

     tag.
    
    Ta,
    Trent                                                                                                                                                                                                                                                                                                                                                        
    
  • Problems with oracle apex and http server

    I have Oracle Apex 3.2 running with the hen Oracle 10 g. OSH I load large pages... some pages are not completely made... There is the incomplete source code when certain pages are generated...

    This causes things like the hidden tag that contains the md5 for the page auditor would not generate correctly...

    check out this [http://img444.imageshack.us/i/error2le.png/]


    And it causes the repercussion in the process DML:

    check out this [http://img715.imageshack.us/i/error1d.png/]

    Edited by: Juan David Palacios on June 9, 2010 08:24

    Edited by: Juan David Palacios on June 9, 2010 09:44

    Edited by: Juan David Palacios on June 10, 2010 05:57

    Can I update pl/sql tollkit after installation of apex 3.2?

    Following the instructions in the README file. TXT as described in the documentation, Yes.

  • Oracle Apex 5 schedule does not allow to change the custom target link

    The latest version of the calendar is amazing. You can create a date range and the css is very useful.

    The problem is that in Oracle Apex 4.2 I could navigate to different pages stated in a column of the query (Image 1) and with Oracle Apex 5 calendar is impossible for me (Image 2 and Image 3).

    -Image 1:

    apex_42.PNG

    -Image 2

    apex_5.png

    -Image 3:


    apex_5_2.png

    Kind regards

    Hi 1043429 (Please change the name of your forum).

    Use substitution syntax. Instead of #PAGINA # use & PAGE. as you would for items on the page. For consistency, new components such as the new schedule are now using the same substitution syntax like we always used it for items on the page.

    Concerning

    Patrick

    ----

    Member of the APEX development team

  • Installing Oracle Apex in Oracle 12 c 5

    Hi all

    I used 5 Apex Oracle in Oracle database 11g. Now, I have a database upgrade from 11g to 12 c

    I installed the database Oracle 12 c container in my server. And I added 3 plug in database.

    Now

    How to install Oracle Apex 5 in Oracle 12 c?

    Can someone help me install?

    Thanks in advance,

    Su.GI

    Hi Su.gi,

    Su.GI wrote:

    I'm trying to uninstall the apex in the database of the container. It displays the error message as below

    Uninstall in shared database container in the background.

    Uninstall progress are wrapped in apxremov * _cdb * .log files.

    Please wait...

    catcon: all outputs related to catcon will be written to apxremov2_cdb_catcon_1164.l

    St

    catcon: see apxremov2_cdb*.log for output files generated by scripts

    catcon: see apxremov2_cdb_*.lst files for spool files, if necessary

    validate_con_names: PDB$ SEEDS is not open

    catconInit: unexpected error returned by validate_con_names

    How to solve this problem?

    Don't know the version of exact details of Oracle 12 c that you are using, but mysteriously the question when you run apxremov_con.sql is due to know what PDB PDB $ SEEDS is not open in READ ONLY or READ WRITE State.

    With two versions of Oracle 12 c, I used (12.1.0.1.0 & 12.1.0.2.0), the SEED of $ PDB is always open in a READ ONLY State when the database is started.

    You can open your SEED of $ PDB in READ ONLY State.

    Reference: Blog of Surachart Opun: Multitenant - how to change PDB$ SEED mode as read write or mount?

    IMP QUESTION: You use an apxremov_con.sql of 5 APEX installable script?

    If Yes, then do not use this script. The reason is that APEX 4.2 is already installed in the ROOT of Oracle 12 c CBD database container $. To uninstall, go to the directory of $ORACLE_HOME/apex and use the apxremov_con.sql to this directory.

    Once you have uninstalled APEX 4.2 container root i.e. CBD$ ROOT successfully, you can go ahead and install 5 APEX in the PDB of your choice.

    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.

  • check for oracle apex of validation 5.0

    Hello

    I use oracle apex 5.0. I have a problem when it comes to Validations.

    I used a blank in it two static region an address and one for the text elements. So, basically static region (a) a address in it and select the button called. If I click on the "Select" button, then the address will pass to the second static region based on the id.

    text element 7 I used.

    When you click on the button select associate address fields will be filled with good values. present all the text elements are Disable means that you can change. You can read only, so far its working fine.

    Now on the same region I have 1 button of Validation checking and redirecting to another page in the application.

    What I tried.

    Action button: Submit Page

    Branch created to redirect

    The apex of the Validation process integrated.

    -----------

    Also created DA to Submit page.

    -----------

    Need advice

    Thank you

    Pranav.Shah wrote:

    Oky I created a DA to make the disabled items.

    so, how to read-only

    If they are always read-only, then change the items and set the attributes of the HTML Form element (the component view) /custom attributes (Page Designer) property read- only.

    If it is necessary to be dynamic, and then create a dynamic action to run the JavaScript Code that defines the attribute using jQuery prop method:$('#ITEM_NAME').prop('readonly', true);

  • Export of apex (oracle.apex.APEXExport) on Oracle 12 c and ORA-28040

    Customer running of Java oracle.apex.APEXExport (from Apex v4.2.5) against a 12.1.0.2 RAC - and JDBC connection failure made with a ORA-28040: no authentication protocol for. (works without problem against all our 11g RAC)

    Oracle MOS see Notes section Configuration of SQL * Net of parameters (SQLNET.) ALLOWED_LOGON_VERSION_CLIENT and SQLNET. ALLOWED_LOGON_VERSION_SERVER) to an earlier version (example 8) on the client and the server, bouncing the listener, etc.

    Googling turned up the solution to the CLASSPATH to include the ojdbc6.jar (as the first jar jdbc in the path) - and only using one more late JDBC driver/pot solves the problem.

    Played a bit with both options, but not luck. Always get the error ORA-28040 .

    Ideas, comments and suggestions will be appreciated on how to address this issue.

    Well, problem solved. With the CLASSPATH workaround works fine - if done correctly.

    Find an odbc6.jar on the platform, for example

    find $ORACLE_HOME-name ojdbc6.jar

    Set the classpath the jar of real and then in the utilities directory in your file Apex (i.e., the location where you have unpacked your download Apex). For example

    export CLASSPATH=/u01/app/oracle/product/11.2.0/dbhome_1/jdbc/lib/ojdbc6.jar:/software/apex/utilities

    Now run export Apex by following the instructions, for example

    Java oracle.apex.APEXExport - db :: -user -password -instance

  • Jasper on oracle APEX integration error. "Error: file null.jasper not found.

    Hi all

    Recently, we have configured Oracle APEX and configured report Jasper on Glassfish 4.1. Everything went well, but when you try to run the test report we get following error.

    "Error: file null.jasper not found.

    Can anyone help with this?

    Database: Oracle 11g R2

    APEX: 4.2

    GlassFish 4.1

    Report of Jasper 1.3.0.2

    Hi Kiran,

    Thanks for your reply, we used the same link for integration.

    But now we have solved the problem. The issue was with the version of Glassfish. It seems that report jasper is not compatible with the 4.1. So, we removed 4.1 Glassfish and install Glassfish 3.1. That solved the problem for us.

  • APEX 5 - problem with static files after Installation

    Hello

    I've updated my development environment of APEX 4.2.6 to 5.0.0 with REST Data Services.

    Whenever I enter the Administration Services login page or run my application, I get the following message:

    There are problems with the configuration of static files in your environment. Please see the section "Configuration static file Support" in the Guide of the Installation Application Express.

    In Administration Services everything looks and works very well, but in my application there is no static file from the workspace loaded (for example CSS-files, images,...). The links "broken" to these files are translated in this way:

    <link rel="stylesheet" href="lets/static-files-not-configured/files/static/v1Y/lets.css" type="text/css">
    

    After some research, I discovered, that static files normally appear in my workspace in the Administration Services - I can access it and download it. BUT: When I compared the scheme with APEX_050000 APEX_040200 in the database, I discovered, that static files were not copied to the new instance (in the view APEX_WORKSPACE_FILES are just a few files...).

    Does anyone have an idea what the reason would be so?

    Thank you

    Christian

    Hi Christian Klingbacher,.

    I've updated my development environment of APEX 4.2.6 to 5.0.0 with REST Data Services.

    Whenever I enter the Administration Services login page or run my application, I get the following message:

    There are problems with the configuration of static files in your environment. Please see the section "Configuration static file Support" in the Guide of the Installation Application Express.

    In Administration Services everything looks and works very well, but in my application there is no static file from the workspace loaded (for example CSS-files, images,...).

    • You have configured the RESTful Services during the installation of Oracle APEX?

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29335

    Reference: http://docs.oracle.com/cd/E37099_01/doc.20/e25066/install.htm#AELIG7217

    The file Support static configuration to demand Express Installation Guide (using ORDS) says:

    RESTful Services configuration is necessary when upgrading to Oracle Application Express version 5.0 and RESTful Services were not configured in a previous version.


    See the thread with the same question: How to configure * application and the workspace of static files after upgrade from 4.2 to 5.0?

    I hope this helps!


    Kind regards

    Kiran

  • Update of the elements on the Page regarding filters in Oracle APEX interactive report

    I recently started using interactive reports in my Oracle APEX application. Previously, all pages in the classic application reports. The interactive report in my new page works fine, but now, I would like to add a summary box/table above the interactive report on the same page that displays values added some columns in the interactive report. In other words, if my interactive report displays 3 names of separate Manager, 2 separate offices and 5 different employees, my summary (box) will contain a line and three columns with numbers, 3, 2, and 5, respectively.

    So far, I did this job creating the box summed up as a classic report that account of the distinct values for each column in the same table that my interactive report pulls. The problem is when I try to filter my interactive report. Of course, the classic report is not updated based on the interactive report filters, but I don't know how I could link the two so that the classic report meets interactive report filters. From my research, there are ways to refer to the value in the search box of the interactive report using javascript/jquery. If possible, I would like to refer to the value of the filter of the interactive table with javascript or jquery to refresh the summary box whenever a new filter is applied. Does anyone know how to do this?

    Thanks, Patrick! I was always getting some of the old filters for a reason, but I was able to use the tables included in queries to retrieve my ID to report, that I used in the APEX_IR. Function GET_REPORT.

    More details here.

Maybe you are looking for

  • Change the time zone of Novosibirsk

    Hi, in Russia/Novosibirsk time zone changing on UTC + 7, but time.euro.apple.com send UTC + 6. When I solve this problem? http://www.timeanddate.com/time/zones/NOVT

  • Photo opens when I connect my iPad to my office

    Whenever I connect my iPad pro on my desktop, the first thing that happens is that it opens the Photo. Is there an opt-out of this approach? Thank you MP

  • the font size on the screen

    How to change the size of the characters displayed on the current screens of k high resolution 4 k and 5 - we become old and posted letters are too small for quik and easy playback and editing. And the zoom tool is too bulky to use - I want to see th

  • BLACK 3 size of real player 10-30

    Hi all Today I received my new BLACK 3 10-30 and so far, I find this a good bit compressed at a good price but I discovered that the drive is only 22.9 GB total size, the operating system uses 6.5 GB of so that leaves only 16.4 GB in total free space

  • Epson sx438w does not recognize the new ink cartridge

    Epson sx438w does not recognize the new ink cartridge, when change original are