Simultaneous OWD by user

Hello

Is it possible to have several simultaneous sessions of Oracle Web determination by user?

Probably not as OWD directly lie OPA of a unique HttpSession session context.

Workaround solutions?

Thank you

Roger

Roger,

Yes, OWD use the HTTPSession to bind the user with their session.

Users can have several Session open at the same time, but have a different browser for each session window.

See you soon
Frank

Tags: Oracle Applications

Similar Questions

  • Oracle ebs multiple simultaneous, locks, the user cannot connect to app.

    We known aircraft crash yesterday afternoon, Oracle EBS app users cannot connect in the app. We noted the very strong 70 to 90% charge in the Grid control and several blocks, a work of rman always running and a job of running stats. However looks after killing an app report dbms_scheduler job, we have solved the problem.

    But this morning, we see still cpu load on the grid of control operations and 70% all huge red and simultaneous locks.

    I like all the gurus here help me to start how to diagnose in Oracle ebs.


    I would like to start from beginning.

    As the links I can read what you have to look inside the database? on the hosts?


    Thanks to a bouquet.

    Among the names of objects, looks like this is a custom query that is managed by a custom concurrent request, if you need to know that you and tune the code.

    Thank you

    Hussein

  • After upgrade R12 - simultaneous work of users are not rescheduled

    All the:

    Quick question: just finished a R12 upgrade this weekend. All concurrent jobs have been put on hold and then taken out of waiting after the upgrade. The problem is that some work concurrent user ever got put on hold and is is no longer in demand. We also end users up-to-date so that they could not connect until we were ready. Would be the cause of the simultaneous use not getting not postponed? How can I do to get their delayed? Thank you all

    So according to me, this is a behavior expected - it's a problem and it got fixed 11i (on-demand applications running for END_DATED users 100% CPU and giving ORA-01002 (Doc ID 1080047.1)).

    You will either need to remove the end date and check regular concurrent programs then (which should work as expected) or re-program these simultaneous program to an active user account.

    Thank you

    Hussein

  • Structure of the case duplicates all the indicators on the user interface.

    I create a true/false case structure that contains several indicators for each of the cases respectively.  These indicators are displayed simultaneously on the user interface.  Is there a way to have indicators or indicators to replace the other as the other case is active or control must be in the user interface at the same time?

    Thank you!

    Is there a reason you want to duplicate the indicators?  The normal practice is to move the indicators outside the structure of the case and the wire coming from each case out through a tunnel.

  • What are user sessions?

    What and why are there user Sessions if there is only one user on Microsoft windows?

    What and why are there user Sessions if there is only one user on Microsoft windows?

    In fact, Windows XP is a multi-user system.  The Fast User Switching feature allows simultaneously to several user accounts to log on to the computer.  Although a single user account (the user session) at the same time is able to use the keyboard and display, other user, including open applications sessions, continue to run in the background.

  • Simple tunnel EZVPN by user account

    Hello Experts,

    I configured a router as EZVPN server and configured and authenticate multiple clients (vpn cisco and IOS EZVPN client) using a RADIUS of AAA server. All very well except that with one name of user and password I can bring two or more tunnels EZVPN. I wonder if there is a way to limit the amount of tunnels to open a single credential, so that each user can establish a tunnel EZVPN and in the event that another user is trying to use the credentials of another already connected then deny the tunnel session.

    Best regards

    Roberto Lopez.

    Hello Roberto,

    You can set the 'max connections' to '1' under 'crypto isakmp client configuration group' attributes that you use.

    I looked at the use of this command for you on command search tool:

    Max-connections

    To limit the number of simultaneous connections for users of a specific server group, use the max-connections command in global configuration mode. To remove the number of connections that have been set, do not use any form of this command.

    Max-connections number of users

    No max-connection number of users

    The order for the crypto isakmp client configuration group must be set before this command can be configured.

    This command allows to reproduce the functionality provided by some RADIUS servers to limit the number of simultaneous connections for users in this group. Key words users max and max-connections can be activated individually or together to control the use of resources by all groups or individuals.

    The following example shows that the maximum number of connections for users of server group 'cisco' has been set to 8:

    Router (config)# crypto isakmp client configuration group cisco
    Router (config)# max-logins 8

    The following example shows the attribute-value pairs RADIUS (AV) for the maximum number of users and the maximum connections settings:

    ipsec:max-users=1000
    ipsec:max-logins=1

    Hope this helps...

  • Changing the format of output for simultaneous Standard programs

    Hi gurus,

    Can someone let me know if we can change the output format of the simultaneous Standard program.

    I have a requirement where I need to change the output format of the program simultaneous to text in the PDF Format.

    Will be supported Oracle if we make this change in the Standard program to print output to PDF Format.

    Thanks in advance

    Yes it is possible to change the output format of Standard concurrent programs.

    for our needs.

    We changed the output format of simultaneous program 'Active users' text to PDF...

  • User / responsibilities SQL

    Is there a SQL query for r12 list all the responsibilities assigned to all users? Prefer a query as opposed to a report.

    user599292 wrote:
    I don't want to limit by username, I want a single report for all users and all the responsibilities assigned to all users.
    What I understand if I was walking down users of a report on the responsibility, and we had 50 responsibilities, it's 50 reports, we would have to run that would take forever.

    Run the simultaneous program 'active users '.

    Thank you
    Hussein

  • Simultaneity and Oracle Object Types

    Hi all

    I have a question about the simultaneous use of a type of object in Oracle.

    I have a java program that calls a stored proc Oracle with the type of the object as a parameter. In my stored proc, I'm filling of an Oracle object with data from java and retrieve data on this basis.
    My java program can be invoked simultaneously by 500 users at the same time - the application is built to handle this load of the application.

    Now in Oracle, if a bunch of requests arrive at the same time, Oracle would create multiple instances of this object type which would be its use for multiple stored procedure calls? Or is there a prob of concurrency?


    If creating multiple instances is not supported, is there a solution that I can use?

    My code looks roughly like:

    Object:
    contains two columns - name, age
    Stored proc - logic to retrieve and return data in a table based on the name, received age.

    When a bunch of requests to access simultaneously the proc stored, will be created a bunch of instnaces of the object type? Or is there a scenario where the object is shared by all applications, and therefore the data of a query would be inconsistent due to data from another application?

    An instance of object in a stored procedure is just a variable fantasy, so he is deprived of the session.

  • Multiple front (floating) in labview application

    I am trying to build a multi-window application. My goal is to be able to have several floating windows open simultaneously, allowing all user input.

    My problem is, when I open a new floating window, I can click more buttons is in the other windows.

    I have attached a simple example of what I'm trying to do. The Main.vi has two parallel loops and two structures of the event. A loop has the purpose to execute the Sub.vi after a click of a button. The other loop performs some functions when the other buttons are clicked. Since these loops run in parallel, I think I can communicate with the two VI when the front panels are open.

    What I'm missing here?

    Any help is appreciated. Thank you.

    There is an option in each case of the event that is set to true by default: defer before Panel updates until that end case of event.  What does that mean?  When you click on the button to open the Subvi, this case of event cannot be completed until that VI is running.  As the case of the event is incomplete, your main façade is actually locked (unable to do updates).

    In general, you should really only have 1 structure of the event in a VI.  What you need to do here, is to use the asynchronous call start to run an instance of your Subvi without interrupting the flow of your main VI (it will be truly parallel to the rest of your code).

    And you really should put the buttons of closure in the case where the case change event that manages their respective value.  It will allow the rear lock occurs.

  • get the index of a table display

    Hello!

    I have a question. Is it possible to get the index of a current table in the front panel?

    I have 2 tables which need to scrool simultaneously to the user, so my idea was to read the index of a table and 'write' on the second.

    Can someone give me an idea how to do that?

    Thank you

    Dear Thiago Bach,

    recently, I did (for a similar question) an example on the control to the index of the two tables and bar a scroll, please find the attached VI.

    Good luck!

  • Account comments wireless problems

    Hello. We have a new wireless network that includes the System Console wireless, two 4402 controllers and 61-1131 AP it seems that when a user logs on to the guest wireless account and connects to a particular access point, a user who may be sitting right next to him, cannot connect. We have had no luck with this diagnosis and would like to know if anyone has had the same problem or ideas on it. Thank you very much.

    Both users are connecting with the same credentials (username & password)? If so and it is the desired behavior, you must configure the system to allow multiple simultaneous connections per user. I think that a setting of 0 allows an unlimited number of simultaneous connections under the same username.

  • ASA 5545 and Anyconnect Licenses

    Currently, we use several devices to Cisco ASA 5545.  Initially, we learned that we were automatically allowed using the Anyconnect Secure Mobility client with our ASA devices.   With recent security issues, we are trying to move to a solution that supports TLS 1.2, and it seems that anyconnect Mobility Client 4.0 will do exactly that.   My question is, the automatic authorization supplied with the unit of 5545 ASA include Client Anyconnect 4.0?   After an exhaustive search, I am still unable to find this information.   Also, is there an official document detailing exactly what licenses is part of 5545 device, with respect to other Cisco Software Solutions?

    Thank you

    David

    All * ASAs include two licenses AnyConnect Premium "free." Which is designed primarily for the evaluation, as most businesses need more two simultaneous remote access users. However, if that's all you need is free and fully functional. It was designed around the Client AnyConnect Secure Mobility 3.x and earlier offer.

    From 4.0, there is a new model of licence for AnyConnect. It is explained in the Guide of command AnyConnect. While it is not currently applied by technical means, use of AnyConnect 4.0 requires having a license to do so.

    For some additional supporting documents as you initially requested, see also "Feature Licenses" of the Configuration Guide of the SAA.

    * Some models do not support remote access VPN and either do not have the feature available or cannot use the license - for example ASA 1000v and an ASA working in multiple context mode.

  • EasyVpn, limited connection?

    Hi experts.

    I have easy vpn set up on my router 3845 for a period of years and everything works fine. Yesterday I was given the following task

    Let's say I have the following configuration

    Crypto client isa config group wear

    key cisco123

    test of the pool

    the ACL test

    Now let's say I gave this id to 4 users, then 4 users can connect by using the same id at the same time! Wonder only allows a single user to use this id at a time. As if we lets say that I use this ID to go, nobody else should be able to connect using this code.

    Pls tell me how

    John,

    setting Max-users, that's what you're looking for.

    http://Cisco.biz/en/us/docs/iOS/sec_secure_connectivity/configuration/guide/sec_easy_vpn_srvr_ps6441_TSD_Products_Configuration_Guide_Chapter.html

    Follow-up session to access VPN group

    It is possible to replicate the functionality provided by some RADIUS servers to limit the maximum number of connections to a specific server group and also to limit the number of simultaneous connections for users in this group. After that the user-defined thresholds are defined in each group VPN, connections will be refused until the counts go below these thresholds.

    If you are using a RADIUS, such as the CiscoSecure ACS server, it is recommended to enable this session on the RADIUS server control if the feature is provided. In this way, its use can be controlled through a number of servers by a central repository. When you enable this feature on the router itself, only for groups on this specific device connections are monitored. Load sharing scenarios are not properly counted.

    To configure the monitoring session using the command line interface (CLI), use the command for the crypto isakmp client configuration group and the subcommands max-users and max-connections .

    Here is a sample output from pairs of RAY AV that have been added to the group concerned:

    ipsec:max-users=1000
    ipsec:max-logins=1
  • PROJECT VPN - CISCO ASA

    Hi all

    We have a large ongoing project in which we implement a Firewall / VPN service to the customers to provide VPN connections back to a single VPN server. We have about 1,000 users but only run about 200-250 concurrent sessions at any time and the IP Sec and SSL will be fine. As part of our evaluation and the construction phase we need to firstly consider hardware and Cisco is an obviuos because we have the expertise in house. However, I consider that for this client, it would be preferable to provide a solution that will scale that their subscribers grow and therefore my opinion is the ASA 5510 would be a good starting point and we can improve if their subscriber base grows. There are also run active failover / standby. However, the licenceing issues are a little confussing to say the least and so would like a second opinion from someone on this forum which has some recent experience of a similar build and install. Hardware and software specifications for this build are important, so any suggestions in this regard would be also welcome. We considered all connect premium, but this can be expensive looking at 250 concurrent sessions. These are fundamental questions.

    1. what would be the best material to offer to this customer to get them started?

    2. with Anyconnect is the example from the sessions simultaneous or registered user accounts or in other words we would have 1,000 accounts of users with 250 concurrent connections?

    3. is there a better way to configure the VPN simultaneous 250 with about 1000 users?

    Any help would be as always greatly appreciated.

    Kind regards

    >> 1. What would be the best material to offer to this customer to get them started?

    The 5510 is a legacy that should not be bought and more like the first firewall. And the concurrent users are also too low. You should look into the 5525-X. This model supports VPN connections simultaneous 750. The next smallest model, the 5515-X only supports 250 simultaneous sessions.

    >> 2. With Anyconnect is the example from the sessions simultaneous or registered user accounts, or in other words we would have 1,000 accounts of users with 250 concurrent connections?

    Yes, concurrent sessions are what count.

    >> 3. Is there a better way to configure the VPN simultaneous 250 with about 1000 users?

    You must decide if you really need VPN without client. If your users could all use a complete tunnel (AnyConnect) client, then just buy the AnyConnect Essentials license which is pretty cheap.

    Sent by Cisco Support technique iPad App

Maybe you are looking for