Pocket IE Issues on ApEx 3.0

The other day I had an issue with the javascript doSubmit() function that's associated with all the buttons in ApEx not working with Pocket IE. That thread can be found here:
Javascript problem in ApEx 3.0 [Solved]
Another issue has surfaced over the past two days that is truly puzzling. The logout link on the navigation bar is giving a message "the page you are looking for cannot be found". Again, this works fine in a regular workstation browser. Pocket IE also worked fine when this was running on HTMLDB 2.0.0.00.49. The error only started appearing after the upgrade to ApEx 3.0.
The logout link on the navigation bar is as follows:
wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:101I know this is very little information to go on, but anyone that has any ideas I would really like to hear them! Thanks.
Earl

Hello,
Cool yeah get in touch with me. I created a new workspace for testing of mobile issues on apex.oracle.com and would definitely like some feed back and help with issues.
And now that the iPhone is coming out the market could literally explode!Well even though I have an irrational hatred of all things Apple (from the time my neighbor wouldn't let mess with the 2E and then the damn Newton) like I said it isn't rational. But I have to admit the one thing I have ever cared about as a major shortcoming in mobile phones Apple has fixed first which is put a 'FULL' browser on the phone.
Plus they finally provide Safari for Windows (you do know they only did that for us developers) and I have been testing Apex application against it and most seem to work pretty good and supposedly anything that runs on Safari for windows will run on iPhone so I think we're looking good.
I can't wait to see the AJAX + Canvas based application on the iPhone hopefully it will push Microsoft along on their mobile platforms.
Carl

Similar Messages

  • APEX_ITEM.CHECKBOX2 issue in apex 5

    Hi All:
    I met some issue in apex 5 version, below sql in the IR was used to add a checkbox in the first row.
    SELECT APEX_ITEM.CHECKBOX2(1,empno,'CHECKED') "Select",
        ename
    FROM   emp
    ORDER BY 1
    But in the new version 5 , I got the out put below , which was just show the html source code, but not the real check box.
    <input type="checkbox" name="f01" value="7369" CHECKED />
    SMITH
    In old version, we can change the column type into standard report column which support the html output. But the new version did not have that.
    Can any one give suggestion on this?
    Thanks!
    Kelson

    Hi Scott,
    I got "Standard Report Column" by  switching  to component View
    Then "Standard Report Column" option for columns is available.
    I remember seeing somewhere what the alternative was since "Standard Report Column" no longer present in APEX5.
    I got the alternative of "Standard Report Column" in APEX5 for Page Designer View.
    There is Type select list for Columns, i have tried the options given in the Type Select list
    and It works for Percent Graph value
    check this screen shot
    Regards,
    Jitendra

  • SSO logout issue with APEX

    I am trying to resolve the logout URL issue with our APEX application configured as a partner application with SSO. The partner application name is SSO_APEX and the logout URL is defined in partner application as
    http://OID_Server:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout where OID_Server is our OID server name.
    In the APEX application page, I tried to open the application that was imported from another apex server.
    Home>Application Builder>Application 107>Shared Components>Authentication Schemes
    SSO_Auth - current is
    &INFRA_NAME./pls/orasso/ORASSO.wwsso_app_admin.ls_logout?p_done_url=&SERVER_NAME./pls/htmldb/f?p=&APP_ID.
    The logout link is http://INFRA_NAME:7777/pls/orasso/ORASSO.wwsso_app_admin.ls_logout?p_done_url=http://SERVER_NAME/pls/cms/f?p=107 , The application is retrieving the INFRA_NAME and SERVER_NAME values from a database table and they correspond to the OID and 10g application servers respectively.
    The logout link should take it to the login page where the user will be prompted to enter login credentials again however it is currently taking to the above logout link page from APEX. It is not changing even though I specified a different logout link in partner application page. Moreover the check box beside SSO_APEX in the logout page is unchecked.
    The authentication scheme of application is overriding the partner application configuration. How can I make sure the logout is actually happening? Thanks in advance for any suggestions.
    Pavan.

    Scott,
    I am having the same issue, and have posted on another thread about this same thing. I know that's inappropriate to post the same thing in multiple threads, but I was searching the forum again today, and Pavan described exactly what I'm experiencing.
    We have been using SSO for about 4 years or so now, and haven't had logout issues. Our DBA at the time had written his own logout function for SSO where he invalidated the cookie with owa_cookie calls. It's worked until now. We have upgraded our database servers and all URLs referencing those servers are now in a different domain than our OAS server. Now the logic in the logout function is no longer invalidating the cookie for SSO (because it's in a different domain). SSO login and authentication still work, it's just the logout that does not.
    I'd like to just alter the logout URL to redirect to the OAS server for logout as you described. But here's what's happening. I press logout link, and it takes me to the OAS Single Sign-Off page where it shows the services it's logging you out of, but it doesn't automatically redirect (just sits there until I press the Return button).
    Is that expected (no automatic redirect)?
    And as Pavan mentioned, the Partner application name (APEX_SERVERNAME_SSO) doesn't show a checkmark next to it. If I go back to my application, I get right back in without being prompted for SSO (ie, not logging out successfully then).
    I know there are a lot of question marks here, but I'm not sure if there's something obvious I am missing or if there's something else I need to fix that I don't know about.
    Can you offer any guidance?
    Thank you for your time,
    Chris

  • Issue with Apex and IE , losing data for items on submit

    Hi All,
    I am facing one problem in APEX when i run my page on IE 8. When i submit the page i lose the data for all my items while the same does not happen on Firefox mozila and Google chorme.
    Actually i have one select list which has one dynamic action associated with it when i select the options from this list other object become enable and disable with that action and page get submit.
    but when i select this list in IE page get submit and my value which i selected also get lost.
    Please let me know if this is some issue with IE or Apex as soon as possible.
    This is bit urgent.
    Thanks

    Modify your code as below and run the page in debug mode and note the value shown for p610_x DECLARE
    l_vc_arr2 APEX_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN
    wwv_flow.debug('value for p610_x is ' || :p610_x);
    l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(:P610_X,'~');
    FOR z IN 1..l_vc_arr2.count LOOP
    htp.p(l_vc_arr2(z) || '
    END LOOP;
    END;varad

  • ASCII High Level Specail characters issue in APEX!!

    Hi All,
    We have created text area in APEX where users can enter content manually or copy the content and paste data.
    The key word characters are wroking fine, but other than this is not accepting and it is concverting as reverse down question mark.
    We had analyzed all the ways and found that Character set is not supporting to accept these characters. But DBA team is not sure to replace this character set in backend.
    With out changining the back end character set how we can achieve this.
    For reference i had place the content used by our team which is converting reverse question mark.
    Key issues: This meeting was set up to discuss Shell’s policy on armed guards on ships, which has become a challenge in spot trading recent when ships have been nominated to Shell that already have armed guards on board. We wanted to better understand Shell’s policy itself, and discuss an issue with an existing trade with Vitol – as well as possible implications+
    and we have tried to insert the above synatx in a temp table as
    INSERT INTO TEMP_ENG_NOTES(CLOB_ENG_NOTES)
    VALUES('Key issues: This meeting was set up to discuss Shell’s policy on armed guards on ships, which has become a challenge in spot trading recent when ships have been nominated to Shell that already have armed guards on board. We wanted to better understand Shell’s policy itself, and discuss an issue with an existing trade with Vitol – as well as possible implications for its participation in the .')
    Here are the characetrs which is causing the problem.
    Symbol
    Thanks,
    Anoo..
    Edited by: Anoo on Aug 28, 2012 4:55 AM
    Edited by: Anoo on Aug 28, 2012 4:56 AM

    >
    After 854 posts still no APEX version, no DB version, no webserver info, no browser/version...?
    >
    We have created text area in APEX where users can enter content manually or copy the content and paste data.
    The key word characters are wroking fine, but other than this is not accepting and it is concverting as reverse down question mark.
    We had analyzed all the ways and found that Character set is not supporting to accept these characters. But DBA team is not sure to replace this character set in backend.Why not? What do you pay DBAs for?
    What character set?
    With out changining the back end character set how we can achieve this.
    For reference i had place the content used by our team which is converting reverse question mark.
    Key issues: This meeting was set up to discuss Shell’s policy on armed guards on ships, which has become a challenge in spot trading recent when ships have been nominated to Shell that already have armed guards on board. We wanted to better understand Shell’s policy itself, and discuss an issue with an existing trade with Vitol – as well as possible implications for its participation in the MOC process in general.That looks a lot like sensitive information that shouldn't be posted here...
    and we have tried to insert the above synatx in a temp table as
    INSERT INTO TEMP_ENG_NOTES(CLOB_ENG_NOTES)
    VALUES('Key issues: This meeting was set up to discuss Shell’s policy on armed guards on ships, which has become a challenge in spot trading recent when ships have been nominated to Shell that already have armed guards on board. We wanted to better understand Shell’s policy itself, and discuss an issue with an existing trade with Vitol – as well as possible implications for its participation in the MOC process in general.')
    Here are the characetrs which is causing the problem.
    Symbol
    Need further information regarding the character sets before suggesting anything.

  • WSDL issue in Apex 4.0

    Hi All
    I am just beginning to broach the area of web services with APEX and running into some issues..
    Environment I am working in:
    Apex 4.0
    Oracle 11.2.0.1.0 database
    OHS Server
    Unix OS
    I have the following wdsl from a web service developed in house here:
    http://appclstr1.oft.state.nyenet/wilma/getsetdataws.asmx?op=getDataNoSerialization
    partial code -
    <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://sdc.oft.state.nyenet/wilma" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://sdc.oft.state.nyenet/wilma" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    - <wsdl:types>
    <wsdl:operation name="getlargeDataNoSerialization">
    <soap:operation soapAction="http://sdc.oft.state.nyenet/wilma/getlargeDataNoSerialization" style="document" />
    - <wsdl:input>
    <soap:body use="literal" />
    </wsdl:input>
    - <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
    Here is where the problem starts.
    1) I wanted to use Apex-Shared Componments- Create Web Service Reference - provide wsdl
    No luck I received the error below. (Also when I tried to create it manually within Apex I got the same error)
    Error
    ORA-20001: The webservice was unreachable because either the URL you supplied was invalid, your environment requires a valid proxy server address for HTTP requests, or a wallet needs to be configured for HTTPS requests.
    Error sending request.
    Also when choosing one from the dropdown like amazon I get the same error.
    2) I've search forums etc.. on the problem. Many say it's a problem with the ACL?? See below
    Is is true that a host can only have one acl?
    select host, lower_port, upper_port, acl from dba_network_acls order by acl;
    HOST LOWER_PORT UPPER_PORT ACL
    * */sys/acls/power_users.xml*
    smtp.nysemail.nyenet 2525 2525 /sys/acls/utlpkg.xml
    smtp.nysemail.nyenet /sys/acls/utlpkg.xml
    * 20 5000 /sys/acls/utlpkg.xml
    select acl, principal, privilege, is_grant from dba_network_acl_privileges;
    ACL PRINCIPAL PRIVILEGE IS_GRANT
    /sys/acls/utlpkg.xml CONNECT connect true
    /sys/acls/utlpkg.xml ML_TEST connect true
    /sys/acls/utlpkg.xml QYDDBA connect true
    /sys/acls/utlpkg.xml ACTR connect true
    /sys/acls/utlpkg.xml GINODBA connect true
    /sys/acls/utlpkg.xml CMSDBA connect true
    /sys/acls/utlpkg.xml APEX_040000 connect true
    /sys/acls/power_users.xml APEX_040000 connect true
    3) Additonal Details - I can open the url (webservice) in my browser no problem, I can append the ?wsdl and get the soap info which I used in my attempt to create one manually. It is not https so i do not need to create a wallet.
    I also tried to copy my proxy server info from my broswer into the apex application definition page and try to create the web reference - did not work.
    Query on the db-
    SELECT DBMS_XDB.getPrivileges('/xdbconfig.xml').getCLOBVal() FROM DUAL;
    DBMS_XDB.GETPRIVILEGES('/XDBCONFIG.XML').GETCLOBVAL()
    <privilege xmlns="http://xmlns.oracle.com/xdb/acl.xsd" xmlns:xsi="http://www.w3.
    This is all new terriority for me so any help would be greatly appreciated.

    Hi Again
    I have more info on the issue...
    I tried to reach the the webservice from OAS/HTTP with mod_plsql directly. At first I was not able to.
    A firewall request was completed and now I am sure the http server can reach the webservice in question.
    Unfortunatley creating a webservice either manually or through a wsdl is still not working! Please Help , what else can I check.
    Also
    I'm confused ..taken from APEX 4.0 online documenation
    SOAP offers two primary advantages:
    SOAP is based on XML, and therefore easy to use.
    SOAP messages are not blocked by firewalls because this protocol uses simple transport protocols, such as HTTP.
    I can't see why it would be a firewall issue based on the statement above.
    Thanks Again
    Moe
    -- just added to my post. Issue still unresolved
    I'vw been trying to troubleshoot it myself.
    From my database server -
    I'm not able to use utl_http - example
    set serveroutput on
    DECLARE
    req utl_http.req;
    resp utl_http.resp;
    value VARCHAR2(32000);
    BEGIN
    req := utl_http.begin_request('http://www.psoug.org');
    resp := utl_http.get_response(req);
    value := utl_http.request('http://www.psoug.org/');
    dbms_output.put_line(value);
    utl_http.end_response(resp);
    EXCEPTION
    WHEN utl_http.end_of_body THEN
    utl_http.end_response(resp);
    END;
    error received is
    ERROR at line 1:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1130
    ORA-12535: TNS:operation timed out
    ORA-06512: at line 6
    Using ping
    ping www.psoug.orgPING 66.221.222.85: 64 byte packets
    ----66.221.222.85 PING Statistics----
    16 packets transmitted, 0 packets received, 100% packet loss
    However I'm confused if I'm using Oracle Application Server 10g Release 3 (10.1.3.1)/Apache
    Should I need to modify the firewall on the database side to access a webservice? Does it need to be port 80?
    Getting frustrated by my ignorance
    Thanks
    Moe
    Edited by: user570478 on Jul 28, 2011 2:23 PM

  • Select List Performance Issue in Apex 3.1.2

    Hi
    It would of great help if you could suggest us for the following
    We are facing some issues in Select List performance in Apex 3.1.2 version.
    We have 6 select list and all have been cascaded i.e., values of each select list based on pervious list value.
    Values in each select list are huge. Because of this, the performance is very slow.
    It takes huge time to fetch the data based on other list values.
    We cross verified in backend, the same query takes less time compared to the Application.
    Any recommedation to fine tune this?
    Thanks in advance
    Vijay

    if your select lists are very huge then it could be the browser that is causing the slow down.
    try and create an example using a static HTML file containing a select list of the same size and you may find the same performance issue.
    a quick way to create the test would be to save the source of your APEX page as a html file
    Craig
    [http://www.oracleapplicationexpress.com]

  • Data Loading issue in APEX

    Hi Everybody..
    I'm new to Oracle APEX and i'm facing the issues loading the data into the table. My issue is the text data is getting loaded with double quotes.
    Please suggests.
    Thanks,
    Suresh

    Hi,
    assuming you're loading data via the APEX gui via Home>SQL Workshop>Utilities>Data Workshop>Load Data
    Otherwise provide more info like APEX version used, how/where you are uploading data etc.
    If you put your data in a file and select ""Upload file (comma separated or tab delimited" then on the next screen you can the field "Optionally Enclosed By" to double quotes (")
    This should strip the double quotes from the data during import.
    Regards
    Bas

  • BLOB(pdf) download issue in Apex

    Hi,
    In Apex Application We are not able to download blob(pdf file) which has % character in the filename.
    In Application(Apex) we are getting below error
    ORACLE REST DATA SERVICES
    500 - Internal Server Error
    In Listener we are getting below error
    Oracle REST Data Services version : 2.0.8.163.10.40
    Oracle REST Data Services server info: Grizzly/1.9.49
    Jul 3, 2014 2:24:02 AM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 7/3/14 2:24 AM
    Jul 3, 2014 2:24:02 AM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:7777/apex/ started.
    Jul 3, 2014 2:24:44 AM oracle.dbtools.rt.web.WebErrorResponse internalError
    SEVERE: contains illegal character for hexBinary: _A
    java.lang.IllegalArgumentException: contains illegal character for hexBinary: _A
      at javax.xml.bind.DatatypeConverterImpl.parseHexBinary(Unknown Source)
      at javax.xml.bind.DatatypeConverter.parseHexBinary(Unknown Source)
      at oracle.dbtools.rt.web.PercentEncoding.decodeOctet(PercentEncoding.jav
    a:134)
      at oracle.dbtools.rt.web.PercentEncoding.decode(PercentEncoding.java:89)
      at oracle.dbtools.rt.web.QuotedStringValue.decodeText(QuotedStringValue.
    java:85)
      at oracle.dbtools.rt.web.QuotedStringValue.normalize(QuotedStringValue.j
    ava:95)
      at oracle.dbtools.rt.web.QuotedStringValue.<init>(QuotedStringValue.java
    :20)
      at oracle.dbtools.rt.web.QuotedStringValue.decode(QuotedStringValue.java
    :41)
      at oracle.dbtools.rt.web.QuotedStringScanner$TokenIterator.quotedToken(Q
    uotedStringScanner.java:158)
    Thanks in advance
    Rajesh

    See this thread for a possible answer: word wrap issues with report in Apex
    Thank you,
    Tony Miller
    Webster, TX

  • Mail issue in APEX 4.1

    Hi
    I had an application in APEX 3.1, and i recently migrated to 4.1.
    All is well but for the email. I have set the SMTP server and port correctly, but the mails are not getting pushed.
    They are struck in the queue. What could cause this issue? Any help on this appreciated.
    Thanks
    Vignesh

    When you login to your INTERNAL Apex workspace and look at the mail queue are there errors when you try to force send?
    Typically this is an ACL issue. You probably need to grant access between your database server and your email server.
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/sec_admin_ssl.htm#BCGJBJBA
    Regards,
    Brad

  • Upgrade issue from apex 4.0 to 4.1.1

    Dear all expert,
    I'm facing an problem on execute sys.dbms_network_acl_admin package after upgrade from apex 4.0 to apex 4.1.1 in Oracle XE 11g R2.
    After checking, i found the "XDB.PATH_VIEW" view have compilation error, this cause the sys.dbms_network_acl_admin package failed to compile as well.
    My upgrading step as below (apex 4.0 to apex 4.1.1):
    1. Drop apex_040000 user by execute "drop user apex_040000 cascade"
    2. Drop user flows files by execute "drop user flows_files cascade"
    3. I rename existing apex folder (apex 4.0) to apex 2 from c:\oraclexe\app\oracle\product\11.2.0\server.
    4. I copy apex folder for apex 4.1.1 (download from oracle website) into c:\oraclexe\app\oracle\product\11.2.0\server.
    5. i start activate apex by execute "@apexins.sql", "@apxldimg.sql" and "@apex_epg_config.sql"
    Above are the steps that i used to upgrade my apex 4.0 to apex 4.1.1. "sys.dbms_network_acl_admin" package failed to compile after i run "@apexins.sql".
    Can anyone advice on how to solve the problem above or what is the way to upgrade apex 4.0 to apex 4.1.1?
    Thanks a lot in advance!
    Best regards,
    Apex Junior

    >
    After the upgrade from APEX 3.0.2 to 4.0.2.00.07, this HTML code is not interpreted anymore, so now the literal text is displayed instead of a white space.
    Is this a known issue???
    >
    There are several other threads dealing with this issue. See +{thread:id=2126522}+ for example.

  • Parameter Passing w/Comma Issue in APEX 4.1

    So I developed and manage a hosted APEX app that was working fine, except there is now a feature since the hosting company upgraded to 4.1.
    I have a button on a page (lets call this page 1), that links to another page (lets call this page 2) and passes a parameter. Unfortunately, the value for this parameter has a "comma" in it, so I used the following technique when passing:
    set these items: P2_NAME
    With these values: *\*&P1_NAME.*\*
    Note the use of the back slash *\* before and after.
    This worked fine in 4.0, but doesn't seem to be working in 4.1
    When I look at the "resolved" URL at run time it appears to be substituting *%255C* instead of the slashes.
    Has anyone else noticed this issue? Do you have a solution?
    Thanks in advance!
    Paul

    Hi Paul,
    can you provide an example on apex.oracle.com where you can reproduce your problem? I tried but was only able to reproduce that the URL is escaped to
    /apex/f?p=887:2:745085782624400::NO::P2_DEPTNO:%5C10%5Cwhich isn't a problem because that will correctly be converted back to
    /apex/f?p=887:2:745085782624400::NO::P2_DEPTNO:\10\by the web server.
    In your case it appears that a double escaping takes place where the % of the above URL is escaped another time to %25. That's why the web server doesn't convert back the URL to the \ sign.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • File download issue in APEX

    When I am trying to dowload the file from the Apex page.
    Error is coming:
    NOT FOUND
    The requested URL /pls/apex/f was not found on this server
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at irssasp1 Port 7778
    This error is coming in my system .
    We are using APEX Version : 3.2.1.00.11
    Please help out soon.

    try
    CALL FUNCTION 'XXL_FULL_API'
      EXPORTING
    *   DATA_ENDING_AT          = 54
    *   DATA_STARTING_AT        = 5
       filename                = 'TESTFILE'
       header_1                = header1
       header_2                = header2
       no_dialog               = 'X'
       no_start                = ' '
        n_att_cols              = 6
        n_hrz_keys              = 1
        n_vrt_keys              = 4
       sema_type               = 'X'
    *   SO_TITLE                = ' '
      TABLES
        data                    = t_sflight
        hkey                    = t_hkey
        online_text             = t_online
        print_text              = t_print
        sema                    = t_sema
        vkey                    = t_vkey
    EXCEPTIONS
       cancelled_by_user       = 1
       data_too_big            = 2
       dim_mismatch_data       = 3
       dim_mismatch_sema       = 4
       dim_mismatch_vkey       = 5
       error_in_hkey           = 6
       error_in_sema           = 7
       file_open_error         = 8
       file_write_error        = 9
       inv_data_range          = 10
       inv_winsys              = 11
       inv_xxl                 = 12
       OTHERS                  = 13
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.

  • Issue launching apex pages from oracle apps

    Hi all.
    We have installed oracle apex 4.2 in database have Oracle apps and configured the oracle http server in different machine.
    Then we have followed the integration process suggested from oracle below.
    http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-ebs-extension-white-paper-345780.pdf (Author: David Peake)
    http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf
    While configuring neither APPS nor APEX showing error, but while launching APEX pages (clicking Menues created in Oracle APPS) its showing error “An error occurred when trying to perform the specified action”.
    Really the APEX, EBS integration has succeeded following the steps mentioned in the above provided links ??????
    Please suggest
    Thanks Raj

    Hi,
    I think the easiest way to do this is to create a form function that launches the workbook. Then call the form function from the button on the screen. This will work in a similar way to calling the workbook from a menu item. This will not work if you want to pass parameters contained in the form to the Discoverer workbook.
    Rod West

  • Performance issues ..with apex in reports version 3.1

    Hello All,
    I am using apex 3.1 oracle 10g.
    I am facing with performance issues with apex . I am generating iteractive reports with apex and the number of records are huge - running in 30 to 40 thousands of records and the reports is taking almost 30 minutes.
    How I can improve the performance of this kind of report. I am using apex collections.
    How apex works in terms of retrieving the records -?
    Please let me know .
    Thanks/kumar
    Edited by: kumar73 on Jun 18, 2010 10:21 AM

    Hello Tony ,
    The following are the sequence of steps to run the test case.
    Note:- All the schemas , tables and variables are populated from database.
    From Schema and Relations tab choose the following:
    1)     Select P3I2008Q4 as schema.
    2)     Choose Relation as query path.
    3)     Select ECLA, ECLB, MTAB as relations.
    From Variables choose the following:
    4)     Choose the variables AGE_SEXA,CLODESCA,ALCNO from ECLA relation.
    5)     Choose the variables AGE_SEXB, ALCNO, CLODESCB from ECLB relation.
    6)     Choose the variables EXPNAME, ALCNO, COST_, COST from MTAB relation.
    From Conditions: Click the Run Report button this generated standard report ( Total no of records in report – 30150 )
    Click on Interactive report button –to generate an interactive report. ( Error occurred )
    We are using return sql statement in generationg the standard report and collections for interactive report.
    thanks/kumar

