How can i restrict a user not open more than 3 sessions in database

how can i restrict a user not open more than 3 sessions in database.For this i have already create a profile and set CONCURRENT_SESSIONS=3 and assing that profile to user but the problem is there.

You will simply need to use the following parameter in your CREATE PROFILE syntax.
CREATE PROFILE normal_user
LIMIT SESSIONS_PER_USER 2;
but the resource limits set for a profile are enforced only when you enable resource limitation for the associated database.
you could do this either by having an initialization paramater which will invoke as soon as the database starts or try using ALTER SYSTEM command

Similar Messages

  • How can i prevent a user to login more than once at the same time ?

    Supose there are a user , D .
    and i am using thread and socket in the application.
    once a user logined in , it will open a new socket .
    Well , but D is trying to login twice at the same time ... and my thread is opening two socket for him .... , how can i prevent that ?
    *thanks for help and sorry for my poor english                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for reply
    ya ~ i've got a solution ~
    actually i am doing a server for mobile phone to get data. Sometime 1 single ID will send twice a message (usually nokXX mobile phones) .. i use milli sec to check those message ....
    n it seems working ....

  • JFileChooser, how can you allow the user to select MORE than 1 file?

    Hello everyone.
    I want to allow the user to select multiple files from a directory, not just 1, but not just the whole directory.
    Currently I see these 2 options from looking at the sun's JFileChooser demo:
    //Create a file chooser
            fc = new JFileChooser();
            //Uncomment one of the following lines to try a different
            //file selection mode.  The first allows just directories
            //to be selected (and, at least in the Java look and feel,
            //shown).  The second allows both files and directories
            //to be selected.  If you leave these lines commented out,
            //then the default mode (FILES_ONLY) will be used.
            //fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
            fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);but both don't allow the selection of more than 1 file.
    When I say, select more than 1 file I mean the user can hold in SHIFT or CTRL and select files.
    Any ideas how to do this?
    Thanks!

    http://java.sun.com/javase/6/docs/api/javax/swing/JFileChooser.html#setMultiSelectionEnabled(boolean)
    Cheers,
    Laird

  • How can we restrict the users/planners for a planning book?

    Hi experts,
    How can we restrict the users/planners for a planning book?
    Thanks,
    Naga.

    Hi Naga,
    we describe this in our SAP Demand and Supply Network Planning rapid-deployment solution.
    Access this area directly via
    http://service.sap.com
    /rds-dpa
    In the configuration guide Demand Planning Settings, Macros and Chart
    Engine (DP3) read Appendix: Setting up Roles and
    Authorizations.
    BR Frank

  • I can not open more than one cart in Safari on Ipad Air. When clicking on " " in right! topie corner the aplication crash (go to start scren)

    I can not open more than one cart in Safari on Ipad Air. When clicking on " " in right! topie corner the aplication crash (go to start scren)

    1. Settings>Safari>Clear History, Cookies and Data
    2. Hold the Sleep/Wake and Home button down for about 10 seconds until you see the Apple Logo

  • Firefox will not open more than one window and upon restarting will not open the previous tab and refuses to open bookmarks

    Firefox does not open more than one window. I can open plenty of tabs, but not more than one window. Upon closing firefox and trying to restart the browser will not open and needs to be closed through windows task manager. Upon trying to re-open Firefox I receive the 'oops this is embarassing , firefox cannot re-open your tabs" message. When I click on "new session" the bookmarks do not load. It is becoming very frustrating as I am a student and often do lots of research on the web while using lots of open windows.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • Restrict the user to put more than 22 digits

    hi Friends,
    i am using jdeveloper 11.1.1.6.0.
    using below code for price , i want to restrict the user to give more than 22 digits.
    if user will put more than 22 digits , system won't allow to write the digits.
    <af:inputText value="#{rate.Price}" id="it2"
    autoSubmit="true"
    disabled="#{pageFlowScope.PriceBean.updatesAllowed ne 'Y'}"
    rendered="#{rate.RateType eq 'F'}">
    <af:convertNumber type="number"
    maxIntegerDigits="22" maxFractionDigits="12" groupingUsed="false"/>
    </af:inputText>
    but it is not working.
    any useful comments .
    Edited by: 964331 on Mar 22, 2013 4:06 AM

    Hi,
    use maximumLength="22"
    <af:inputText value="#{rate.Price}" id="it2" maximumLength="22"
    autoSubmit="true"
    disabled="#{pageFlowScope.PriceBean.updatesAllowed ne 'Y'}"
    rendered="#{rate.RateType eq 'F'}">
    <af:convertNumber type="number"
    maxIntegerDigits="22" maxFractionDigits="12" groupingUsed="false"/>
    </af:inputText>
    in your inputtext
    Regards,
    Vikas
    Edited by: 812903 on Mar 25, 2013 12:32 AM
    Edited by: 812903 on Mar 25, 2013 12:32 AM
    Edited by: 812903 on Mar 25, 2013 12:58 AM
    Edited by: 812903 on Mar 25, 2013 12:58 AM

  • How can i send an email with subject more than 50 char.

    Hi
    Can you please explain How can i send an email with subject more than 50 char?? I am using Cl_BCS=>SET_MESSAGE_SUBJECT but it is throwing an error " An exception of the type CX_SY_REF_IS_INITIAL has occured which is not caught" .
    Regards
    Alok

    Try using the following FM
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = i_mail_data
            put_in_outbox              = c_x
          TABLES
            packing_list               = i_objpack[]
            object_header              = i_objhead[]
            contents_bin               = i_objbin[]
            contents_txt               = i_objtxt[]
            receivers                  = i_receivers[]
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
          OTHERS                     = 8.
    Regards
    Avinash
    Edited by: Avinash Jagtap on Dec 2, 2009 7:00 AM
    Edited by: Avinash Jagtap on Dec 2, 2009 7:02 AM

  • How can I to Update all colum with more than 3 digits

    Hi
    How can I to update a tabel in all column where values have more than 3 digits in decimal point , eg:
    10.35789882232 wil be 10.358
    11.4523455 will be 11.452
    Using Round (number, 3), How can I to know What columns have more than 3 digits in decimal ?

    Always wonder about why someone would ask.
    XYZ@TTST> select 1/3*3 from dual;
    1/3*3
    1
    XYZ@TTST> set numw 50
    XYZ@TTST> select 1/3*3 from dual;
    1/3*3
    .9999999999999999999999999999999999999999
    Remember, Oracle has to convert numbers to its internal format, and not all numbers convert back and forth cleanly. So the display may make things look different than they are.
    There are legitimate reasons to round existing data (like, they should have been rounded before insertion), but there are also illegitimate reasons, like confusing display with storage.
    See http://laurentschneider.com/wordpress/2009/03/11.html#comments

  • How can I use my iPod nano on more than one computer?

    How can I use my iPod nano on more than one computer?

    Hi, China6450.
    Thank you for visiting Apple Support Communities.
    I would recommend setting up Manually manage music.  This will only allow music to be synced from the computer to the iPod nano.  Here are some helpful articles that will walk you through the process. 
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/HT1535
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/HT1202
    Cheers,
    Jason H. 

  • HT201436 How can I listen to a voice mail more than once?

    How can I likten to a voice mail more than once?

    Don't delete it. Go back into your phone app, tap voicemail then hit play

  • How can i get apple tv2 to recognize more than one computer in my house

    how can i get apple tv2 to recognize more than one computer in my house, I just got it and can only find one of two computers in my home

    Same here. I have 1 ATV2 and 2 computers and each has separate iTunes accounts (mine and my wife's). The ATV menu says "computers" so I presume you can have more than 1 computer on 1 ATV. The big question is how do you set it up?

  • How can i change the user that open the rfc connection (sm58) from R/3?

    Hi all,
    i'd like to know how can i customize the user 'connecting' R/3 and BW, i mean: when i launch a data extraction a fixed user creates the rfc connection to BW (and i can see it from tcode sm58 in r/3), i need to use a different username so that it will come be more easy for me to reorganize the rfc queue in case of errors (we are doing some testing), it's possible to do something like this or everyone has to share the same user r/3 side?
    I hope i've been clear...
    thanks for the help
    S.

    Hi...
    Its recommended that only one user executes the RFC because you must manage the authorizations for remote execution only with few users....in case on error you can send the user as a parameter of the RFC  and you can buid the error message with this parameter and identify the user of execution...
    I hope this helps you
    Regards

  • Prevent user to open more than two forms

    Hi everyone
    I have a forms application deployed on Application Server 9i r2 on Windows 2000, I want to prevent any user of this application to open more than two forms while they are working, I mean each user can open only two instances of this application.
    This application uses Oracle Single Sign-On to authenticate users, also I don't have the .fmb files, so I can't made any modifications to this application.
    Any Ideas?
    Thanks in advance.
    Regards,

    Just an idea:
    Create a "decorator-form" and call this as a start-fmb instead of the one you arc actually calling. This "decorator-form" would do nothing but just the logon to the database, some checks if the user-session is valid and then call the "real" fmb using NEW_FORM.
    To store some information to check the session you could use DBMS_APPLICATION_INFO.SET_MODULE / DBMS_APPLICATION_INFO_SE_CLEINT in the decorator-form to store something like "FORMS" in it and to check for validity read these values from V$SESSION.
    hope this helps

  • Multiple addons will not work, firefox will not open more than one window

    Here's the problem: when certain addons (such as Morning Coffee, Fire.fm, Thumbstrips, Colourzilla, and others) are enabled on my firefox, it won't open more than one window. Additionally, some of these won't work at all (the first three listed). I know similar questions have been asked before, and the answer given was to disable the add-ons in question. However, I would love to actually be able to *use* them.
    Anyone know how I might be able to fix things so that the addons work, and firefox isn't disabled in any way?
    == This happened ==
    Every time Firefox opened
    == A while ago (I disabled the addons), and again today

    There's a few extensions that are causing a problem like that. See this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for

  • LIS (Report: MCTE) is not getting updated

    Dear All, We have created a New Profit/ Cost Center and then created a Substitution Rule, based up on Sales Org+Dist ChnlDivision+Sales Office_ Then we have created delivery and then Invoicing. Accounting Document has been generated and G/L A/Cs have

  • Cant click and drag with one finger, but works with 3 fingers

    Last week, my trackpad starts to fail. Thing is that i can't click and drag with one finger but if i turn on the 3 finges option, i can tap and drag without a problem Check the prefs, universal access too. And everything is ok. Reset pram, smc , run

  • Lumia 620 front facing camera

    Hi, i am unable to use the front facing camera on my lumia 620. i have tried updating the software and it says there are no new updates as it is fully up to date, however i still cannot work out how to use the front facing camera. Everything else on

  • Update Command is not working.

    Hi,      There are 15 fields in the database table. The first 5 fields are set as primary keys. In the table, only the first field has got unique values. In the next 4 primary keys the values are getting repeated. Now, i am trying to modify the 10th

  • "First Site" name - How do I make a site my "first site"

    Mobile Me allows your "first site" to be called [YourMobileMeName]. So it appears as http://web.me.com/[YourMemberName]. For some reason my iWeb demands that I name my "first site" so that my addresses are http://web.me.com/[YourMemberName]/[SiteName