How do you retrieve the USR_LOCK value?

How do you retrieve the USR_LOCK value, it cant be mapped directly on the process task right?
You writed custom JAVA code?
Thanks in advance.

If by any change you want this with 11g APIs then you can use http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/identity/usermgmt/vo/User.html#getManuallyLocked__ and http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/identity/usermgmt/vo/User.html#getAccountLockedDate__
HTH,
Bikash

Similar Messages

  • How do you tell the color value of a pixel in an image data

    Hi,
    Given a BufferedImage of type, say BufferedImage.TYPE_4BYTE_ABGR, how do you tell the color value of a pixel in the image?
    Specifically, in the following code:
    Raster imgData = image.getData();
    int x = imgData.getMinX();
    int y = imgData.getMinY();
    int width = imgData.getWidth();
    int height = imgData.getHeight();
    I want to search the raster looking for a specific color, e.g., Color.WHITE.
    According to the API, "getSample()" may be used for this purpose. But, how do you know which color band a band index parameter in getSample() refers to? Does band index of 0 always refer to the RED band? Does band index of 1 refer to the GREEN band? etc.
    I'd greatly appreciate any help you may be able to provide.
    Thanks,
    --HS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    In the print dialog underneath the settings for number of copies and print range you should see a dropdown menu probably called Layout. If you don't see that look for a button labeled Details and click it.
    Under the Layout menu you should find an option labeled Printer where you will find Printer specific options. Look for something there. You might also find an option called Color which may have options you are looking for.
    If this doesn't help, go to the printer manufacturer's website and look for answers there.

  • How do you change the amp value of a battery

    I am trying to make a voltage regulator for my car.
    My car puts out 14v and 500 amp battery.
    I can not tell Multisim that I want a 500 amp battery.
    How do I change the value?
    This is important because I have to make sure I have at least 15amps output. No way to do this so far. Program is worthless.

    Shane711,
    Most multimeters can only handle ten amps or less, so it is not surprising that yours burned up.
    How did you connect the multimeter while trying to measure the battery current? Cars have large, heavy wires connected to the battery because the large currents would destroy smaller wires. Your multimeter does not have connections or wires anywhere near as large as the battery cables. To measure the current you need to disconnect one of the cables and connect the meter in series with the cable. If you attempted to connect the multimeter in parallel with the battery as you would to measure voltage, you shorted the battery through the meter and probably had hundreds of amperes flowing, at least until a fuse blew or some wire burned out.
    Your specification for the voltage regulator does not make any sense. A voltage regulator has an output voltage specification - yours is 12 V. It also has an input voltage range specification. You did not specify an input range. The output current is determined by the load via Ohm's Law. The specification includes a maximum current - Is that what you meant by 15 amps? Some regulator circuits also have a minimum output current specification, often a few mA. Optional specifications include tolerances on voltages, power dissipation, transient response characteristics, and so on. The design of the circuit depends on all of these specifications.  You will probably not find a single device which operates as a voltage regulator with 12 V output at up to 15 A.  A regualtor like that will probably contain one or more power transistors, some ICs, resistors, diodes, capacitors, and inductors.
    Any simulator is only as good as the models used. From what Tien P. said in his earlier post, the battery in Multisim is an ideal voltage source. If so, it should easily produce currents of 1000 amperes. Just put a 12 milliohm resistor across the battery.  As I said yesterday, you will need to create a battery model circuit which has the characteristics you want in your battery.  What do you expect the output voltage to be at the battery terminals when drawing 1000 amps? What should it be with no current drawn? What should it be at 1, 10 , and 100 amps?
    Lynn

  • How do you retrieve the list of intellisense completions created by Visual Studio

    Hello All,
    I have a Visual Studio extension that provides statement completion (Intellisense). I build a series of Completions that are then provided to the customer. However, in my list of completions I would like to provide all variables of a certain type. In the
    default (All) intellisense list provided by Visual Studio, a user has access to all the completions representing these variables that are available in the editor.
    Is there any sort of interface or method to retrieve this information so I can provide a merged list of Completions in my StatementCompletion list? I would like to avoid needing to scrape the text of the file currently being edited as Visual Studio has already
    done the work for me and has a better sense of what is available based on the language currently being edited.
    Thank you for all your help.
    Sincerely,
    Dirk Dubois

    Hello shawnzkz,
    Thank you for the response. Based on what I read in the StackOverflow posts, it looks like there is no formal interface to retrieve information about variables and other Completions built by Visual Studio. Is there a place I can log a feature request for
    the Visual Studio SDK? I think this sort of interface would add a lot of value for customers attempting to append the existing intellisense features of Visual Studio.
    Thanks for all your help,
    Dirk

  • HT4910 what happens if your icloud contacts are accidently deleted?  How do you retrieve the data?

    What happens if your icloud contacts are accidently deleted?  How can I retrieve that data?

    Everything that was on your classic should also have been in your library, and that backed up to another drive. If you manually managed the device, and it was the only location holding your playlists, and it has become corrupted, there really isn't much hope. See Corrupt iPod classic. There may be a chance to recover media stored on it if is isn't stored elsewhere.
    tt2

  • How can you retrieve the GRPNO and SRVID in a server?

    Hi,
    Is there a way within a server (e.g. in tpsvrinit) of retrieving the -g and -i
    parameters passed to the server at startup? (these are visible if you use the
    "tmboot -d1" option). We have multiple instances (over 100) of servers that use
    the same executable, but we are unable to determine which messages in the ULOG
    come from which server (as there is no means of tying the pid to the group/server
    id). What we would like to do is display a message at startup that gives the
    group id and server id, and also include this info in subsequent ULOG messages.
    Any and all suggestions will be gratefully received!
    Thanks & regards,
    Malcolm.

    Hello Malcolm,
    you might want to try using the MIB_SELF flag while calling the MIB for the T_SERVER
    class.
    Hope this helps,
    /Per
    "Malcolm Freeman" <[email protected]> wrote:
    >
    Hi,
    Is there a way within a server (e.g. in tpsvrinit) of retrieving the
    -g and -i
    parameters passed to the server at startup? (these are visible if you
    use the
    "tmboot -d1" option). We have multiple instances (over 100) of servers
    that use
    the same executable, but we are unable to determine which messages in
    the ULOG
    come from which server (as there is no means of tying the pid to the
    group/server
    id). What we would like to do is display a message at startup that gives
    the
    group id and server id, and also include this info in subsequent ULOG
    messages.
    Any and all suggestions will be gratefully received!
    Thanks & regards,
    Malcolm.

  • How do you find the average value of all the data between two points on a single channel

    I am tring to calculate the average value of all the data points on a single plot between two seperate points
    I have attahced an illustration.
    Tim
    Solved!
    Go to Solution.
    Attachments:
    plot.jpg ‏173 KB

    Hey smoothdurban,
    I've seen Brad's code, and trust me, it's worth the effort to let him help you get it up and running - it's definitely the most ideal way to solve this problem.  However, as Brad said, there are multiple ways to tackle this - both interactive and programmatic - so in the meantime, I'll take a second to detail one of the interactive and sure-fire ways to find the average of data between two points on a single channel.
    We'll use"Flags."  Set up your VIEW graph exactly as you did on your original screenshot, using Band Cursors to approximate the beginning and ending X-values representing the range you want to examine.  Next:
    1. Click the "Set Flags" button () that is a part of your 2D Axis System.  Note that you can hold down the Shift button if you ever decide you want to do this on more than a single curve at one time.
    2. Select the "Flags: Copy Data Points" button that enables after Flags are set.
    3. This creates new channel(s) in the default (bold) group in the Data Portal that contains only the Flagged data.
    4. Select DIAdem ANALYSIS.
    5. Select Statistics » Descriptive Statistics.
    6. In the Channels input, select the newly created channel containing your Flagged Y-Data.
    7. Ensure that the Arithmetic Mean parameter is set.  You can preview the data and the result in the dialog before pressing OK to execute the calculation. 
    You may have noticed that in the Descriptive Statistics calculation, one of the parameters that you can set is the range of channel rows to operate on - so, if you know the row numbers of your beginning and ending X-values, you could just simply run the Descriptive Statistics calculation and use this parameter to operate on a row subset of your original channel instead of the entire channel.
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • Given a string, how do you find the numeric value in sparse ring?

    Situation: I receive the string value of the sparse ring, and a control reference to the same type of control, but not the control that sourced the string. How can I convert the string, into the actual numeric value of the ring? For example:
    Using the "VISA Select Event Type" ring (Functions -> Instrument I/O -> VISA -> Advanced -> Event -> Select Event Type.ctl), lets say I get the string "ServiceRequest" how do I convert that into 1073684491, the actual value of the ring?
    This is a rework of an existing function that worked fine with "normal" rings.
    Thanks.

    Unfortunately this method will not work, its a generic routine that must be able to take any ring, so I can't hardwire the cases to known outputs. And, of course, searching the array of Strings[] will just find me a useless index.
    My interm solution is this:
    1) pick a small, but likely range of possible values for the ring
    2) iterate through these values, assigning each one in turn to ring
    3) read the RingText property to see if it matches the passed string
    4) if it does, then exit. If it doesn't keep looping.
    5) if no value produces a matching string, declare defeat (raise an error or produce other output that indicates a match could not be found).
    The routine only runs in the UI so I am not too concerned about the time delay this method will i
    mpose, but I would greatly appreciate a smoother solution.
    Thanks for your suggestions.

  • How do you display the marker values LabVIEW has chosen for a slider with uniformly spaced markers?

    I am trying to set up a slider in a program to control an instrument.  For the most part, using uniformly spaced markers and just setting the slider's (and scale's) min and max values with a property node works well.  However, for some sets of extrema for the slider, the last two marker values are very close together.  I tried making a sequence where I: Set mins and maxes in frame 0, Get the marker values in frame 1, Go thru them and make sure the last two are not too close together in frame 2, and re-set them in frame 3.  However, the marker values that come out of the property node when I try to get the ones set by Labview seem to be the default for the slider, rather than the new ones Labview figured out.  If there was only a few ranges for the slider, I'd just majually set the marker values.  However, there are multiple configurations for the instrument, and thus multiple ranges for the slider, including custom ones.  Any help would be appreciated.  Thanks.

    What I mean is that after Labview automatically picks the markers, I tried to use a property node to view the markervalues[] array.  That array, however, appears to be the default for the slider.  A picture is included of what I mean by having two values too close together.
    Attachments:
    sliderissue.jpg ‏12 KB

  • How do you retrieve the value?

    Hi There,
    XML request is:
    <?xml version="1.0" encoding="utf-8"?>
    <payload>
      <region>
        <__type>Category:#Test.XYZ.Framework.Categorization</__type>
        <Extension></Extension>
        <Id></Id>
        <Name>
          <en></en>   
        </Name>   
      </region>
    </payload>
    I did an XML to JSON conversion on the above and stored the value of "en" node under "Name" in an attribute named "payload.region.Name.en" by extracting using JSON path filter - using "$.payload.region.Name.en".
    But, when I print the value of the attribute, it is printing as "null". Any idea why? I was expecting "" as I do not want the string null to be send as the value for "en".
    Regards,
    ET

    Hi,
    The XML to JSON filter does actually converty empty value into the string "null" in the JSON and when you read it out with the path it actually reads the string "null". It does look a bit flawed in my opinion and I recommend creating a support case for it..
    But a solution for you!
    Create a script filter (JavaScript) after you have read the parameter and do this:
    function invoke(msg)
        var att = msg.get("payload.region.Name.en");
       if (att == "null") {
          msg.put("payload.region.Name.en", "");
        return true;
    It will just replace null with an empty string!
    Cheers,
    Stefan

  • In FormsCentral responses, how do you retrieve the images loaded on the responses?

    I can only seem to get the image names in the .xls or .csv exports.

    This tutorial explains how to download them:
    http://forums.adobe.com/docs/DOC-2656

  • How to retrieve the max value from a cursor in procedure

    Hi,
    In a procedure, I defined a cursor:
    cursor c_emp is select empno, ename, salary from emp where ename like 'J%';
    but in the body part, I need to retrieve the max(salary) from the cursor.
    could you please tell me how I can get the max value from the cursor in the procedure.
    Thanks,
    Paul

    Here is one sample but you should just get the max directly. Using bulk processing should be a last resort.
    DECLARE
      CURSOR c1 IS (SELECT * FROM emp where sal is not null);
      TYPE typ_tbl IS TABLE OF c1%rowtype;
      v typ_tbl;
      max_sal number;
    BEGIN
      OPEN c1;
      max_sal := -9999999999999;
      LOOP                                                 --Loop added
        FETCH c1 BULK COLLECT INTO v LIMIT 3; -- process 3 records at a time
            -- process the records
           DBMS_OUTPUT.PUT_LINE('Processing ' || v.COUNT || ' records.');
            FOR i IN v.first..v.last LOOP
                 if v(i).sal > max_sal then
                   max_sal := v(i).sal;
                 end if;
                DBMS_OUTPUT.PUT_LINE(v(i).empno);
            END LOOP; 
        EXIT WHEN c1%NOTFOUND;
      END LOOP;
      DBMS_OUTPUT.PUT_LINE('Max salary was: ' || max_sal);
    END;
    Processing 3 records.
    7369
    7499
    7521
    Processing 3 records.
    7566
    7654
    7698
    Processing 3 records.
    7782
    7788
    7839
    Processing 3 records.
    7844
    7876
    7900
    Processing 2 records.
    7902
    7934
    Max salary was: 5000

  • How do you set the value of an enumeratio​n programati​cally

    I would like to be able to select (programatically) the value of an enumeration.  I don't seem to be able to find any reference to how to do that.
    Thanks.
    Solved!
    Go to Solution.

    True, True.  The original post wanted to know how to programmatically "select" the enum value.  To me, that means to either force the enum to display another value, or retrieve the current value.   I thought Ben was referring to the fact that you can't programmatically set or initiate new values into an enum.  Which as he said, can only be done with a Ring.
    "In your example you're not "getting" the value of the enum. You're converting it to a string. That's a different operation."
    I showed two ways to get the value,  one gets the current string value associated with the numeric value, and the other gets the current numeric value.  i went further in the attached vi, by demonstrating how to change the current (displayed) value of the enum by using a string.  (IFF you already know the string values in the enum.)   
    In my program, i use a typedef cluster with an enum in it.  At runtime, i need to "select" the active enum value based on which operation i'm performing.  I know from elsewhere in the program what operation i need, but it's string, and there's no easy way to change the value of an enum with a string, except with the backdoor methods i showed.  
    I wish my cohort woulda used a ring.  ;-)

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How to retrieve the procedure value and pass the value to a form field

    How to retrieve the procedure value and pass the value to a form field?

    Set property for the field and the value is the actual procedure/function.
    Cheers

