Field of database OID obpasswordexpirydate

Hello

Does anyone know what database table stores the OID attribute obpasswordexpirydate?  I want to write some SQL for this date, but I can't find it anywhere.

Other attributes are in obvious tables as obpasswordchangeflag is in ct_obpasswordchangeflag but I can't find this one.

Suggestions to its location, or another table date as the last set password date which would allow me to calculate the expiration date would be much appreciated.

I know that I can get the value of a query LDAP but that is not as useful for what I need.

Thank you

Darren

If you are still looking, it is in DS_ATTRSTORE:

SELECT *.

OF ds_attrstore t

WHERE t.attrname = 'obpasswordexpirydate. '

AND t.attrkind <> 't'

AND t.entryid = (SELECT c.entryid FROM ct_cn c WHERE c.attrvalue = '');

Tags: Fusion Middleware

Similar Questions

  • Sort by field of database when using cfdirectory

    I have the following code, but you need to sort the list by a field (sortID) my database (not a value from the directory)

    -How can I add this?

    -J' tried to add "sortID" underneath, but it has no effect?

    -sortID is a field of type varchar 3 digits in MySQL

    <div data-role="collapsible" data-collapsed="true">
        <h3 align="center">Board</h3>
        <ul data-role="listview" data-theme="d" data-inset="true">
          <cfset DirList = "C:\Inetpub\wwwroot\CRM\CCC\attachments\board\">
          <cfset site = ("https://crm.domain.com/crm/ccc/attachments/board/")>
          <cfdirectory directory="#DirList#" name="qDir" action="list" sort="sortID DESC">
          <cfquery dbtype="query" name="dirsOtherOnly">
      SELECT * FROM qDir ORDER BY sortID DESC
      </cfquery>
          <cfoutput>
            <cfloop query="dirsOtherOnly">
              <li>
              <a href="#site##dirsOtherOnly.name#" title="Click to Preview" target="_blank">#dirsOtherOnly.Name#</a>
            </li></cfloop>
         
          </cfoutput>
        </ul>
        <cfif ("sicr" NEQ "region6" AND #Session.kt_login_user# EQ "john" OR #Session.kt_login_user# EQ "bob")>
          <p align="left">Click to add attachment: <cfoutput><a href="ul_l.cfm?id2=500&id5=Board" data-transition="fade" target="_blank">Attachments</a></cfoutput></p>
        </cfif>
      </div>
    
    
    

    Why would you want to order the result set in a column that apparently has nothing to do with it? In all cases, a solution is to get the sortID of the database column and add it to the charly resulting cfdirectory

    Something along these lines

    SELECT sortID

    FROM TBL

    SELECT * FROM qDir

    ORDER BY sortID DESC

  • If the field of database increases in size, how to change the report to display this increase?

    Hi all

    I work with Oracle 10 g of reports and have a report that has already been created.  I need to increase the size of a field from 50 to 200 in width to accommodate a change in database.  When I click on the field and click Properties, the value of width is locked.  How can I change this?

    Thank you

    Steven

    Open your query again.

    make a tiny tiny change, maybe add a space, or something between two words. you might even be able to cancel your change (remove the space).

    Press OK.

    the reports will be realize you changed your table and adjust.

  • APEX4: Filling of fields of database based on the value of SelectList

    Hello

    I have a Select list and 4 fields of text on a form. By choosing a value in the select list, I have to fill out text fields from its values from the database by using the value in the list select as primary key.

    How can I do this in 4 APEX?

    Thanks for the help.
    -Hozy

    OK, the problem was solved on apex.oracle.com

    You were not able to access the application because your application uses DB account as the authentication scheme, who obviously would not work on apex.oracle.com.

    I have change the authentication to Apex on apex.oracle.com scheme.

    About 3-4 truggers were not valid for account forms, the customer and transfer did not work. Who sets also.

    There is no data, then finished by create minimal records juices.

    Now take a look at the Page 14 and dynamic Actions. Only Address1 and Address2 are Benoit updated, based on the customer account. You will need to add additional Dyna for the zip code and city Actions.

    Next time around, please make it easier for someone to help out you by
    1. the manufacture of safe objects are valid
    2. it some (dummy data) in the relevant tables

    Kind regards

  • Try to get the login user name in the field of database

    I have an Apex application with 4 tables. Each table has its individual fields more audit 4 fields (CR_DATE, CR_USER, LM_DATE, LM_USER) to follow, create and edit events Records.
    We use authentication database for the application of the Apex, each user has his own connection to the database ID.

    Our standard development efforts resulted in a practically useless 'APEX_PUBLIC_USER' entry in our areas of audit.
    Manual change of our triggers (by Toad) solved this problem. However, a business rule States that all the requirements of design of database are stored in Oracle Designer and manual trigger changes are not an option for us.

    So, we have posted on the forum of designer asking a way to make this change in the designer
    link:Re: manual trigger changes are not retained when the API is generated (re)

    I made the suggested changes and were able to verify that these changes work if I change records using Toad, but don't work not by Apex. It seems that I have the login name used by the server instead.
    (for example if I connect on the toad as a generic user and edit a record, my personal user name appears correctly in the field of the LM_USER - if I change a record through the Apex, connected applicaton as myself, the area of the LM_USER says 'oracle')

    I tried to change the source of the LM_USER field in the Apex to pull the value of APP_USER, but it seems to be crushed (or substitute) by the triggering action.

    The goal is to have the usable information audit trail field on the user who performed an action, if possible based on the: value APP_USER in Apex, which is also the oracle username.

    Hello:

    You might want to reference "CLIENT_INFO" rather than "OS_OUSER" in the trigger, code generation and check if it helps. APEX defines CLIENT_INFO APP_USER for each database request.

    CASE
       when  SYS_CONTEXT('USERENV','CLIENT_INFO') is null then
           cg$rec.CREATED_BY
       else
         SYS_CONTEXT('USERENV','CLIENT_INFO')
    END
    

    CITY

  • Width of scalar field of database update

    Hello people,

    We currently use reports 6i, and I have a report that contains a field within an extensible framework. This field is a scalar field of the database, so it is accessible from a query. I would like to change its width, but I can't its property sheet. Oracle documentation, I checked and it seems that I should be able to change the width. Would you know how I can change the width?

    Thank you
    GB

    If the field is based on a database field, why you want to change the width?

    If the "width" of the database field has changed, open the query editor, add a whitspace and press ok. In the report field width should be set to the "width" in the database again.
    Another option could be to use the FONT in your query.

  • How to group by a field of database where the field is obtained after operation on the left

    Hi all

    I'm left operation on a string field and after the operation on the left, I need to make a group on the output, that emerged after operation on the left.

    I stored the output in a variable called X.I need to group by on this value

    Thanks in advance

    Hello

    Try this

       

    Content...

    Please check the question/answer, correct if this has answered your question.

  • Separated by comma delimited field of database

    I have a ms access db field town with values like this:
    Vancouver, BC V6A 4 8
    Richmond, BC V6Y 1 s 6
    Coquitlam, BC V3J 2W4

    I like to leave the city names in the City field as Coquitlam Vancouver, Richmond, goes into the city. BC, BC, British Colombia goes into the Province field. V6A 4 8, V6Y 1 s 6, V3J 2W4 goes in the postal Code field. Is this possible?

    Thank you

    Note that Vancouver, BC V6A 4 8 is a part of two, the list separated by commas. Also note that BC V6A 4 8 is a list of the three elements of space-delimigted. If you can do something like the following:

  • single record by field of database

    The following query, I would like to ensure that only one record per ManufacturerParNumber results that currently there are duplicates. How can the code be modified accordingly?

    "SELECT OptionsHeaders.ID AS OptionsHeadersID, SortOrder, Products.ID AS ProductsID, Products_1.ID AS Products1ID, url_img, ManufacturerPartNumber, Description? OF THE accessories WHERE Products_1.ID =? OR ProductFamily =? ORDER BY DESC SortOrder.

    Why is your game columns #1 and #4 results back?

  • Trying to transfer a file of bytea in a Postgresql database field for storing files on the Orchestrator.

    Trying to transfer a file of bytea in a field of database Postgresql (on Orchestrator SQL instance) for storing files on the Orchestrator.

    The code is as follows:

    query var = "Select * from lots where id = '" + vmID + "'";

    var resultRecords = database.readCustomQuery (query);

    var icaoData = resultRecords [0] .getProperty ("icaodatabase_file_data");

    var out = new java.io.FileOutputStream ("/ var/run/vco /" + resultRecords [0] .getProperty ("icaodatabase_file_name"));

    out. Write (icaoData)

    out. Flush()

    out. Close()

    Returned error: TypeError: [java.io.FileOutputStream JavaPackage] is not a function, it is object.

    This works very well in Grails.  Any suggestions on how to succeed in Orchestrator 5.5?

    You will need to use the javascript filewriter object (and check activation of rights to do so)

    Or will set up a shutter file to activate vCO using java.file.

  • You want to varify each form field with the value from database?

    Hello Experts,

    I have to implement a feature that will confirm the change for each text field on the form.

    Scenario:

    I have a form with several fields of database tables.

    We have set the indicator for each column of each table to Yes or no in a master table to access.

    When users navigate to any text field in any database block, procedure, or a function will varify that access is granted for the amendment of this column.

    If the access flag is set to yes, user can change. otherewise fast with the message, you are nor allow to change this field.

    I don't want to call this procedure and a function in each field.

    Also, if in the future if a new field will add to this form, there is no need to change in the code or we should not require to remember to check the indicator of access to this column.

    Please help me.

    Thank you

    Yoann

    NEXT-KEY is always triggered, then you can try to put that code in WHEN-VALIDATE-ITEM trigger. This way you can navigate on this field if it's empty DB, but can not force the user to enter data in a new record. Alternatively, you can ask again priviledge change data in your trigger KNI.

  • * Displays an invisible field when a database field has a value specified? !!

    Hi all
    I have two fields, a database and a database not
    IAM using a LOV to return the values of these two areas, I want to display another invisible field only when the database has filed the value returned by the LOV is equal to a specified value.
    I used a trigger WHEN-VALIDATE-ITEM on this field (named db_field) db with this code:

    DECLARE
    IT_ID POINT;
    BEGIN
    IT_ID: = FIND_ITEM ('item'); -It's the invisible element that I want to appear
    IF: db_field = 'some_value' THEN
    Set_Item_Property (IT_ID, visible, PROPERTY_TRUE);
    Set_Item_Property (IT_ID, Enabled, PROPERTY_TRUE);

    ON THE OTHER
    Set_Item_Property (IT_ID, visible, PROPERTY_FALSE);
    END IF;
    END;

    This trigger works fact (the same result as after the CHANGE and POST-TEXT-POINT), but the "article" field is released after leaving this db_field!
    I want to show this 'subject' field after returning from the value of the LOV directly not after leaving the db_field
    How to do this please?

    Hello

    You must have a when button pressed trigger, associated with the LOV... right?
    Typical code inside that would be:

    go_item ('db_field');
    do_key ('list_values');

    You must write the code that you wrote below after that. No need for when-validate-item trigger here.
    If your code in when-pressed button LOV trigger associated with db_filed should be as below:

    DECLARE
      IT_ID ITEM;
    BEGIN
      go_item('db_field');
      do_key('list_values');
      IT_ID := FIND_ITEM('item'); -- this is the unvisible item that I want to appear
      IF :db_field = 'some_value' THEN
         Set_Item_Property(IT_ID,VISIBLE,PROPERTY_TRUE);
         Set_Item_Property(IT_ID,ENABLED,PROPERTY_TRUE);
      ELSE
         Set_Item_Property(IT_ID,VISIBLE,PROPERTY_FALSE);
      END IF;
    END;
    

    It will be useful.

    Check the answer as useful / OK, if this can help you

    Carole

  • How to change the database metadata after OIM/OAM installed?

    Hello world

    To change the database/schema of metadata for our installation OIM/OAM.

    What I intend to do is:

    1. create the new db

    2. run the RCU for the OID and OAM utility.

    3. change the connection pool data source in the Weblogic OAM console.

    Is there anything else I need to do?

    I know, there was a connection to the database when I created the home field of the OID (via config.sh). I tried to run this script config again, but could not find a way to change the domain, nor I see how do in one of the consoles (much).

    Any help appreciated!
    D

    for OID, updated if necessary tnsnames.ora and data sources

    OAM, update data sources.

    For IOM, consult this section docID 1359656.1: configuration of JDBC connection of IOM in metalink demand side.

  • How to add a sequential number or random as a merger of field?

    I created a landing page of confirmation which must be sent to an external site for tracking purposes. As one of the URL attributes, I need to assign a unique ID for the transaction, but the problem is that I can't use the email address.

    So my thought was that I created a random number and use it as id I checked the Math App in the cloud connectors, but realized that this only works in the campaign workflow. Then I thought so maybe some PHP in the destination page would help, but that is not taken care of.

    Any ideas on what I can do to fix this problem? A sequential number would be great but not necessary, so I figure that if it's long enough so a random number should not be repeated and will be able to work for my needs.

    Thank you

    Fernando

    I see two options:

    (1) you might actually be able to use the Math cloud connector in this case. To do this, start by creating a new field in the contact table to hold the random numbers, then set this field as a merge field (assets > creating a new Email > merge field > New). Now, you just need to run the Math Cloud Connector step in your Web of campaign, do fill this field of database for you and don't forget to add the merge field at the end of your URL as a query string.

    (2) the simplest option is to use the Eloqua user as a fusion variable id. If the Eloqua user ID is not yet an option of merger on your instance, simply follow the steps to set up a merge field (assets > creating a new Email > merge field > New) and choose the Eloqua user ID, now add at the end of your URL. It works even better that which precedes because area you guaranteed to have a unique value per user. If you need a unique value per visit, then I think that freejungof response would work very well, especially if you concatenate the JavaScript random number with the user id.

  • The population of the connection string in database in the default login prompt

    Add this in the formsweb.cfg file:


    UserID = @DATABASEID

    In Forms 10 G, it works to pre-fill the id of database in the field of database screen to default logon for the user does not have to enter.  This does not work in Forms 11 G. How this can be accomplished in Forms 11 G?

    Hello sharpe

    Check this.

    Hamid

Maybe you are looking for

  • Security questions

    I forgot my security questions and I want to change them, but the system keeps asking me to meet my security questions in order to change the answers! Well, it's not logical for me. Any help please?

  • How can I scan my email?

    Nice day: I have a problem in my e-mail address. It seems that I have a virus. My email messages to different recipients containing the virus itself. How can I scan my email

  • Save pictures to SD card

    I didn't find the option to save the pictures taken by the app photo dafault on SD card. How to go?

  • How did edit a simple video that I took with my Xperia Z3z from Verizon?

    Hello I did it and I can't for the life of understand me HOW I did. I edited 2 videos - that I belonged the median slow-mo. A I trimmed of superfluous parts of the video. I have these videos on my phone as MP4s, so I know I'm not nuts. I remember jug

  • Change the cartridges on a HP 3055 printer

    I have a HP 3055 printer.  I want to change the black ink cartridge.  I can't open the machine to get in the cartridges.  How to do this please?