My Apex so slow page creator. !

Hi all

-Info-

Core i5

8G Ram

OS: Linux

DB: G11.2

APEX: V5.0.3

ADR V3.0.2

GlassFish V4.1

My problem is:
creator of the page is so slow when opening and saving, is to take 14:18 seconds to be ready...

I looked in google and did this steps.

  1. Uninstalled Glassfish.
  2. then
    ALTER SYSTEM SET SHARED_SERVERS = 10 scope=both;
    ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 10;
    
    
    
    
  3. Reconfigured ADR
  4. Install back to GlassFish
  5. Deploy again i.war & file ADR

Then I found same problem not changed, even nits.

I tested in homepage not that it contains any code.

I tested within the new application without code... contains 2 page (home page, login page).

Please help me.

Thanks for all,

Moderator action (Timo): removed the call to the specific aid users.* *.

My problem is solved by...

1 - reinstall my OS for my PC

2 optimize GlassFish (compression Gzip enable).

3. optimize ADR to change an ENTRY default.xml and add the new ENTRY in Apex.xml

--- EDIT APEX.XML ORDS/CONF ---
10
15
60
10
thin
15
15
10
1800
900
5000
wwv_flow_epg_include_modules.authorize

* Step 2 + 3 I had done before re - install my OS but not solved my problem.

Now my Apex like a ROCKET after three steps before.

Thank you

Mahmoud_Rabie joelkallman-Oracle Chubby Kiran

Tags: Database

