ApEx IE problem

Hello,
I'm having the next problem:
When I try to login into my workspace I get a JavaScript error: "Object expected"
The error has always been there because I use mozilla to develop and it's an environment for testing. I was wondering how I can solve this problem, I use IE 6.1 and I get the same error on other pages. The theme of the login page isn't displayed either when I first load the page.
I can't login in IE to any workspace because of this problem
Thanks in advance.
OLI

Hi,
We're seeing the same kind of problem -- unable to run scripts, including login, while using IE6, although everything works fine on Firefox 2.0.x.
The 2 Javascript files:
/i/javascript/htmldb_html_elements.js
/i/javascript/htmldb_get.js
can't be found by IE, but they're definitely present in FireFox. Our server did lose power on Friday & had to be restarted, so I wonder if that's part of the problem, since prior to that, there was no issue with IE.
We're using Apex 3.0, and I can get more info about the box's OS, etc., if necessary from the admin. Any suggestion on what we can do to fix, or troubleshoot?
Thanks!
-- Jennifer

Similar Messages

  • Apex 4 , problem with collection executions

    Hi ,
    I am having the following problem with the execution of one collection :
    Reference thread : Re: APEX 4 , executing a remote procedure and populating data using collection
    DBNAME ---> list item which I build from the DB links which I built ( as dynamic query in the shared components from a local table which holds entries of dblink names )
    USERLIST --> list item of users which should display dynamicaly the users of that db link I choose in DBNAME ( based on a collection )
    buttons CANCEL and SUBMIT
    4- Initial COLLECTION page process which is calculated before Header :
    DECLARE
    q varchar2(4000);
    BEGIN
    IF APEX_COLLECTION.COLLECTION_EXISTS(P_COLLECTION_NAME => 'QRY1') THEN
    APEX_COLLECTION.DELETE_COLLECTION(P_COLLECTION_NAME => 'QRY1');
    END IF;
    q := 'SELECT username , username FROM sys.dba_users@'||:P23_DBNAME ;
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY_B(
    P_COLLECTION_NAME => 'QRY1',
    P_QUERY => Q);
    END;
    For USERLIST list item I am using the following in LIST OF VALUES DEFINITION :
    SELECT C001, C002 FROM APEX_COLLECTIONS WHERE COLLECTION_NAME='QRY1'
    5 - to submit the values from the screen to the remote database procedure I am using the following submit process ON SUBMIT AFTER CALCULATIONS:
    DECLARE
    v_statement varchar2(255);
    BEGIN
    v_statement := 'begin
    Lock_User@&P24_DBNAME.(''&P24_USERLIST.'');
    insert into log values (1,''user locked'') ;
    commit ;
    end;';
    EXECUTE IMMEDIATE v_statement;
    END;
    The problem :
    The form runs sucessfully , where I the USERLIST changes dynamicaly when I change the DBNAME values , but as soon as I logout and login with another user1 , the collection does not execute and i get "ORA-01729: database link name expected".
    I login with user1 in edit mode and recreate the collection , run again , the collection executes successfuly .
    If I create a new user2 ( using the sample application pages ) and login with the new user2 , i have the same problem , thus I ho login with user2 in edit mode and try to run the collection .
    How can I control the collection to execute regardless of the application user logged in ??
    thanks in advance
    yousef

    Hi ,
    I am having the following problem with the execution of one collection :
    Reference thread : Re: APEX 4 , executing a remote procedure and populating data using collection
    DBNAME ---> list item which I build from the DB links which I built ( as dynamic query in the shared components from a local table which holds entries of dblink names )
    USERLIST --> list item of users which should display dynamicaly the users of that db link I choose in DBNAME ( based on a collection )
    buttons CANCEL and SUBMIT
    4- Initial COLLECTION page process which is calculated before Header :
    DECLARE
    q varchar2(4000);
    BEGIN
    IF APEX_COLLECTION.COLLECTION_EXISTS(P_COLLECTION_NAME => 'QRY1') THEN
    APEX_COLLECTION.DELETE_COLLECTION(P_COLLECTION_NAME => 'QRY1');
    END IF;
    q := 'SELECT username , username FROM sys.dba_users@'||:P23_DBNAME ;
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY_B(
    P_COLLECTION_NAME => 'QRY1',
    P_QUERY => Q);
    END;
    For USERLIST list item I am using the following in LIST OF VALUES DEFINITION :
    SELECT C001, C002 FROM APEX_COLLECTIONS WHERE COLLECTION_NAME='QRY1'
    5 - to submit the values from the screen to the remote database procedure I am using the following submit process ON SUBMIT AFTER CALCULATIONS:
    DECLARE
    v_statement varchar2(255);
    BEGIN
    v_statement := 'begin
    Lock_User@&P24_DBNAME.(''&P24_USERLIST.'');
    insert into log values (1,''user locked'') ;
    commit ;
    end;';
    EXECUTE IMMEDIATE v_statement;
    END;
    The problem :
    The form runs sucessfully , where I the USERLIST changes dynamicaly when I change the DBNAME values , but as soon as I logout and login with another user1 , the collection does not execute and i get "ORA-01729: database link name expected".
    I login with user1 in edit mode and recreate the collection , run again , the collection executes successfuly .
    If I create a new user2 ( using the sample application pages ) and login with the new user2 , i have the same problem , thus I ho login with user2 in edit mode and try to run the collection .
    How can I control the collection to execute regardless of the application user logged in ??
    thanks in advance
    yousef

  • APEX Mail problem

    Hello, we are using Gmail for mail hosting. We have a problems with configuration Oracle Application Express for sending mail via Gmail. Gmail require SSL connection. Any ideas how APEX should be configured?
    Here is Gmail requirements:
    Outgoing Mail (SMTP) Server - requires TLS:      
    smtp.gmail.com (use authentication)
    Use Authentication: Yes
    Use STARTTLS: Yes (some clients call this SSL)
    Port: 465 or 587

    Kostya
    Can you post your notes on how you installed/setup JavaMail API? Any code examples for the Java Source and PL/SQL function would be appreciated. I am trying to get it to work with a server that requires ssl and auth.
    Thanks
    Brian
    Edited by: user3038431 on Oct 26, 2009 12:42 PM

  • BIPublisher + Apex report problem with summary operator

    I design report layout in Microsoft Word with Oracle BI Publisher Tempate Builder.
    I need to sum two numbers:
    2+2
    then I create following statement (addition):
    <?2+2?>
    In PDF preview I see correct sum:
    4
    Next I save this report in RTF format and import it to APEX.
    When I open this report in APEX I don't see any PDF report, because Acrobat Reader show me followin message:
    "Adobe Reader could not open 'report.pdf' because it is either not a supported file type or because the file has been damaged..."
    In log of BI Publisher I found this error:
    [101507_093321781][][ERROR] [Line 281.40] Incorrect XPath: 2 2
    [101507_093322140][oracle.apps.xdo.common.xml.XSLTWrapper][EXCEPTION] XSL error:
    <Line 125, Column 101>: XML-22026: (Error) Unknown expression at EOF: 2 2.
    [101507_093322140][][EXCEPTION] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at oracle.apps.xdo.servlet.Converter.process(Converter.java:302)
         at oracle.apps.xdo.servlet.Converter.render(Converter.java:231)
         at oracle.apps.xdo.servlet.Converter.doPost(Converter.java:95)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.xdo.parser.v2.XPathException: Unknown expression at EOF: 2 2.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 24 more
    BTW, when I multiply numbers like this:
    <?2*2?>
    above problems doesn't exist.

    well i am facing the exact same problem in FOP too. Pdf is giving that message because the file u are generating is empty. I will keep u posted if i am able to solve this particular problem.......till then u can look up my posts to see if anything helps u.

  • Apex instalation problem with ACL

    Hi
    I had apex 4.0 and oracle 11g. My apex worked properly - I think about mailing.
    Next I have made upgrade -> apex 4.2.1 and I have a problem with it. Apex doesn't send mail.
    I run PL/SQl block (from documentation http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#autoId3
    topic 3.3.8 and 3.3.8.1):
    DECLARE
    ACL_PATH VARCHAR2(4000);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_040200
    -- the "connect" privilege if APEX_040200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040200',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'APEX_040200', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_040200', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    It ended with errors:
    Error report:
    ORA-29903: błąd podczas wykonywania podprogramu ODCIIndexFetch()
    ORA-22881: wiszący REF
    ORA-06512: przy linia 7
    29903. 00000 - "error in executing ODCIIndexFetch() routine"
    *Cause:    The execution of ODCIIndexFetch routine caused an error.
    *Action:   Examine the error messages produced by the indextype code and
    take appropriate action.
    committed.
    What should I do?
    Ziut

    I repaired all the permissions on the user account directories and this fixed my issues with share folder permissions for some reason.
    Here is a script that will do it all in one go. Change /Volumes/XXXX/Users/ to where you users directory is. chmod the script to 755 and run with sudo and it will fix the user directory permissions for all accounts.
    #!/bin/sh
    # This shell script needs to be run as super-user
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i
       /bin/chmod -R 700 $i
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown $u:staff $i
       /bin/chmod 755 $i
    esac
    done
    /usr/sbin/chown -R 'root':wheel '/Users/Shared'
    /bin/chmod -R 777 '/Users/Shared'
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Public
       /bin/chmod -R 755 $i/Public
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Public/Drop\ Box
       /bin/chmod -R 733 $i/Public/Drop\ Box
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Sites
       /bin/chmod -R 755 $i/Sites
    esac
    done
    exit 0

  • Apex 4 problem after upgrading - apex$_rpt_src error

    Hi all -
    I just upgraded my Apex installation Sunday, and yesterday I also installed the sample websheet application and told it to create the objects in the default schema my other stuff resides in.
    Today, one of my users said there's a problem with one of the pages, saying "missing right parenthesis", so going through the debug I see what the problem is. At the end of one of the queries, it looks like Apex added the following:
    apex$_rpt_src )
    I'm wondering if this is related to my adding the sample websheet application in the same schema as my "real" data and application? It seems strange though that it (so far) only seems to be happening with this one query. out of around a hundred or so different ones. The offending "addition" of code isn't visible in the actual query specification itself, so I don't know how to get rid of it. Anybody else run across this and have an idea on how to get rid of it? Will deleting the sample app fix the problem?
    Thanks,
    Bill Ferguson

    Hi Christina,
    All of my report regions are "manuallly created" reports. The wizards didn't provide enough functionality, and I'm still trying to figure out how or if I can incorporate IR reports.
    The websheet application works fine, I just included it in the same schema as my regular apps for convenience. At first, due the naming of what appeared to be the problem code (apex$_rpt_src), I was wondering if it was related to the websheet app, but it wasn't.
    The problem line in my manual reports was originally the included an order by clause, which I later commented out. Having the last line commented out seemed to have caused my problem. I think that probably this all gets wrapped up by Apex where it inserts the intial left paren "(", then what I specify for my query, then appends the trailing "apex$_rpt_src)", and since my last line was commented out, the ending "apex_rpt_src)" wound up getting commented out as well.
    Perhaps a "fix" to programmer mistakes like mine would be to modify the code that appends "apex_rpt_src)" to be "chr(13) apex_rpt_src)", so there is a new line before the added code? This would circumvent people like myself inadvertently commenting the last line of their queries and causing unintended problems that are difficult to find.
    Hope this helps.
    Bill Ferguson

  • Annoying Apex performance problem

    Hello,
    We are facing a strange issue with our applications performance. Some pages (also APEX internal) can take up to 20 seconds to load. When the page is loading and I do another request to the server (on another web page) - both requests are executed immediately.
    The problem is not connected to complex pages - even very simple pages (only showing some text) may also take 20 seconds to load.
    Anyone experienced the same, or have any solutions to this?
    Please let me know if you need any additional info - greatly appreciate some help here!
    Brgds
    Christian

    Hello Joel,
    First of all, I misunderstood the setup - we are using PL/SQL gateway...really sorry about this confusion.
    This is however interesting - we where at a Advanced APEX course in London last week, and had the same experience here --> when experiencing a "hang" on a page it was resolved when clicking Ctrl+N to bring up a new page or refreshing another page going against the same database. I understood on the instructor that Oracle also used PL/SQL gateway on the student pc setup.
    I did a new test today - a page took about ten seconds to load, and debug mode time says 0,74 seconds.
    Regarding your questions:
    1) This morning NO users connected as APEX_PUBLIC_USER and no idle
    2) DAD uses DNS address
    "SQL> show parameter dispatcher
    NAME TYPE VALUE
    dispatchers string (PROTOCOL=TCP) (SERVICE=P119XD
    B)
    max_dispatchers integer
    SQL> show parameter local_listener
    NAME TYPE VALUE
    local_listener string (ADDRESS = (PROTOCOL = TCP)(HO
    ST = p119.hydro.com)(PORT = 51
    119))
    3) We don't know of any network issues. Several other databases and listeners are running on the same server without experiencing any network problems.
    Brgds
    Christian

  • APEX PAssword problem is still available in version 4.0.2.00.07

    Hi devs,
    we got the published APEX Bug: 1275828.1 (Problem : User Cannot Change Password in APEX 4.0 - Invalid Password) in version 4.0.2.00.06
    After we updated to the current APEX version 4.0.2.00.07 we got another strange behavior in coherence with the password issue.
    The installation went well and we followed each step in the guide.
    We changed the following settings in the APEX ADMIN enviroment back:
    Home > Manage Instance > Security > Account Login Control > Require User Account Expiration and Locking > Yes
    Home > Manage Workspaces > Workspace Details > Edit Workspace Information > Account Expiration and Locking > Enabled
    When we try to login with the requirement to change the password on the next login. Nothing happens! Means after click on login, page 101 becomes loaded again. No error No nothing!
    In version 4.0.2.00.06 the page to change the password occured with the wrong behavior inside.
    Hope you could help us find the problem and solve it.
    Best regards,
    Tobias Arnhold

    Problem is still present.
    Is there any know issue in version 4.0.2.00.07 which is similar to our problem? Otherwise we open a metalink call.

  • Apex space problem....51gb full after 3 hours

    hi,
    my application only use tabular forms, tabular forms with reports and some standalone reports (joins over some tables)
    cause of many foreign keys and n:m tables i use many LOV´s, too.
    the problem is, after 3 hours my complete database space are full (51 gb)
    -->ORA-00257: archiver error. Connect internal only, until freed.
    one look on sessions --> massiv of that queries! why he makes ....NEXTVAL from dual. between that 3 hours i made no inserts!!!
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT hardwaretyp_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT interneschnittstelle_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT hardware_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT entwicklungsprozess_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:36 (Formatter Plus v4.8.8) */
    SELECT komplexitaet_id_seq.NEXTVAL
    FROM DUAL
    next step, clean the archive....but 3 hours later the same problem
    At "Home>Administration>Monitor Activity>Page Views by Weighted Page Performance" i find 2 pages with mass "Weighted
    Performance". i compared that pages with the same type of pages with no incredible "Weighted Performance", but i did not find any mistake.
    after that i restart the database, the http server and clean the archive again.
    i thought the problem was solved, because of no more mass "Weighted
    Performance" on that 2 pages, but 5 hours later....
    there are any typical mistakes for that problem?
    i´m using 10g R2 and apex 3.2.1..
    Edited by: sksus on 09.11.2009 12:39
    Edited by: sksus on 09.11.2009 12:42

    that is my problem....i didnt use any self made processes, computations or loops.
    Everyting was generated by the oracle migration workbench ( access to oracle)....and after migration every table was valid. ("Home>Application Migrations")
    I only used the option "Generate Maintenance Application" to create the application. (data model + tabluar forms on each table)
    the only thing...the migration workbench created trigger on every table to generate the PK for inserts (and update ???).
    CREATE OR REPLACE TRIGGER TEST.Hardware_Id_TRG BEFORE INSERT OR UPDATE ON TEST FOR EACH ROW
    DECLARE
    v_newVal NUMBER(12) := 0;
    v_incval NUMBER(12) := 0;
    BEGIN
    IF INSERTING AND :new.Id IS NULL THEN
    SELECT Hardware_Id_SEQ.NEXTVAL INTO v_newVal FROM DUAL;
    -- If this is the first time this table have been inserted into (sequence == 1)
    IF v_newVal = 1 THEN
    --get the max indentity value from the table
    SELECT max(Id) INTO v_newVal FROM Hardware;
    v_newVal := v_newVal + 1;
    --set the sequence to that value
    LOOP
    EXIT WHEN v_incval>=v_newVal;
    SELECT Hardware_Id_SEQ.nextval INTO v_incval FROM dual;
    END LOOP;
    END IF;
    -- save this to emulate @@identity
    msaccess_utilities.identity := v_newVal;
    -- assign the value from the sequence to emulate the identity column
    :new.Id := v_newVal;
    END IF;
    END;

  • Please HELP - APEX installation problem

    Hi , someone can help me please to solve an installation problem of APEX ?
    On the same machine ( with 10.2.0 Database installed) I installed Apx 2.2.1 . I follow all the installation step , but when I try to connect on http://localhost:7777/pls/apex I have this error :
    "Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at localhost Port 7777"
    on the http server log I found this error : mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup for more information.
    here's my marvel.conf configuration :
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "c:\oracle\product\10.2.0\ohs\Apache\Apache\images"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpwd
    PlsqlDatabaseConnectString localhost:1521:diana ServiceNameFormat
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    On plsql.conf I already put this : # ============================================================================
    # Database Access Descriptors Settings Section
    # ============================================================================
    include C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf
    also on http.conf
    include "C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf"
    Can you help me pls to find the problem ?
    thank's all
    solo

    solo,
    I think your problem is simply that you're including the marvel.conf file too many times. You're now making it appear like the /pls/apex DAD is defined 2 or more times. And that would result in a misconfiguration error message.
    Joel

  • Oracle apex Tree problem

    hello
    I have two trees in different pages. Both trees selected same data ,but have different conditions. When i have child in one tree, in second tree is not seen anything and I should see a parent.
    I don't know what is the problem!
    Please help!
    Thank You!!

    Hi,
    I had the same problem some time ago, I needed to display arround 15000 records like you, and the APEX tree was too slow. I tried some tree plugins but all failed somehow...
    The best one I found was an old script called "tigra tree menu", I wrote my own PL/SQL function that returns data formated as a javascript table. This javascript table is passed to the tigra tree menu function that build the corresponding HTML table. I have improved the code (xhtml, cookies management, etc...) but it is still a little slow when a node contains too much children.
    So as you said, the best way is to load children dynamically.
    Maybe you can write a PL/SQL function that will execute a hierarchical query with a condition level <= 1, taking the root node as parameter. And call it each time you clic a node to display children.
    I don't implemented it that way because I had other requirements and it is more complicated in my case (cookies to keep tree state, ability to filter the tree, etc...) but maybe it is enough for your case.
    Hope it can helps.
    Yann.

  • APEX application problem with Apple's Safari browser

    Hello Everyone,
    I'm working on Apple Safari (version 4.0.5) with Oracle APEX 4.0, the APEX development environment is working fine, but when we try to run our application, after login, while switching tabs, our application hangs with the following URI in the browser
    xxx.xxx.x.xxx/apex/wwv_flow.accept
    and page is rendered blank, even the page source view is blank.
    Our page also carry some JQuery related code functionality, along with regular HTML and Stylesheet.
    No idea what is causing this behavior?
    Our application is running smooth with browsers like IE, FF, Opera.
    Sample applications provided in-bundled with APEX 4.0, are running good on Safari as well.
    So kindly suggest, what could be the possible reason behind this?
    Regards,
    Krishna

    Hi Patrick,
    Yes, I'm using my own custom made theme also involved JQuery javascripts & functionality on apex pages.
    I'm using Safari 4.0.5, didnt checked with the latest version yet.
    Yes I've tried it on Google Chrome, its working fine, except with the already know issue, that on each page's post-back, chrome prompts for the XDB Username and Password, which is also a very major issue with my application.
    I've gone through various threads from OTN to look out for the possible fix to this issue, but not helpful so far. Have tried few alternatives suggested on OTN, after which landed up in more complex issues causing my application to prompt XDB credentials on all the browsers. Now some how have brought the application back to the previous state, with the help of OTN indeed. Presently my application execute fine with IE, FF & Opera, except Safari & Chrome (XDB credentials prompt).
    It would be really not an easy task for me to replicate the same scenario on apex.oracle.com, because it involves various database tables too.
    I'm wondering, you asked me the 'theme' subject for the issue, kindly would you please educate me more, how themes can cause an improper functionality on Safari and not in rest of the browsers?
    Thank you so much Patrick, I'm partially relieved knowing that you responded me. Great pleasure learning from you.
    Regards,
    Krishna

  • Apex Memory Problem

    Sometimes, when I open page with report I receive the next error.
    report error:
    ORA-04030: out of process memory when trying to allocate 123404 bytes (QERHJ hash-joi,kllcqas:kllsltba)
    After redirecting, everything looks correct.
    It makes some troubles for end users.
    Any ideas.
    Best Regards, Kostya Proskudin!

    Kostya,
    Do a Google search for the error message (ORA-04030). You get a ton of hits, all dealing with memory problems. Perhaps one of those will describe your environment so you can allocate more memory.
    Hope this helps.
    Bill Ferguson

  • APEX 5: Problem displaying breadcrum (Create) button on interactive report

    Hello There
    I am trying to build a small app in APEX 5. I am taking the default 'Sample Database Application' (SDA) as an example for design.
    In SDA the interactive report of Customer a breadcrumb 'Create which is displayed on the top right corner. I am trying to replicate the same in my interactive report, but in vain.
    I have attached the printscreen for your reference. Could you please guide and advise me on how to get the same functionality of breadcrumb create button,etc same as in displayed in SDA into my custom app in APEX 5?
    Thanks a lot for helping me out
    Regards
    Don

    hi ,
    i had used like this .. it is working...
    *&      Form  USER_COMMAND
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                            R_SELFIELD TYPE SLIS_SELFIELD.
      clear : v_flag.
      CASE R_UCOMM.
        WHEN 'DATA'.
    LOOP AT IT_TEMP.
         if it_temp-checkbox =  'X'.
              v_flag = 'X'.
              v_pernr1 = IT_TEMP-PERNR.
    *--Get compensation data and populate final internal table
              refresh it_fin.
              CALL FUNCTION 'Z_HR_COMP_STATEMENT'
                EXPORTING
                  PERNR = v_pernr1
                  BEGDA = s_date-low
                  ENDDA = s_date-high
                TABLES
                  FINAL = it_fin.
              if not it_fin[] is initial.
                delete adjacent duplicates from  it_fin comparing pernr.
                read table it_fin index 1.
                move-corresponding it_fin to it_final.
                append it_final.
                clear it_final.
              endif.
            endif.
         enddo.
    ENDLOOP.
          if not v_flag is initial.
    *------ display final data
            PERFORM final_display.
          else.
            message s000 with 'Select atleast one pernr'.
          endif.
      endcase.
    ENDFORM.                    "USER_COMMAND
    regards,
    venkat.

  • ApEx collection problem

    Hi there,
    I'm trying to create a collection within an ApEx process. My intention is to create a cursor (only 1 in the example but I want to add more in the future) and fill the collection with the data the cursor finds.
    However the application gives the following error: ORA-06550: line 29, column 51: PL/SQL: ORA-00917: missing comma ORA-06550: line 28, column 1: PL/SQL: SQL Statement ignored. I know that the error probably is found somewhere else in the code. Can someone help me?
    declare
    cursor skill1_cur is
    SELECT emp_id, esk_lvl_id
    FROM stf_employees
    JOIN stf_emp_skill ON emp_id = esk_emp_id
    WHERE esk_skl_id = :P4000_SKILL_1
    AND esk_lvl_id between :P4000_LVLF_1 AND :P4000_LVLT_1;
    begin
    if apex_collection.collection_exists('storevalues') then
    apex_collection.delete_collection(p_collection_name => 'storevalues');
    end if;
    apex_collection.create_collection('storevalues');
    for l_skill1_cur1 in skill1_cur loop
    insert into
    apex_collection.add_member(p_collection_name => 'storevalues',
    p_c001 => skill1_cur.emp_id,
    p_c001 => skill1_cur.esk_lvl_id);
    end loop;
    end;
    Best regards
    Apex version: Application Express 4.2.1.00.08

    It is usefull to use a formating tool for your code since it tells you imediatelly if your code has the right syntax. Here is a code which may help:
    DECLARE
       CURSOR skill1_cur
       IS
          SELECT emp_id, esk_lvl_id
            FROM stf_employees JOIN stf_emp_skill ON emp_id = esk_emp_id
           WHERE esk_skl_id = :p4000_skill_1
             AND esk_lvl_id BETWEEN :p4000_lvlf_1 AND :p4000_lvlt_1;
       v_collection_name   VARCHAR2 (30) := 'STOREVALUES';
    BEGIN
       IF apex_collection.collection_exists (v_collection_name)
       THEN
          apex_collection.delete_collection
                                          (p_collection_name      => v_collection_name);
       END IF;
       apex_collection.create_collection (v_collection_name);
       FOR l_skill1_cur1 IN skill1_cur
       LOOP
          apex_collection.add_member (p_collection_name      => v_collection_name,
                                      p_c001                 => skill1_cur.emp_id,
                                      p_c002                 => skill1_cur.esk_lvl_id
       END LOOP;
    END;A couple of things to consider:
    1. Collection Name has to be capitalized
    2. You don't need an insert into when inserting data into a collection - there is a procedure which does that
    3. you have an error in calling the add_member procedure - you used the parameter p_c001 twice
    I am not sure if this works for you since I have no access to the objects underneath your code.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

Maybe you are looking for

  • User settings to access network when logged on as service/batch

    Hi. We have been running Oracle Remote Agent (running external jobs on other host) on some linux-distros and have now started to do it on Windows as well. But when we have setup everything properly, we get an 'Access denied' when trying to access the

  • New TO VDI. Can VDI be deployed on Desktop?

    Hi all, I am new to Virtual Desktop Hosting (actually, besides the general idea, I don't know much else). I know my University uses Citrix and I was wondering if I could implement a similar setup for my home. Basically I do all the administration at

  • How to configure my netwok in solaris 10 to get an  internet connection

    Hi, I am new to this forum and to Solaris in general. I am sorry if this question was asked and treated before. I just successfully installed Solaris 10 on an intel based workstation. I have an ip address that shows that is "**static**". I have a Fio

  • Cant get PHP and GD to work, after uprade (and then downgrade)

    Recently performed a system upgrade.  Worked well, thanks to the entire Arch community. Then I had to downgrade my PHP, from a 5.3 to 5.2 version.  Had to do this because I run Drupal, and Drupal 6.x does not yet support 5.3.  But that's another topi

  • Some errors with the code

    hello all! i am trying to write simple code but have some errors. DECLARE id NUMBER; BEGIN id:=SELECT id from technician where salary=(select MIN(salary) from technician); DBMS_OUTPUT.put_line(id); END;