How to create several DB sessions, in ApEx 3.0

Hi, I need more than one DB session in ApEx 3.0.
When I used ApEx 2.2 I can changed using dads parameter: PlsqlMaxRequestsPerSession.
Now it doesn't work. I set it 1000, and when I test it in 3 computers, adding data in temporary table, i can see the same information in each computer.
Best Regards, Kostya Proskudin.

Hi gaja,
I got a similar situation in my application.I dont know whether the solution was suitable for u.
what i did was
1.created a tabular form for the (master table) so that the user can create mutiple records.
2.Created another tabular form for the (detail table).This one is a manual tabular form.And i made the (detail tabular form as a conditional display for the selected master tabular form).
But in my case my tables has just 5-6 columns thats why i have managed with the tabular forms.If the table has more columns u cant do this using tabular forms.
Thanks
phani

Similar Messages

  • How to create a new session in JSP file

    Usually a child IE window uses same session with parent window. Dose someone know how to create a new session when creating a new IE window by clicking a URL in parent window? The web page is writen by jsp file.

    I am not sure of your question. Are you wanting to have 2 Session objects (one for the parent window and another for the child)?
    A session is usually created once per client and is stored on the server the session id is carried around in a cookie or a URL rewrite so that everytime the user submits a page you will be able to store/access information.
    // this will create a new session object if one doesn't already exist.
    HttpServletRequest.getSession( true );
    Hope this helps

  • How to create a system  parameter in Apex

    Hi friends,
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    Regards,
    Pradeep

    bluerose wrote:
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    using the privileges we can achieve this.Although I am not new to APEX I have no idea what you are talking about.
    What is "a System Parameter in Apex"? What "privileges" are used to create one?
    You'll find it easier to get help if you use terminology that is familiar to everyone...

  • How to create a new session by ABAP?

    Good afternoon everyone:
    This is my first question in the forum, can anybody tell me how to create a new session to display report output in a ALV program? Which function or method can used? I'm freshman.
    Thx.
    Edited by: Joshua Lee on Nov 21, 2008 10:04 AM

    Hi Joshua,
    Welcome To SDN.
    I am not clear about your queestion.
    if u r doing an ALV report if u give selection screen inputs if press execute buttom or F8 u wil get the report.
    if u want the out put in the next screen. you can develop the screen in the module pool
    Regards
    Rasheed
    Edited by: Rasheed salman on Nov 21, 2008 10:25 AM

  • HOW TO CREATE SEVERAL folder for the generation and READING FILE

    HOW TO CREATE SEVERAL folder for the generation and READING FILE WITH THE COMMAND utl_File.
    please give an example to create 3 folders or directories ...
    I appreciate your attention ...
    Reynel Martinez Salazar

    I hope this link help you.
    [http://www.adp-gmbh.ch/ora/sql/create_directory.html]
    create or replace directory exp_dir as '/tmp';
    grant read, write on directory exp_dir to eygle;
    SQL> create or replace directory UTL_FILE_DIR as '/opt/oracle/utl_file';
    Directory created.
    SQL> declare
      2    fhandle utl_file.file_type;
      3  begin
      4    fhandle := utl_file.fopen('UTL_FILE_DIR', 'example.txt', 'w');
      5    utl_file.put_line(fhandle , 'eygle test write one');
      6    utl_file.put_line(fhandle , 'eygle test write two');
      7    utl_file.fclose(fhandle);
      8  end;
      9  /
    PL/SQL procedure successfully completed.
    SQL> !
    [oracle@jumper 9.2.0]$ more /opt/oracle/utl_file/example.txt
    eygle test write one
    eygle test write two
    [oracle@jumper 9.2.0]$
    SQL> declare
      2    fhandle   utl_file.file_type;
      3    fp_buffer varchar2(4000);
      4  begin
      5    fhandle := utl_file.fopen ('UTL_FILE_DIR','example.txt', 'R');
      6 
      7    utl_file.get_line (fhandle , fp_buffer );
      8    dbms_output.put_line(fp_buffer );
      9    utl_file.get_line (fhandle , fp_buffer );
    10    dbms_output.put_line(fp_buffer );
    11    utl_file.fclose(fhandle);
    12  end;
    13  /
    eygle test write one
    eygle test write two
    PL/SQL procedure successfully completed.
    SQL> select * from dba_directories;
    OWNER                          DIRECTORY_NAME                 DIRECTORY_PATH
    SYS                            UTL_FILE_DIR                   /opt/oracle/utl_file
    SYS                            BDUMP_DIR                      /opt/oracle/admin/conner/bdump
    SYS                            EXP_DIR                        /opt/oracle/utl_file
    SQL> drop directory exp_dir;
    Directory dropped
    SQL> select * from dba_directories;
    OWNER                          DIRECTORY_NAME                 DIRECTORY_PATH
    SYS                            UTL_FILE_DIR                   /opt/oracle/utl_file
    SYS                            BDUMP_DIR                      /opt/oracle/admin/conner/bdumpRegards salim.
    Edited by: Salim Chelabi on Apr 4, 2009 4:33 PM

  • How to create page zero in oracle apex 4.0?

    Hi All,
    How to create page zero in oracle apex 4.0?
    Regards
    Mani

    Hi,
    Home > Application Builder > Application xxx > Create Page
    At bottom center on wizard there is Page Zero
    Regards,
    Jari
    Edited by: jarola on Aug 25, 2010 7:28 PM
    And here is chapter about in documentation
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/ui.htm#BGBFFFGH

  • Kdebase4-svn: How to create an X-Session?

    I've successfully built kdebase4-svn from AUR in the meantime, but now I'm wondering how to create an X-Session for it. Normally you create a kde4.desktop file which runs /opt/kde4/bin/startkde... But this file (startkde) does not exist in kdebase4-svn.. Can anyone help?
    Thanks

    Maybe something is broken with that kdebase4-svn. If I'm not mistaken, there are 3 individual KDE4 4.1 Beta 1 distributions available for Arch (kdemod's, tanis' and devs'), try one of them.

  • How to create a moving text in APEX forms?

    Hi
    Can anyone help me with the procedure and the code for creating a moving text in APEX.
    Thanks in advance.

    marquee was introduced with IE (Internet Explorer) and certain versions of Firefox, Opera, Chrome and Safari web browsers support it.
    tell me how do you want the text to work. the easiest way will be to create an HTML region and put the marquee tag code in it
    if you fear about the compatibility of marquee with browsers or have a browser version with which marquee does not work then use JQuery
    check the following
    http://plugins.jquery.com/marquee/
    let me know if this answers your query in the current thread
    Regards,
    Vishal
    Oracle APEX 4.2 Reporting | Packt Publishing
    Vishal's blog

  • How to create several fast loading big albums in iWeb using your own templates

    hi guys - here comes one for the real cracks.
    i am trying to create a nice PICTURES page containing about 100 albums with each of it containing up to 100 individual pictures on my website, where i also have several videos online and (soon) audio files - everything available for download.
    my problem is that the main "My album" page in iWeb will always ALL sub albums on just one page, which would in my case lead to endless loading time - i have now 30 albums online and it already takes ages to display all of them.
    so i want to create several album pages, each of them displaying only 6 individual sub albums and this way allow a decent page loading time. this is usually done by just adding a new "my album" page using one of apple's templates. and here is my problem: my web site design is made from scratch and is not similar to any of apple's templates. since iWeb does not allow you to save your individual pages as "templates" i had to go a long way around, using iWebsites and merge a newly created picture template page (containing my own duplicated "my album") with ma main site. for some reason this did almost work out but in the end not really - if you are interested have a look at the separate discussion in this forum
    https://discussions.apple.com/message/15532580#15532580  (how to save any iWeb page as a template)
    so my question here is if any of you know of any other way to achieve my goal of getting several individual main albums containing 6 subalbums (this way it fits on one page and allow NOT having to scroll down at all) and this in a way which will fit the design of my web page. have a look at the now existing pictures page and imagine that i want more or less the same but divided in individual pages containing only 6 albums per page:
    http://www.giorgiodellapietra.com/giorgiodellapietra.com/PICTURES/PICTURES.html
    here an example of how it should look like in the end:
    http://www.giorgiodellapietra.com/giorgiodellapietra.com/PICTURES/Seiten/MIXED.h tml#0
    thank you very much for your impact.
    cheers
    george

    hi folks
    don't worry, i have given up as it really seems iWeb can not do this.
    however, i have identified 2 possible solutions. the one i have chosen is to simply add new albums by choosing one of apple's templates and then modify it until it fits my design. i have created 15 additional main albums this way and it took me (because of the "mass production") only 15 minutes per album to get it done. now i have enough empty albums spare for the next few years...
    the other way to accomplish what i wanted would have been to make the main "my album" page invisible for visitors and use it only for administration (so it can contain 100 albums but nobody would ever have to wait until they load). then create a new page which i call picture (copy any of my other pages and modify it) on which i will post some "virtual albums", which means use any picture out of an album and create a direct link to the album. i could use a vary low resolution version of the main pic and this way i would have a "picture" page which loads extremely fast but is actually nothing else than a link to the real album. then just copy this page as many times as i need albums and change the pictures and the links in it. the advantage is that it loads very fast, the disadvantage that i loose the ability to scroll through albums by moving the mouse over it, as what you see is of course only a picture and not the album.
    i have chosen the first version because it has the advantage to be able to move albums as one pleases. however, both versions would be fine.
    it's already done and eaten.
    thanks anyway for reading yourself through this...
    cheers
    george

  • How to create several youtubeclips in different videocontainers

    Hi guys,
    i'm new in edge and in this forum:
    I've read all the discussion about create several youtube clips in a single container :
    http://forums.adobe.com/message/4722007#4722007
    What i need to do is to have diffrent containers in the same page with different you tube videos.
    I've tried one single container and the method suggested by RUSSmsn :
         1. RussMSN, 
           18-set-2012 5.05    in reply to Kirch12
         So, the way I did it was like this:
         Create the button and open the code panel for that button.  Create a click action.  Within the code panel, paste this:
         var youtubevid = $("<iframe/>");
         sym.$("vcontainer").empty().append(youtubevid);
         youtubevid.attr('type','text/html');
         youtubevid.attr('width','425');
         youtubevid.attr('height','350');
         youtubevid.attr('src','http://www.youtube.com/embed/ykF1y2EJ2nI');  // url/Video_Id
         youtubevid.attr('frameborder','1');       // 1 | 0
         youtubevid.attr('allowfullscreen','0');   // 1 | 0
         What that does is empty the existing vcontainer, and places a new one with the new youtube video.  You can add this to as many buttons as you like,      obviously changing the URL ID for each, and it Should swap the video for you on click.
         Hope that helps!
         Russ
    and it works perfectly....
    The problem is i want to add more videos in the same page...
    I've tried to create
    var youtube2 and vcontainer2 but it didn't work....
    So i tried moving my first vcontainer to the second position in my page adding a label "button2" :
    //start code
         sym.play("button2");
    var youtubevid = $("<iframe/>");
    sym.$("vcontainer").empty().append(youtubevid);
    youtubevid.attr('type','text/html');
    youtubevid.attr('width','800');
    youtubevid.attr('height','390');
    youtubevid.attr('src','http://www.youtube.com/embed/ykF1y2EJ2nI');  // url/Video_Id
    youtubevid.attr('frameborder','1');       // 1 | 0
    youtubevid.attr('allowfullscreen','0');   // 1 | 0
         //end code
    but this solution didn't work neither....
    I'm asking if is possible to have 2 videos in the same page...
    I've followed also the suggestion of .heathrowe :
    http://www.heathrowe.com/adobe-edge-preview-4-append-youtube-video/
    Again in the stage action panel after creating a composition ready i've tried to add a second var youtubevid2 and a second container vcontainer2 like this:
    //start
    var youtubevid = $("<iframe/>");
    sym.$("vcontainer").append(youtubevid);
    youtubevid.attr('type','text/html');
    youtubevid.attr('width','800');
    youtubevid.attr('height','390');
    youtubevid.attr('src','http://www.youtube.com/embed/GqcPh3OXoNo');  // url/Video_Id
    youtubevid.attr('frameborder','1');       // 1 | 0
    youtubevid.attr('allowfullscreen','0');   // 1 | 0
    var youtubevid2 = $("<iframe/>");
    sym.$("vcontainer2").append(youtubevid);
    youtubevid.attr('type','text/html');
    youtubevid.attr('width','800');
    youtubevid.attr('height','390');
    youtubevid.attr('src','http://www.youtube.com/embed/DF6QvYNHjQ');  // url/Video_Id
    youtubevid.attr('frameborder','1');       // 1 | 0
    youtubevid.attr('allowfullscreen','0');   // 1 | 0
    //end
    ----but again it didn't worked
    To be clear i want to create a page similar to www.bestofyoutube.com with a list of two or more videos in the same page...
    Any suggestions ??
    Thanks in advance

    I use code
    var youtubevid = $("<iframe/>");
    sym.$("Rectangle").append(youtubevid);
    youtubevid.attr('type','text/html');
    youtubevid.attr('width','853');
    youtubevid.attr('height','480');
    youtubevid.attr('src','https://www.youtube.com/embed/Rmin8zXzF5g?rel=0');  // url/Video_Id
    youtubevid.attr('frameborder','5');   // 1 | 0
    youtubevid.attr('allowfullscreen','0');   // 1 | 0
    I In Use button that closes the container, all is well it works!
    but if you close the container when the video started, the audio from YouTube continues to play, tell me what code to hang on the Close button to stop the video from YouTube?

  • How to create a Shuttle box in Apex with simple copy and move option..

    I want to create a shuttle box in Apex with simple copy option. the demo application I downloaded from oracle had a two level selection query option which I dont need and was not even compatible with my version. All I need is a way to shuttle single query values between two multiple select lists. I could not find any demo.
    My Apex version 2.1 with XE
    query : select distinct fieldid d, fieldid r from field order by 1
    What kind of buttons do I need.. ? submitting or url redirecting ?

    Hello,
    >>
    The demo is not working in my apex 2.1 as I mentioned in the post.
    >>
    Not working is not enough of a description to help you out. I assume that what you mean is it won't install into XE since the demo was built in 2.2 and uses some 2.2 specific technology for the install.
    The way to get around that issue like I said was to get a free workspace on apex.oracle.com install the demo application there and then using some cutting and pasting recreate the demo app in your XE instance.
    Carl

  • How to create several Adobe Forms ??

    Hi everybody:
    I need to create several Adobe forms in my webdynpro application, for example: take data from a table and create such forms as rows in table. Right now, my app. only is able to create 1 adobe form (with the data of the first row). It is posible or not???
    Thanks in advance!
    any idea would be util....
    Les.-

    Hi,
    Look at this eLearning Documents. This a good way to start.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/interactiveforms-elearning">SAP Interactive Forms by Adobe eLearning Catalog</a>
    Regards.
    Marcelo Ramos

  • How to create an IdM session

    I am writing a standalone Java program to login to IdM, then export some objects. However I fail to create a user session. Here is my code and the error I got.
    String host = "http://localhost:8181/idm";
    URL localurl = new URL (host);
    String User = "myconfig";
    EncryptedData ed = new EncryptedData("password");
    I failed in both
    Session mySession = SessionFactory.getSession(host, User,ed);
    And
    RemoteSession mySession = new RemoteSession(localurl, User, ed);
    with error:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/SOAPException

    Hi,
    import com.waveset.session.Session;
    import com.waveset.session.SessionFactory;
    import com.waveset.util.EncryptedData;
    public class Test {
      public static void main(String[] args) throws Exception {
        EncryptedData ed = new EncryptedData("configurator");
        Object o = SessionFactory.getSession("http://localhost:8088/idm/servlet/rpcrouter2","Configurator",ed);
        System.out.println(o);
    }printed
    com.waveset.session.RemoteSession@18f729c
    for me.
    The error you get implies that you do not have soap.jar in the classpath of your custom application. But even if you had the url you are using should point to the rpcrouter2 servlet of your installation.
    The jars i needed to put in the classpath of my testapp
    in order for it to get a session in IDM7 were:
    activation.jar
    idm.jar
    idmclient.jar
    idmcommon.jar
    mail.jar
    soap.jar
    I think that activation, mail and possibly idm.jar should not
    be needed to get a remote session but obviously they are.
    Regards,
    Patrick

  • HOW TO CREATE A NEW WORKSPACE IN APEX 4.0

    I installed APEX 4.0, IN MY ORACLE DATABASE 10G EXPRESS EDITION, AND WANT TO CREATE A NEW WORKSPACE CALLED *"SMD"* SIMULATION FOR A PROJECT, THE PROBLEM IS THAT HE TRIED MAKING A *"Service Request"* and giving them to *"Sign up for Another workspace "*THEN CALLS ME THERE NAME, LAST NAME AND MAIL, AND THE NAME OF THE NEW WORKSPACE BUT DEVILS ARE NOT WHERE THE PASS OR USER TO BE ABLE TO ENTER NEW WORKSPACE CREATED WITH THAT, IF SOMEONE KNOWS HOW TO DO IT RIGHT FORM?

    Hi,
    This might help if I did understand correctly what you are looking for
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/adm_create_wkspc.htm#sthref399
    Br,Jari

  • How to create a matrix report on Apex 4.1

    Hi all.
    I need to create a report similar to this one:
    Jan Feb Mar .....
    Product Category
    Category One 999 999 999
    Category Two 999 999 999
    On a reporting tool like Oracle Reports, this is call a matrix report which can be easily created: just one simple query , select a matrix report type, compute summary values for row /column and grand total, and that is.
    How would one implement this on Apex 4.1???
    Have a couple of ideas:
    - Populate temporary table with columns corresponding to month.
    - Create a procedure that return a collection and use that as a source for report.
    - Etc.
    What other options do i have ...?
    Thanks in advance ...!

    Hi all,
    I did create a matrix report using the pivot function and some interesting settings in APEX. So far it is only does display data. I did not find a way yet(?) to alter the data in the same matrix.
    The data is based on a simple set of tables about planning. The end result does look something like the matrix below. Note: the dashes are just there to make the matrix look like a matrix on this forum.
    Resource 13-08 20-08 27-08 03-09 10-09 17-09 24-09
    Angelo-----25-----22-----12-----10------------------------
    John---------8-----22-----36-----22------------------------
    Marit-----------------5-----40-----36-----24-----12-----10
    The resources (Angelo, John and Marit) are being registered in the following table:
    CREATE TABLE EVP_RESOURCES
    RSS_ID NUMBER(10,0) NOT NULL,
    NAME VARCHAR2(25 BYTE) NOT NULL
    The date periods (13-08 till 24-09) are being registered in the next table:
    CREATE TABLE EVP_DATA_POINTS
    DPT_ID NUMBER(10,0) NOT NULL,
    DATA_POINT_DATE DATE NOT NULL,
    V_DATA_POINT_DATE_FORMATED VARCHAR2(75 BYTE) GENERATED ALWAYS AS (TO_CHAR("DATA_POINT_DATE",'dd-mm')) VIRTUAL VISIBLE
    The virtual column (v_data_point_date_formated) is not needed. You can use this virtual column or format the column in multiple places.
    The available units are being registered in the intersection table below:
    CREATE TABLE EVP_RESOURCE_PLANNING
    RPG_ID NUMBER(10,0) NOT NULL,
    DPT_ID NUMBER(10,0) NOT NULL,
    RSS_ID NUMBER(10,0) NOT NULL,
    UNITS NUMBER(10,0)
    The data is being displayed in APEX in a report region of type "SQL Query (PL/SQL function body returning SQL query)". And the following option has to be switched on "Use Generic Column Names (parse query at runtime only)".
    This does give a restriction on the number of columns which can be used. You can however change the number of columns in the field "Maximum number of generic report columns:" to a high number. So in most cases this is no issue at all.
    In the Region Source I did put the following code:
    begin
    return 'select *
    from ( select rss.name "Resource"
    , v_data_point_date_formated
    , rpg.units
    from evp_resources rss
    , evp_data_points dpt
    , evp_resource_planning rpg
    where rpg.dpt_id = dpt.dpt_id
    and rpg.rss_id = rss.rss_id
    pivot (sum(units) for v_data_point_date_formated in (' ||
    evp_pkg_dpm.f_dynamic_pivot_in ||
    order by 1';
    end;
    The function evp_pkg_dpm.f_dynamic_pivot_in does return a string which is based on the number of rows in the table evp_data_points. In my case this string is: '13-08' as "13-08",'20-08' as "20-08",'27-08' as "27-08",'03-09' as "03-09",'10-09' as "10-09",'17-09' as "17-09",'24-09' as "24-09". If you ommit the 'as "..."' you do get quotes in your headings.
    Enjoy and regards,
    Jurgen
    PS: let me know if something is missing or not clear!
    Edited by: user553427 on Aug 17, 2012 5:46 AM (Query has been made more simple and I build up the header differently)

Maybe you are looking for

  • I am running windows 7, adobe acrobat 9.5.5.

    I never had a problem until today. I am unable to open any PDF's in it, they go directly to reader. I get a "fatal error" stating acrobat failed to send DDE command. Help!

  • "delete all" songs with exclamation point.???? Too many to delete seperatly

    how do i delete all the songs that don't work?(all the ones with the exclamation point). there are several hundreds of them in my library, so it would take forever to delete them individually.

  • I did not save using timecode

    How do I archive/save a project if I did not do a batch capture using timecode? I plan to back the entire project onto its own external hard drive. Also, do i need to save any render files? My goal is to get the project off my computer while preservi

  • How to write a DMX Lighting control in Logic 9

    Hi, I'm extremely new to Logic, as in I just bought it a day ago, and the only reason I got was so that I can run both my backing/ click track AND my lighting rig, which has multiple pieces, that trigger independently. Is there anyone that can tell m

  • Software update failure in N73

    Hi...I have an N73 Music Addition...i bought it in 2007 and have not been able to update the software yet beacuse everytime i connect it with the Computer thru Data cable,the phone automatically gets switched off...Can anyone help sort this out.... R