Similar Questions

  • Dreamweaver CS6 and CC both in Mavericks very slow page rendering

    Dreamweaver CS6 and CC both in Mavericks very slow page rendering against 10.8.5

    Any ideas?

    Sorry, but please ignore all previous 'solutions '. It turns out that do these things help only in the short term.

    The REAL problem seems to be that my iMac Fusion of the disc SSD was nearly complete data and has been swapping SSD disk page hard areas now and then. I deleted some applications and data, to reduce my volume of roots to 97 GB of content, and Dreamweaver now makes the pages quickly and reliably (do not have to recover hard disks).

    Again, all my apologies and thanks for your help.

  • APEX 5 modal page: CSS for the layout does not work

    Hi experts,

    I have problem with CSS tag in the pages of the dialog box modal.

    If I use a few CSS changes for APEX DA label (for personal reasons), it works for a normal page.

    Example:

    standard page: label #P2_X_STATUS_LABEL {make-weight: 700}-works

    modal page: label #P3_X_STATUS_LABEL {make-weight: 700}-does not work


    I tried to change the style of firebug (color, background,...) for each element on a page modal. It does not work. Also with! important attribute. I checked the 'Get matching items' jQuery selector and it shows me the correct items.


    How is that possible?

    I upgraded from 4.2 and I need this feature (base), to the works. (for modal too)


    Concerning

    J

    It will help if you demonstrate your problem to apex.oracle.com.

    Please, create a workspace of comments and provide us with credentials in order to visualize and debug your question.

    Thank you

    Sunil Bhatia

  • Page creator: vacuum

    I installed 5.0 APEX in an all new PDB on Oracle 12 c and imported my 4.2.6 workspace APEX and loads of applications inside by running the SQL export files generated by the APEXExport Java utility.

    2015-07-10_1227 - vikasa library

    No errors during the import, but when I get to the top of all applications in 5.0, I can see the pages in the summary view, but when I go to a page, it is empty!

    What Miss me? Thank you

    Hello

    (1) have you checked the network browsers tab and the error console?

    (2) not the same problem occurs for the sample db or packaged applications or just for your custom 4.2 apps?

    Concerning

    Patrick

  • Apex 5.0 Page Designer JSON error on the page to load an application of 4.2 imported

    After you import our application written with version 4.2 (issue 26, modified) at APEX 5.2 when I try to open a page with the page designer, I get the following message

    Error: parsererror - SyntaxError: JSON.parse: unexpected end of data to column 1 of line 1 of the JSON data

    and the Page displays a ' no page or page no model has "no region free items or processes.

    Strangely in sqldeveloper, I can see that all the pages have the right number of elements and the application can run without problem.

    We use a lot of plugins and many models updated the theme 26.

    I try to delete all pages in the application and create a new one, but without success.

    Our application contains hundreds of pages, and I'm afraid that we must stay on the 4.2 version!

    Thanks in advance.

    user_frederic wrote:

    After you import our application written with version 4.2 (issue 26, modified) at APEX 5.2 when I try to open a page with the page designer, I get the following message

    Error: parsererror - SyntaxError: JSON.parse: unexpected end of data to column 1 of line 1 of the JSON data

    and the Page displays a ' no page or page no model has "no region free items or processes.

    Strangely in sqldeveloper, I can see that all the pages have the right number of elements and the application can run without problem.

    We use a lot of plugins and many models updated the theme 26.

    I try to delete all pages in the application and create a new one, but without success.

    Our application contains hundreds of pages, and I'm afraid that we must stay on the 4.2 version!

    Can you switch off Page Designer and page definitions into component?

    Run the utility Advisor to find anomalies in the application.

  • How you trigger sort column of the APEX report interactive page element?

    Hi guys!

    A certain page, I have an interactive report of the APEX. Part of the query is similar to:

    SELECT

    ...,

    (definition column1) BCV,

    (definition column2) RFV,

    ...

    table. RAU,

    The TABLE table_name,...

    WHERE conditions;

    I also have a defined through the following LOV page P121_SORT_BY (selection box) element:

    SELECT "BCV" d, "BCV" r FROM DUAL

    UNION ALL

    SELECT "RF value" d, 'RFV r' FROM DUAL

    UNION ALL

    SELECT 'RA (USD)' d, "RAU" r FROM DUAL

    I've linked a dynamic Action to P121_SORT_BY which runs on the 'Change' event and performs the following JavaScript Code:

    var my_column = $v ('P121_SORT_BY');

    Alert ('test1');

    $x('apexir_COLUMN_NAME').value = my_column;

    Alert ('test2');

    gReport.column.order ('DESC');

    Alert ('test3');

    Alert (my_column);


    Obiously, there is something wrong with my code JS... What can I do to make my report interactive sort DESCENDING column selected in my page element?

    Please note that I also tested the JS without comments and I get pop ups (test1, test2, test3 and the correct name of the column of my_column) but the report isn't back to normal... What am I doing wrong?

    Thank you

    Digital

    Hi all

    I found the answer to my question by navigating through the java scripts in Apex.

    So, this is what works:

    gReport.last_col_id = "BCV";

    gReport.column.order ('DESC');

    Where "BCV" is actually your name of column position, you can send it by a Page Item and means of descending "DESC" and "CSA" means growing.

    I hope this helps other people too.

    Thank you

    Digital

  • Apex 2 - white page loaded earpiece

    Hi all

    I installed the Apex 2 (2.0.0.354.17.05) earphone production on Glassfish 3.1.2.2, version 5. It's got deployed properly, that I followed all the steps in the installation and configuration guide. But when I enter the url: http://Server: 8080/apex, all I see is a blank page. I tried to add a second database, but using the url http://Server: 8080/apex/Zeno (the name of the database is zeno), I also see a blank page.

    There is no any logfiles is when I enter the above URL. In sql developer, I checked the log options, but newspapers inside the SQL Developer are empty, and Glassfish newspapers does not seem to have been a mistake somewhere.

    When I stop the service of Glassfish, there is no Apex listener to my database connection. When I start the service, three connections are made; If the db parameters should be good?

    Does anyone have an idea, what the problem?

    Kind regards
    Tom

    I just found the solution. It was with routing rules. Use the URL path as the routing rule type and routing full URL of the rule reference as http://example.com/apex/sales where /apex is the path to the context of the apex on example.com listener and sale is the name of the parameters in the settings of the connection URL. Diagram of restful services is optional.

    Now, using http://example.com/apex/sales you will be able to access the workspace login page and no empty page.

  • APEX 4.2: Page Transitions do not seem to work

    APEX 4.2, you can set the Page Transitions on the topic and/or the Page level. But everything I get, the transition is still the same (right blade).
    Is this a bug or a parameter missing in a model - or something else...?
    Ideas, advice, tips are welcome!

    Hi Roel,

    Try http://apex.oracle.com/pls/apex/f?p=10757:200 and click on the link to the customer.
    What I did is to change the default transition from the sample application (topic 50) to use the "Flow". This transition could work only in Safari/iPad.

    But you are right that the level of page setting works only if it is the first page. I'll take a look if we can change this for the production version.

    Concerning
    Patrick

  • BUG: Apex 4 cached Pages lost DOCTYPE

    Hello

    It seems that when you cache pages, model DOCTYPE on the page is lost.
    And this of course break usually layout.

    I did create a single page and copy it to new id.
    I've defined hide the page to the new page.

    You can see samples here
    No cache
    http://Apex.Oracle.com/pls/OTN/f?p=28111:2
    With cache
    http://Apex.Oracle.com/pls/OTN/f?p=28111:3

    At least for me second sample page area is sift left when the user opens the page with IE.

    Same phenomenon also produces versions 3.x Apex where I test.

    Kind regards
    Jari

    Hi Jari,

    Please let us know. I filed bug # 10262085 for the problem.

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

  • Apex 4 - partial Page Refresh

    Hello

    I was watching the news action Dynamics Apex 4 and I am very impressed, but could someone tell me if there is now a better way to do a partial page of a report region refresh without having to resort to the old way to use javascript to extract the contents of the report to another page? I noticed that there is a partial Page Refresh option in the report attributes but I don't know how to use it?

    Thank you.

    Yes, you can do it, too. that is, you can create a dynamic action that refreshes your region to report and have this fire on certain events, no need to build any JavaScript. There are several ways to implement this, here is one that is quite simple:

    -create a report region
    -create a button which redirects to # (i.e. you want to just have the click event, not actually submit or redirect)
    -Make sure that your button as an ID, so you can reference it
    -create an advanced dynamic action, pulling on the action and this button onClick event, do a reload of the region

    Kind regards
    Marc

  • APEX SSO blank Page

    Hello
    Our just improved DBA of apex 3.1 and 3.2. I had to reinstall the ssosdk and custom_auth_sso_902. Now after successful login, sso returns me to a blank page. I tried to delete the partner application and recreate, but still get the blank page. our Apex is in/pls/apps.
    https://server.com/pls/apps/wwv_flow_custom_auth_sso.process_success?urlc=v1.2 ~ D360F...

    Thanks for any help.



    restored to 3.1.2

    Published by: bahaugab on February 27, 2010 08:07

    Yes it can be funny like that.

    I lost count of the number of times I got to reregister APEX as a UNIQUE partner authentication app and then relaunch regapp when everything looks ok.

    Happy that you guessed it work.

    You may want to look at creating a schema called APEX_SSO and the ssosdk running in this scheme (that is to say he will be the owner of the table of $ wwsec_enabler_config_info). The advantage of this is that you shouldn't have to worry about anything whatsoever when you upgrade to a future version of APEX that is when the schema changes from FLOWS_030200 to APEX_040000 for example which means normally run the ssosdk in the new schema and run the regapp.

    Hope that helps.

    Duncs
    -----------------------------------------------------------------
    http://djmein.blogspot.com

    By courtesy, please remember to mark the useful or correct accordingly :) answers

  • APEX 5.0 Page Item Value based on the event tab

    HI -.

    I had created classic report and having several Page elements such as
    P5_ITEM_NUMBER and P5_ITEM_DESC ((DISPLAY ONLY) etc.) For the P5_ITEM_NUMBER
    type of text field with AutoComplete with LOV query like Select item_code data.item;

    When I select the number of the item then it will automatically the value in the item Desc field and others etc. Here's my query sql to P5_ITEM_DESC.

    I tried to use dynamic Action, but it did not work. Can you please indicate

    SELECT ms.message, i.item_code

    Data.item i, data .message_string ms

    WHERE i.item_code =: P5_ITEM_NUMBER

    AND ms.message_id = to_char (i.description_id)

    AND ms.language_id =

    ((SELECT us.setting_value NVL

    OF data.user_info IU, data.user_setting us, data.setting s

    WHERE us.user_id = ui.user_id

    AND s.setting_id = us.setting_id

    AND s.setting_type LIKE '% LANG '.

    (Ui.username = 'ADMIN') AND 'US')

    Hey 2942415,

    Take a look here.

    I did only an example to you because of your request was wrong, but you can see how it works.

  • modal apex and partial page refresh page

    Hello guys,.

    I have the following scenario. I have 2 pages in which one is a standard page with a classic report acting as the parent and the other is a template page created from a form that is bound to a database.

    I want to update the report of the parent page whenever any element is added to the database using the modal page. I am able to refresh the entire page parent. But I want a way that could be used to refresh only the report itself.

    Hope you can help in this area.

    Hello guys,.

    I thank very you much for spending your precious time on my question. Pavel_p as you suggested, using the dynamic action is the best option. I agree with that. I figured out how to refresh only the region I want.

    I created a dynamic action to get the theme of the ceremony on the parent page, where I selected the selection type-->, region--> {my breadcrumb, since this focus in the first place when the page focus return}. As suggested by Pavel_p I used the refresh, action that influences the type of selection--> region, region--> {report} and fire on the loading of the page--> no..

    It works exactly the way I wanted to. Once modal page do insertion and runs the dialogue process, he deals the parent page. I've used this event and got the thing that worked.

    Thanks to you all. Hope that it would also be useful for someone else. Feel free to comment on the pros and cons on this method for those who are about to use this method could get more details about what it will do.

    Kind regards...

    -shashikahk-

  • extremely slow page loading since muse 2015.2

    Hello everyone, this is my first post here... Since upgrading to v2015.2 Muse my site seems to load extremely slow... is - anyone else experienced this problem? my site is www.zander-creative.co.uk. Thanks in advance.

    I had this problem on all my sites. Even on my last Web site template I created (18 August) in the latest version of Muse.

    But I found a solution here: white white screen during the loading of a Muse site

    I've added:

    At the top of the header

    And then in the footer

  • Slow Page load after deployment


    Using JDeveloper 11.1.1.6

    I have an application that uses many of the page, dynamic areas and fragments of page flows.

    After I deployed the application, each page takes a minute to load.  Once I take the time to open each page once, they open quickly thereafter.

    I guess the first load of the page is cached and the other page load uses the cache.

    Is it possible to get the initial page loading to be faster?

    Thank you

    Ray

    On first access, the pages are compiled.

    Then turn on precompile as part of your deployment: ADF & Weblogic how to: activate the jspx pages precompilation in weblogic.

Maybe you are looking for

  • can't turn on

    Power on password or administrator password. I'm locked up. It's a HP Pavilion g7 w/CORE i3 Comes with 51249365 Help, please!

  • convert pls this VI 2010 worm

    Hello I have attached the VI (2012V). Please convert this 2010V VI. Thank you Clement

  • Quit the Application in real time

    Is it possible to leave a real-time application of in the software (the exit() function reboots the system according to the documentation) without the system rebooting? Thank you Martin

  • Repair disc command

    on November 29 last week, I ended up having to call acer to order a repair for my Acer Aspire... disc call crossed successfully and successfully, I use my debit card to order the CD... The representative told me 3-5 business days... Now it's not even

  • QuickTime gives error - 2048 when opening for mht files

    When you try to open a .mht file, "error - 2048: could not open the .mht file because it is not a QuickTime file.» This just started happening in the last week.  Any suggestions on how to fix?  I'm not finding anything.