Maybe you are looking for

  • Xen Kernel randomly fails to load and goes out of range

    Been having an on/off issue lately that requires a hard reset of my system.  Essentially what happens is the system begins to load when my monitor reports an error that the signal is out of range.  I try to pretend login and reboot, but it does not w

  • How to open html attachment in new window?

    My application has a feature to download different types of files(pdf, xls, html) When user clicks on the respective links, a popup with Open, Save and Cancel option will come up. Now the problem is when the attachment is html and user clicks Open, i

  • In Desperate Need of Help!

    Ok I have a MacBook Pro 10.4.11, 2.16 GHz Intel Core 2 Duo, 2GB 667 MHz DDR2 SDRAM. I had an old trial of iWork'06 but never used it. Until recently a friend of mine encouraged me to get the newer iWork'09, since I was just using Microsoft Office for

  • Failover of ASCS takes very long on a Windows Server 2008 Cluster

    Hello everybody, I have configured a ABAP SCS (NetWeaver 7.0) running on a Windows Server 2008 Cluster. The database runs on SQL Server 2008 which is also configured for use in the MSCS. The ASCS and the database run fine in the Cluster. So far so go

  • Total number of messages

    It is about Mail in Mavericks. Native Mavericks without no upgrades from previous osx versions. Any bug is open regarding the display of all messages for given mailbox? We are namely migrating data from Thunderbird to Mail. We are doing this by expor