How to create an orgchart of users created in portal

I need to produce an org chart of our company. As the users are created in portal 902, it would seem the portal hierarchy tool would be perfect to use. However am I right in thinking that a user created in portal is stored in the oid/ldap tool. Anyone have any ideas to access the data via sql.
What comes to mind is
1. there is a dbms_ldap package, could this be used to populate a emp type table
2. A trigger that fires when a user is created that populates the emp table
Anyone done anything like this before.
Regards
Orlando

Thanks for the reply Sharadha ,
I do not have actual users from portal but it comes from the LDAP, i have already used the above method and it does not have the timezone.
Depending on the request from where the portal is being accessed from i need to find there timezone.
Thanks
Deepak

Similar Messages

  • How to view/edit/delete the user created profile in oracle 9i? Very Urgent

    Friends,
    I logged in as system in oracle 9i.
    SQL> create profile testpro limit
    2 idle_time 1;
    Profile created.
    SQL> alter user scott profile testpro;
    User altered.
    Then i logged in to sqlplusw as a scott user.
    and i waited for 10 mins after that.
    sql> select * from cat;
    its working......
    how come? i have already set a idle time to 1 minute.
    Please correct me if im wrong.
    Also, how can i view/edit/delete the user created profile.
    Thanks & Regards
    Sathyguy
    Message was edited by:
    sathyguy

    The resource limits set for a profile are enforced only when you enable resource limitation for the database.
    Enabling and Disabling Resource Limits While the Database is Open
    ALTER SYSTEM SET RESOURCE_LIMIT = TRUE;
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/users.htm#15451
    Manu

  • How i know the password of user created by su10

    Hi all,
    i have created three users by SU10 and gave the role y_functional_all , but the problem is that how i will get the password for that user to connect.
    rgds
    imran

    hi ,
    1-- thanks for reply, what i understood that i connect to each user one by one by su01, then manually give each users the initial passwords.
    2-- is there any method to give default password for all when new user is created.
    waiting for reply
    imran

  • How to Change Song Order in User-Created Playlist

    I have several playlists that I've created by just adding a bunch of songs to. I then would like to go into those playlists and change the order that the songs are listed in so that they play in that new order (they are initially listed in the same order that I added them to that playlist - i.e. the 1st song added is the 1st song in the playlist, then 2nd song aded is listed as the 2nd track, etc.), but I can't figure out an easy way to do that. I cannot drag a song up; if I want to move it up, I have to drag every song above it down (and then they get all out of order!). If I try to drag a song up, it goes to the very bottom of the playlist when I release the mouse button!
    How can I change the order of songs that I've added to a playlist? There's got to be an easier way!
    Thank you,
    Dennis

    I already had the arrow pointing up in the track order header column, but your suggestion gave me an idea - I went up to "View" and then clicked on "Hide artwork column". That did the trick - I can now drag songs up and down in my playlists to change their order to my heart's content!
    Thank you!
    Dennis

  • How does Jbuilder store information about user created packages

    Hi ,
    I am new to Jbuilder . I am trying to create a hierarchy of classes, eg:- com.test.first.servlet.abc.java . How do i add this hierarchy to the Jbuilder project. I have manually tried creating folders using New Folder feature, i guess thats not the way its supposed to be done.
    I also opened the .jpx with a wordpad , to see what kinda xml tag is being used to create a package of classes. There is no information about that at all. Right now i am copying a .jpx file, i got from god knows where & editing that for my present project.
    Any suggestions as to whats the right way of creating one !!?
    Thanx b4 hand,
    Maddy

    If you're trying to add an existing java projects source files to a jbuilder project then select the Project Properties dialog from the Project menu. Navigate to the Source tab and add the directory that contains the new source files.
    Dave

  • How to make an interface between user  created  screen and dxtools table

    Hi friends,
                   I created  my own selection-screen using module pool .I need help about how to join my screen to
    the fields of  DXTOOLS  TABLE .
    This DXTOOLS is a function module for FILE UPLOAD/DOWNLOAD in SAP.
    ie. i have  joined the screens
                      1. OBJECT, PROGRAM TYPE,PROGRAM NAME SCREEN and
                      after clickin COPY BUTTON a screen with these fields appear...
                      2.TARGET/SOURCE - APPLICAITON SERVER,PRESENTATION SERVER..   
    please  help me  about how to join my screen with the table DXTOOLS..
    Thanks,
    Kassim.

    I would try catch block code with [Alert.setCommandListener|http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/Alert.html#setCommandListener(javax.microedition.lcdui.CommandListener)], roughly like below:
      downloadAlert2 = new Alert("Download error !");
      downloadAlert2.setType(AlertType.ERROR);
      downloadAlert2.setString("Download error : "+e.toString())
      downloadAlert2.setTimeout(Alert.FOREVER);
      downloadAlert2.setCommandListener(new CommandListener() {
        public void commandAction(Command c, Displayable d) {
          if (c == Alert.DISMISS_COMMAND) {
            midlet.platformRequest(downloadURL);
            midlet.notifyDestroyed();
      display.setCurrent(downloadAlert2);//show the Alert  
    }

  • How to get document number in user  created form?

    Hi All,
             I am creating a form.In that i want to maintain Document number for each form(each order)(like in sales order form (Document  No. field)).
                   Please help me to maintain the document number either manually or by system generated.If u have code example   please send.
            I tried for Manage series and all.But i couldn't get.
    Expecting ur reply soon
    Thanks
    V.Rangarajan

    Hi V.Rangarajan,
    I haven't used this code yet, but herewith an extract from the SBO SDK Training material which I think is related to your problem.
    // create a combo box for the series oItem=oForm.Items.Add("SeriesName",SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX)
    // fill the combo with relevant series
    oComboBox.ValidValues.FillWithSeries(True, False, 0) new method
    oComboBox.DataBind.SetBound(True, "@MATH", "Series")
    // edit text to hold the numbering of the series
    oItem = oForm.Items.Add("SrValue", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oEditText.DataBind.SetBound(True, "@MATH", "DocNum")
    // get the next series number in add mode
    lNum = oForm.BusinessObject.GetNextSeriesNumber(CLng(str))
      oEditText = oForm.Items.Item("SrValue").Specific()
       oEditText.String = lNum
    I don't know if this will solve your problem, but hopefully it will put you on the right track.
    Hope it helps,
    Adele

  • How to track the existing logged user on the portal

    Hi
    I am using portal 3.0.9.8.1.
    From time to time , I am stopping the Oracle http server for the
    purpose of deploying new servlet class/jar files in its
    configuration files.
    My question is "How to define/track the list of users who are
    currently accessing the portal"?
    In my portal configuration, I setup up the life cycle of new
    session id for 15 minutes so it is assumed that I should get
    only the list of active users (< 15 minutes) !!!
    thanks in advance

    Hi
    First of all, thanks for your reply.
    I issue a simple SQL Statement as follows :
    select count(*) from wwlog_activity_logs;
    It generates for me around 1300 rows!!!! Is it normal?
    Currently, the portal is used only for intranet purposes and the
    number of users is only 5?
    How the portal is updating this table? is is a historic table?
    Can I delete the content of this table at any time?
    Thanks in advance for your feeback

  • How to see the logged in user on the portal EP6 SP2

    Hi All,
    I am using EP6.0 SP2 Patch 5.I want to know that which users are logged on.Can I see the user id of the logged in user inthe portal.
    Any suggestions.
    Paritosh

    Hi Paritosh,
    I think SAP Note 762004 should answer your question!
    Best regards,
    Robert

  • How can I get the current user an  resource context  in a portal JSPDynPag

    How can I get the current user (com.sapportals.portal.security.usermanagement.IUser?)an the resource context  in a portal component (JSPDynPage)?
    Thanks.

    Hi Jon,
    Here is the code to get the current user and resource context in your JSPDynPage:
    IPortalComponentRequest  currentRequest  = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    com.sapportals.portal.security.usermanagement.IUser contextUser = (com.sapportals.portal.security.usermanagement.IUser) currentRequest.getUser().getUser();
    ResourceContext resourceContext = new ResourceContext(contextUser);
    Greetings,
    Praveen Gudapati
    p.s. points are always welcome for helpful answers

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • How to get the user created when I prepare for the BD Identity Manager

    Hi I have a query, I need to get a backup database Identity Manager 9.1, I have a problem I do not remember user created to perform the backup, how can you know that I created when I made the installation of Identity Manager, or how can I find

    Hi,
    You can do this trick:
    1) Go to "Deployment Manager" in the Web Console, and open the EXPORT applet
    2) Export the User Defined Fields from the USR form. You don't need any dependence for this.
    3) Open the generated XML with a text editor.
    3) Search for the <SDK_SCHEMA> tag
    This tag contains the OIM schema name, wich shoud be your OIM database user.
    Hope it helps,

  • I use migrate assistant to move files from my old pc to the new Mac , but it creates the user account. How can i delete the unwanted user account.

    i use migrate assistant to move files from my old pc to the new Mac , but it creates the user account. How can i delete the unwanted user account.

    Welcome to Apple Support Communities
    That's the classic behaviour after using Migration Assistant and that's normal.
    To transfer the data from the new user account to your old user account, you can follow some steps. Here is all the information you need to do this > https://discussions.apple.com/docs/DOC-5472

  • How do I access my encrypted User Account files from my Back Up hard drive?  Time Machine  was used to create the back up disk; File Vault was used to encrypt the files.

    How do I access my encrypted User Account files from my Back Up hard drive?  Time Machine  was used to create the back up disk; File Vault was used to encrypt the files.

    Thanks.  I will try going through TM.  Since my Simpletech is on the way out, I'll be plugging in a new external hard drive (other than the back-up drive) and trying to restore the library to the new drive.  Any advice or warning if this is NOT the right thing to do?
    Meanwhile, that is a great tip to do an alternate back-up using a different means.  It's been tough to figure out how to "preserve access" to digital images and files for posterity, knowing the hardware will always fail/obsolesce sooner or later, and that "clouds" are only as good as their consistent and reliable accessibility.  Upping the odds with redundancy will help dull the edge of my "access anxiety", though logically, it can never relieve it.  Will look into
    Carbon Copy Cloner.

  • How can i create a new Adminstrator user account ?

    How can i create a new Adminstrator user account ?

    Go to the System Preferences>Users.
    Click the lock if and enter your password, if necessary.
    Then click on the "+" symbol below the accounts list.
    From the "New Account" menu, select"Administrator" and fill in the rest of the information.
    And finally click the "Create Account" button.
    Done. A new Administrator user account.

Maybe you are looking for