Maybe you are looking for

  • HP Envy M6 CANT RESTORE!!!

    Ok, to make a long story short and cut out all the un-needed info, i was informed by a tech to take another copy of windows and install it onto my hard drive to correct some partition issues created. After attempting to install my windows 7 on the la

  • Mview Refresh Taking more time

    Hi Team,     Am using Materialized Mview refresh for my database,with refresh type as fast. Previously the mview refresh completed within 10-15minutes,but now the mview refresh taking more than 150min to complete. Please suggest on the above issue. W

  • 4:3 clips in a 16:9 seqence

    I'm using 16:9 as well as 4:3 clips in a 16:9 sequence. Viewed on a 4:3 television, the 16:9 clips are letter boxed, the 4:3 clips have a black box all around the video. Is there a way to have the 4:3 shown as 4:3 instead of letter boxed as well as p

  • Problem in 11g tp3 lov

    Hi All, I have a create page with a lov (af:inputListOfValues )field country. But if I run the page, page is coming properly but on clicking of lov I am not getting the lov popup. below is code for your inspection <af:inputText value="#{bindings.ManI

  • Deactivate volume license

    I am leaving my current job and need to deactivate the volume license of Creative Suite 3 that I have running on my home computer so it can be given to the new employee. There is no "deactivate" option under Help. What do I need to do to make sure th