the user locked, no date blocking

Has anyone seen anything like this before?

The user is locked, but the lock date is null
SQL> select username, account_status, lock_date
  2  from dba_users
  3  where account_status like 'LOCK%';

USERNAME             ACCOUNT_ST LOCK_DATE
-------------------- ---------- -----------
<snip other users>
MYAPPUSER            LOCKED

15 rows selected.
Account blocked several times today. Status notification is simply LOCKED, not LOCKED (TIMED) such that it would be so wrong password entered too many times.

Perhaps you haveBug 9693615 LOCK_DATE is null in DBA_USERS after account gets automatically locked"for 10.2.0.5/11.2.0.1?

Tags: Database

Similar Questions

  • Qosmio F750 - how to disable the user locking after the closure of the laptop?

    Hello

    I have a Qosmio laptop, F750 and I would keep it active after the closing of the screen keyboard. At the time you close the screen that the user is locked and my remote via WiFi connection does not recognize the laptop is ON more.

    I use iTunes with their Remote app to control music on the laptop and want to have the laptop running in the background with the display closed, but as soon as I do this I lose the connection.
    I disabled the hibernation in the power settings, but this only works if the screen remains open.

    Any help would be appreciated.
    Thank you

    Which is really strange.
    When you open the power settings in the Panel on the left side you will find the option choose closing the cover. Set it to do nothing and to test it.

    > and want to have the laptop running in the background with the display closed
    Why? Leave it open. The key is that the screen is off and you can assign parameters of energy too.

  • Administrator - changed the permissions of the user for time/Date, installing software, etc.?

    One of our work computers has been restored to the factory settings (previously XP Vista now) and have since the re-installation of software and connect to the network driver (server). However, user seems to have a restricted access IE: cannot change the time/date, impossible to install the software, a vision limited in Adobe, etc.. Could you please tell process changes or authorization required by the administrator to allow the user to access these functions?

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the public on the TechNet site. Please post your question in the below link:

    http://social.technet.Microsoft.com/forums/en-us/itprovistanetworking/threads

  • Level the vs locking level field block page

    In my application, I have a page with fields and a button.

    1. by requirement, I need to lock each present field on this page. However, button should get not locked because it has script written on the click event to unlock the fields present on the same page.

    To lock all fields: Form.Page.access = 'protected' - it works fine

    Now for the release button: Form.Page.OverRide.access = ""; -it does not work. Always locked button. I printed out the status of the button on the console and it shows as open.

    2. If I try to lock each field individually, some fields are not getting locked and can still be modified. I checked the written code is correct.

    My second question is how to lock all fields without blocking a button on the same footer?

    Thank you, Jono and Melrose.

    I could solve this problem by placing all other fields on a subform and the substitution buttonn alone on an another subform and only the first lock.

  • Moving a disk of the user in another data store

    Hello!

    I have an office pool that is used by a few users and now I discovered, as i wan't to upgrade the user drives my Netapp file server to use snapshots on them. Is there a way to move a disc of the user to its current location on the same os drive data store was a new data store?

    I know that I can put in place a new pool, but let the user discs when I do this, so this isn't an option.

    Anyone know how I can keep my user records, moving them to another data store?

    Currently a UDD cannot be moved the data to be backed up and restored. Alternatively, you can also turn on roaming profiles have the connection of the user in two places, once everything is in place, turn them off.

    WP

  • How to restrict the user to enter data into the PLUGS DO

    Hello

    I textinput in my page, I have to restrict the user to enter the data covers only.

    can someone help me on this.

    Knockaert

    Please go through this site.

    http://oracleanil.blogspot.com/2010/10/restrict-user-to-enter-data-in-caps.html

    Concerning
    Meher Irk

  • Asking the user to enter data

    Hello

    I can't find if it is possible to run javascript, that will be window (such as a form) that will contain some text boxes to enter data by user and some check boxes, the user can register/unregister. According to values user will type and user option chosen will be the scrypt will be another feature.

    Thanks in advance for your answers.

    Gregory

    Yes, you can make it appear simple UI elements or complex dialogue boxes.  The details are in the Acrobat JavaScript documentation.

  • After the application is deployed, how the user can take data back up.

    Hello
    I created an application. Who is running in Mode offline in a machine. User enters data available through this application form. Data enter if the form in our application database table.
    User you want to take data upward in the evening which is in here by user per day.

    How can take it Full day data Back to the top. Arrive are enter by the user.
    How can I do that.

    I have installation XE in my machine. When I click on start-> all programs-> Oracle database 10 g Express Edition-> Backup Database

    What is the use of the backup database.




    Thanks and greetings
    Ed

    Published by: Ed on March 17, 2010 22:40

    Hello

    I'm sure you can find the answer here
    http://download.Oracle.com/docs/CD/B25329_01/doc/admin.102/b25107/TOC.htm

    BR, Jari

  • The user account expiration date

    Hi all
    I have a lot of schema and generic users to follow up to avoid the expiration of his or her password. I tried to find out which of them are close to their expiration date, but for some accounts, my request has failed...

    SELECT THE USER NAME,
    EXPIRY_DATE,
    VIEW PROFILE
    Of
    (SELECT u.username,
    U.account_status,
    U.Profile,
    P.Limit AS passwd_exp_limit,
    SYU.ptime,
    SYU.ptime + P.limit AS expiry_date
    FROM dba_users U,.
    sys. User$ SYU.
    dba_profiles P
    WHERE the u.username NOT IN ('SYS', 'SYSTEM', 'OUTLN', 'DIP', 'TSMSYS',
    ("GENERAL", "ORACLE_OCM", "OPS$ ORACLE")
    AND SYU.user # = U.user_id
    AND NOT AS u.username ' OPS$ %.
    AND p.profile = u.profile
    AND p.resource_name = 'PASSWORD_LIFE_TIME.
    )
    WHEN TRUNC (EXPIRY_DATE) - 30 < = trunc (sysdate)
    AND PROFILE 'END_USER' <>;
    It is the result of the query.
    EXPIRY_DATE PROFILE USERNAME
    _________________________________________________
    ...
    DEFAULT_PASSWORD_PROFILE ETLDWDW 30 DECEMBER 08

    8 selected lines
    but... He has not expired when connecting, even when according to my request that he should be long expired.
    SQL > conn etldwdw@instance_name
    Enter password: *.
    Connected.
    SQL >
    I checked the PASSWORD_LIFE_TIME of this profile, and it is equal to 90 days.

    How can I determine what day will expire each account?

    Thank you for your help

    Martin

    PS: My version is

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - production
    PL/SQL Release 10.2.0.4.0 - Production
    "CORE 10.2.0.4.0 Production."
    AMT for Linux: release 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    Hello

    To check the expiration date, you will need to view dba_users query.

    According to your request, his shows correct value and it expires Dec. 30, so you can connect with this user until Dec 30.

    concerning

    Jafar

  • RESPONSIBILITY of the user to end Date

    Hello

    I have a list of user sysadmin or helpdesk. I want to put the responsibility of the user of end day today or yesterday. Can I use the package as FND_USER_PKG to do? should what command I use?

    Thank you

    Felix

    Felix,

    Take a look at the following threads...

    How to close a responsibility?
    How to close a responsibility?

    How to use fnd_user_resp_groups_api
    How to use fnd_user_resp_groups_api

    Kind regards
    Hussein

  • The user sends text data

    Hello world. I don't know if I'm in the right section.

    I have a Web site designed in Flash. The site has a contact with 3 fields (name, email and message) section. Having completed these fields would be a click 'send' to send the data in a text file that resides on a Linux (Apache), based on the server.

    My question is... Should what action statement I set up?

    Any help-suggestions will be appreciated.

    Concerning

    Fred

    I'll give it a try. Thank you very much Dave.

    Concerning

    Fred

  • Validate the data block

    Hello
    I have a block of data with editable fields. If the user changes some data in these fields and click on a button in a different block, then I need to display a message asking the user to save changes (similar to the message when the data is not stored and user tries to close the window). How do validate us this on a click of a button?

    Kind regards
    Suresh

    This code on your button

    if :system.form_status = 'CHANGED' then
    message('Save your changes'); pause;
    end if;
    
  • Slow response from the user interface with acquisition of data of type long time

    Hi all

    I have a question to ask more out of curiosity than necessity right now. I've built a program that acquires data from the accelerometer and the Treaty in a number of ways: filtering, FFT, FRFS, things like that, but the answer of the UI is still slow, because I need a resolution of frequency of 0.2 Hz for my data domain, which means that the sample acquisition time is 5s and all this awaits before execution.

    My question is this: is there a way to completely isolate the user interface of data acquisition so that it responds immediately?

    I tried a design model of producer consumer with queues, but found everything to be always waiting for samples to be taken. Maybe it was exactly as I did.

    Thank you

    Phil

    If you need to sample for 5 seconds in order to have enough data to analyze, so unless you can "predict the future" and "knowing" the five seconds of data, simply wait for the data that arrives.  Using parallel loops of producer-consumer will allow data acquisition to proceed (for the next 5 seconds of data) while you do the analysis, but you still have to wait for the data to be analyzed.

    Note that the previous paragraph assumes you are collecting data in 5 seconds 'chunks' and analyze each "chunk" (independent) on arrival.  You could also do something like having a "second 5 sliding window" which moves, say, a second at a time, giving your FFT a finer resolution of 'time' (at the expense of their independence).  This would be a (slight) change in your loop of producer (you want to taste in 1 second pieces, accumulate 5 these pieces) and the consumption loop (start analyzing, spewing a FFT every second, while replacing the older "chunk" with the most recent - a queue with loss can do for you).

    Bob Schor

  • Access policy for the user whose status is "disabled until the start date.

    Hello

    By default political access does not work for the user whose start date is later in OIM 11 g. I have an access policy that the provisions of all users of Xellerate OID. This policy is not work for users who start date is later, i.e. status = disabled until the start date.

    No workaround to make the strategy work is much appreciated.



    Thank you
    GYAN

    up to 10g it work very well if you put provisining date as the current date. But, you cannot apply even in oim 11g

    Try below

    Add new udf to the user profile
    reconcile the start date in the new udf and leave the start of oim null date
    In this case the access policy will be triggers and you will be able to get an account created to the OID, and then set the start workflow OID IOM

    for reminder and all just to add trigger for the new udf and update on the changes.

    Note: In your case as OID in disable State it will cause no problem after the user status "disable up to that Start Date. If the resource object in activate State and change you the status to disable up to that starting date, it does not fire disable the user trigger.

    Kind regards
    Mireille nayan

  • How to insulate the record insertion on a block of other blocks

    Hi all

    I am facing a problem in inserting record on several blocks. Let suppose that there are three blocks A, B and C user is inserting record in the block in the user Meanwhile jumped to block B and inserting record start here and then commit those changes. Inserting record on block B is failed due to validation on block A, where user left between the two and jumped to block B and application form for incomplete registrations. However, on the block B, all elements are validated but still ask to enter data block has.

    It is possible that if the user enter the record in the current block and forms insert record in that block and validate any changes on other blocks. I tried insert_record; integrated into the insert record but did not work. An idea to get out of this situation that I would be grateful.

    Thank you.

    A form module is treated as a single unit of work or of a single transaction. Either you save all data in it or anything. If you have a logic which must be stored separately from each other, so you should design your modules accordingly, in your case, create different form-Modules for different blocks. Everything else will only cause problems and is not the way to form of work.

    Message geändert durch AndreasWeiden

Maybe you are looking for