Apex access user meta-data such as first name and family name

Is it possible to access the metadata user such as the name and surname of the logged-on user? I know how to get the username through APP_USER, but I'd like to be able to access the other meta-data user that are stored in the user record. Thanks for any help.

Published by: Klabautermann on February 22, 2013 10:52

Klabautermann wrote:
fac586,

.. .to not to mention when one of my users will on the lamb and change their alias... :-) I agree with your observation of 3NF, and am happy insert the user ID and join for the statement, but what to attach to? I can't find a file specifications for user apex data table, and the suspect is not generally available in view of the apex_util.fetch_user requires permission from the admin.

No, it is accessible to the public through the view of APEX APEX_WORKSPACE_APEX_USERS. The data in the view are visible to one workspace schemas.

Note however that for the serious long term production use Oracle (and me) recommends creating a sign personalized with user data in your own tables.

Tags: Database

Similar Questions

  • Attempt to access property 'meta id}' undeclared in {plugin name} Info.lua

    I'm trying to picture: setPropertyForPlugin for a field id I created successfully. But I get this error when I turn off the plugin. It recharges without error. Of course, it is not properly written metadata.  Is there something I need to declare in the info.lua? It seems that the error which suggests.

    Error message:

    An internal error has occurred:

    Try to access the property 'tagboolean' undeclared in Info.lua of com.jonathonlefaive.tagstatus

    wWAD is ordinary functions, no wires, but you start a task that may still be running when the plugin is disabled, right?

    Anyway, the 'end' should be associated with the keyword 'function' - then it should work, no? -

    Catalog: withPrivateWriteAccessDo (function()

    Photo: setPropertyForPlugin(_PLUGIN, 'tagboolean', 'true', 2)

    end)

    working, huh?

    R

  • To access the measured data measures

    Hello

    Somewhere, in order, I do three tests by performing a loop of a group of steps using the ForEach/End statement. One of these steps is a numerical limit test which measures the data I would like to check/get later. If this had been a stage without looping, I would have used the code like this:

    RunState.SequenceFile.Data.Seq["TX Gain"].Main["ID#:V+IpmxTrKEKtowTTfXED+C"/* Unique Id of 'TX Gain' */].Result.Measurement["Measurement 0"].Data
    

    However, how peut distinquish the command above to query the data collected by first, second and third loop? I need to access all the results of the three and I don't want to create another variable.

    You must use RunState.Caller.RunState.SequenceFile... Regards Ray Farmer

  • APEX access of other users db views

    Hello community!

    In a large application I would like to evaluate some function calls in the parts of the report. For this I can get one of the apex_application... views:

    select application_name, page_id, page_name, region_name, source_type, region_source
    from apex_application_page_regions
    where application_name = 'Our App'
      and source_type in ('Interactive Report','Report')
      and region_source like '%my_function%'
    

    .. who so far works great.

    Now however this report must be run from a different workspace that uses another db-user. And there, I don't get any results data.

    I tried to add this other scheme in the original workspace, I tried with subsidies or thesaurus - all made no difference.

    For further testing, I wrote this view:

    create or replace view ourApp_apeximplementierung_v as
    select application_name, page_id, page_name, region_name, source_type
    from apex_040200.apex_application_page_regions
    where application_name = 'Our App'
      and source_type in ('Interactive Report','Report')
      and region_source like '%my_function%'
      
    union 
    select 'application_name', 9999999, 'page_name', 'region_name', 'source_type'
    from dual;
    

    The last 'dual' - line gets very well displayed in the other schema.

    Maybe it has something to do with tables temporary golabl? Because when I create a table of this query, these data can be recalled.

    But data must be dynamically updated, and I will not conduct the re-creation of the table, each time an APEX region is updated.

    I took a look at the creation for APEX_040200.APEX_APPLICATION_PAGE_REGIONSscript. (What is this "APEX_040200" syntax? Is this some sort of schema under?) The table wwv_flow_page_plugs within this script, I can't access from outside. (Would be nice to be able to update the APEX-regions via DML ).

    Thus, any help and advice in this dilemma are welcome,.

    best regards, so long.

    Tobi

    TobiP wrote:

    In a large application I would like to evaluate some function calls in the parts of the report. For this I can get one of the apex_application... views:

    1. Select page_id page_name region_name, source_type, application_name, region_source
    2. of apex_application_page_regions
    3. where application_name = "Our App"
    4. and source_type in ('interactive report', 'Report')
    5. and region_source like '% ma_fonction % '.

    .. who so far works great.

    Now however this report must be run from a different workspace that uses another db-user. And there, I don't get any results data.

    I tried to add this other scheme in the original workspace, I tried with subsidies or thesaurus - all made no difference.

    For further testing, I wrote this view:

    1. create or replace view ourApp_apeximplementierung_v as
    2. Select page_id application_name, page_name, region_name, source_type
    3. of apex_040200.apex_application_page_regions
    4. where application_name = "Our App"
    5. and source_type in ('interactive report', 'Report')
    6. and region_source like '% ma_fonction % '.
    7. Union
    8. Select "application_name" 9999999 "page_name", "rated", "source_type.
    9. Double;

    The last 'dual' - line gets very well displayed in the other schema.

    Maybe it has something to do with tables temporary golabl? Because when I create a table of this query, these data can be recalled.

    It has nothing to do with global temporary tables. For security reasons the APEX views only display data for the applications in the workspace where the current schema is the schema of analysis for the application. If the application of the 'Our' App is not in the same workspace or has another scheme of analysis then the expected behavior is that no information links to the it is visible.

    I took a look at the creation for APEX_040200.APEX_APPLICATION_PAGE_REGIONSscript. (What is this "APEX_040200" syntax? Is this some sort of schema under?)

    No, it's just a standard schema that contains most of the APEX.

    The table wwv_flow_page_plugs within this script, I can't access from outside.

    This is also the behavior expected (and desirable).

    (Would be nice to be able to update the APEX-regions via DML).

    It would be simply a way to break your applications and your APEX installation (and potentially data bases) in an unsupported state.

    Thus, any help and advice in this dilemma are welcome,.

    What exactly are you trying to do? Why this application does not require the visibility of metadata of the application to another workspace?

    The patterns that are granted directly to the APEX_ADMINISTRATOR_ROLE database role can view all data in the views of the APEX. However, I would not recommend grant this privilege to an application to the analysis of schema. If you really need more broad access to the metadata in the views of the APEX then give the role to a schema that is not a scheme of analysis, set out the minimum possible information through functions of views/materialized views/pipelined and grant access to these for the application schema.

  • Installation of Adobe met an unexpected failure when you attempt to install the first instance of AdobeAcrobatPro DC.  It is the exact error message and seems to be the case for a number of users.  I am running Windows 7 and has already managed to success

    Installation of Adobe met an unexpected failure when you attempt to install the first instance of AdobeAcrobatPro DC.  It is the exact error message and seems to be the case for a number of users.  I am running Windows 7 and was already able to install Adobe Acrobat Reader DC and have Adobe Flash Player 10 ActiveX installed successfully.  It's the exact error message, there is NO error code!   It seems as there is no support number to contact Adobe to, and the only way to receive the 'support' is through the forum.   PLEASE ANSWER!

    Untitled.jpg

    Hi tracyes31040766,

    If it you please run this tool cleaner Download Adobe Reader and Acrobat cleaning - Adobe Labs tool to remove the old Acrobat, retsrat your system plates & then try to install it again using this link Download Adobe Acrobat free trial | Acrobat Pro DC.

    Let me know how it goes.

    Kind regards

    Nicos

  • Details of the catalog such as key words and the exif data can be exported to the database in Microsoft access or Excel?

    I have a large base of photo data and key data that has been created with the software Ulead Photoimpact Album abandoned. An advantage of the Album POI databases is the ability to export and import to MS Access or Excel data.  If the Lightroom Catalog has the ability to move data to and from the most common databases it will help me greatly.  I don't want to re enter thousands of entries.

    Looking for a plugin - look up from my ListView

  • account is not found, name, first name and date of birth, but it is not!

    try to allow my sons xbox account after the recent upgrade.  After I have connect and click Yes to give him access he says I need acount.live.com to visit t enter my name, date of birth, but when I visit it and login, my name, first name and date of birth are there.

    I'm lost for what to do.
    Any ideas?

    Hi all

    This could be caused if there is no synchronization between the Xbox LIVE account information which are obtained on the LIVE and the information stored locally on your console. Try to remove the profile (delete profile only) and download the album LIVE profile. Here's how:

    How to remove Xbox Live profile safely
    Before to delete your profile, that you know the user name and password for your Microsoft account that is associated with your profile.

    1. Go to settings, then System.
    2. Select storage.
    3. Select all the devices.
    4. Select Gamer profiles.
    5. Select the gamer tag you want to delete.
    6. Select Remove.
    7. Select delete profile only. This deletes the profile but leaves saved games and achievements.

    Clear cache Xbox system
     
    1. Press the Guide button on your controller, go to settingsand select system settings.
    2. Select storage or memory.
    3. Storage device highlight and press is on your controller.
    4. Select clear system Cache.
    5. Clear your cache of Xbox 3 times online system.

    Restart your console

    Download Xbox Live profile.

    1. Press theGuide Xboxbutton on your controller (large button in the center of your controller X).
    2. Select the option download profile.
    3. Enter the Microsoft account associated with your Xbox LIVE player number.
    4. Enter the password for your Microsoft account.

    Let us know in case you need more help.
  • I can't access my encrypted data files backup media on portable hard drive

    I'm completely frustrated because I backed up my elements multimedia such as photos, videos, and documents on my iomega 80 GB usb portable hardrive and now when I try to open the photos there are "no previews" available, my videos "no access rights", in media player and documents "access denied." Yet these same files on my C: WINDOWS XP, they are accessible.

    I have the Iomega HDD 80 GB divided into 2 were leaving and notice that it opens files in this partion but the other does not open media in its partition. Properties for the records that I have problems with checked in the Advanced tab "Encript the contents to secure data". I disabled this restart, restarted all to nothing does not. I need advice because I have the feeling that the ntfs files have rights of access and I have to show somehow that I'm the user for these files. NOTE: I tried all the security and sharing of troubleshooting guides without result; Anyone having problems simular Advisor please a solution to this delema. Thanks - Michael

    Hi msielectric,

    1. What is the full error message you get?

    I suggest you to take ownership of the partition on the laptop hard drive and check if it helps:

    a. Click Start, click all programs, and click Accessories.

    b. right click on command prompt, and then click Run as administrator.

    c. in the administrator of the command prompt window, type the following command and press on enter:

    takeown /F (file path)

    For example:
    takeown /F C:\Users\\Music

    d. now, type the following command and press ENTER:

    CACLS (file path) /G Administrator: F

    Note: Instead of the administrator, you can type your name of user account with administrator privileges.

    For example:
    CACLS C:\Users\\Music/g Microsoft: F (where Microsoft is the account of a user with administrator privileges).

    e. restart the computer and test the issue.

    Referral link: http://technet.microsoft.com/en-us/library/bb490872.aspx

  • the installation of itune + quick time I get a message that reads "no can access network location % data%\ app. »

    had 2 users on the computer with itunes on the desktop. main user itunes has stopped working, but the secondary users still worked. tried to update software with the latest version but get a message that reads "not access network location % data%\ app.

    This problem occurs because there is incorrect entries in the Shell folder of the user who is logged on to Microsoft Windows. When Windows Installer goes to the sale of Shell folder of the user who is logged on to the computer, Windows Installer cannot locate the correct entry. The solution is in http://support.microsoft.com/default.aspx/kb/886549.

    The steps to correct this problem involve editing the Windows registry.  Change the settings of the REGISTRY can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the REGISTRY settings configuration can be solved. Changes to these settings are at your own risk.  I suggest that you first back up your registry as follows: http://windows.microsoft.com/en-US/windows-vista/Back-up-the-registry way to create a point in http://www.howtogeek.com/howto/windows-vista/create-a-restore-point-for-windows-vistas-system-restore/ restoration system just to be on the safe side.

    Here are the steps to fix it.

    1. click on start, run, type regedit in the Open box, and then click OK.

    2. look for the following registry key:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell dossiers\

    3 remove the entries that show the path that is listed in the error message.

    886549 KB http://support.microsoft.com/default.aspx/kb/886549: Regedit open again. In the left pane, click User Shell Folders, point to new, click expandable string value, type the value name that you want to restore (AppData) and then press ENTER. Right click on this value, click change, type the value in the value data for the value name box, and then click OK. The value data must be: % USERPROFILE%\AppData\Roaming. Change it if necessary.

    Step 8 KB 886549 suggests that you also check the values in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. However, by fixing my problem, I had not to change values in the registry key.  If this does not work without the full procedure, follow ALL the steps in the referenced article.

    I hope this helps.  If not, post back with the results of what you tried.  Rear post anyway so we will know what happened.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • The results of F1-QUERY-how to restrict or to SQL with the role of access to the data?

    Hello

    With the help of CC & B 2.3.1.

    I'm configuration of a Zone of F1-OF-QUERY to get and display customer information as level account; the filter criteria will be Geo val SP.

    With our application, we use access to accounts and groups access to the data on users roles to restrict access to sensitive accounts, such as VIP.

    What keywords should I use in the SQL statement to limit the results only for group accounts to which access is included in the Dar of the user?

    Example: If the user has DAR 'STANDARD', it won't see accounts with group access 'VIP '.

    I tried unsucessfully: USER: USER ID,: USER_ID.

    Unsucessfull example:

    Select dar_cd, user_id, expire_dt
    of ci_dar_usr
    Where user_id =: USER_ID
    and expire_dt > =: F1

    Thks,

    Fabien

    Hi, Fabien,

    If you are looking to determine the current user in the box,
    the keyword to use is: USERID

    You can check the zone of F1 "F1-FAVSCR" for its use.

  • OBIEE11.1.1.5 showing the meta data dictionary

    Hello world

    I'm a little stuck on the implementation of a dictionary of metadata on 11.1.1.5. (Windows) I saw some post on the net, but everyone seems to be copying someone else...
    Here's what I did to the extent that:

    -On the file system, I made a folder called d:\OBIEE_META
    -added a WEB - INF folder
    -In the console, I made this available as a Web Application Directory
    -administration tool I made a datadictionary meta export and placed in the OBIEE_META folder
    -J' checked if she was available > > http://localhost:7001/OBIEE_META/BISAMPLE4/NameIndex.xml
    -J' added to my Instance configuration file:
    < SubjectAreaMetadata >
    < DictionaryURLPrefix > http://localhost:7001/OBIEE_META/< / DictionaryURLPrefix >
    < / SubjectAreaMetadata >
    -Restart of the system
    -A all access metadata in user management

    Now, here's the problem:
    I see the button of meta data, but it is grayed... (metadatadictionary_dis.png)

    Stuff where I was wrong or you have forgotten something?

    Concerning

    John

    http://www.obiee11g.com

    Hi John

    I think you just click on the name of the topic area in the left panel then the icon become active. Nothing wrong with your config that I see.

    See you soon,.

    Paul
    http://total-bi.com

  • Where to store the element FlowElement meta-data (especially InlineGraphicElement)

    Is there a particular property on InlineGraphicElement which would be well suited for the storage of arbitrary developer relevant metadata?

    Motivation: I am generating the display objects used for InlineGraphicElements of XML sources on the fly.  During execution after the intervention of the user, I need to change the appearance of these InlineGraphicElements.  Thus, it would be good to re - generate the DisplayObjects that using the same XML file being used the first time for each InlineGraphicElement.

    I would have rather than XML stored as metadata in the case of InlineGraphicElement than making yet another id-keyed-table, so I hope that I forgot a handy dumping of meta-data property in the documentation of the FlowElement and InlineGraphicElement element.

    Thank you for the pointers of the TLF community has to offer.

    You can use the function setStyle on ILG to define any value as a property key pair.

    Richard

  • Screw access to private data class: concave or not?

    I just created (my German translation) in a class of the screws for the access to private data. I refer to these screws, allowing you to connect your class object to a node property to read or write data from the private class. These screws are by default non-reentrant. My question is: what happens if I try to access the two objects of the same class with these property nodes? Must the second object wait the first be read? If Yes, can I work around this by making these screws reentrant?

    Kind regards

    Marc

    Yes the theory. In practice this depends on what you do behind closed doors, the method and the methods that it calls.

    Ben

  • Defrag stops due to: C:\Documents and Settings\All Users\Application Data\Microsoft\Microsoft Antimalware\Quarantine\ResourceData\C6\C6495E5D356BFB2E07C132689D388BFCB294AADE

    Defrag stops due to: C:\Documents and Settings\All Users\Application Data\Microsoft\Microsoft Antimalware\Quarantine\ResourceData\C6\C6495E5D356BFB2E07C132689D388BFCB294AADE

    Windows XP Pro SP3 said defragmentation is complete for: (c :))

    Some files on this volume could not be defragmented.
    Please see the report for a list of these files defragmentation.

    C:\Documents and Settings\All Users\Application Data\Microsoft\Microsoft Antimalware\Quarantine\ResourceData\C6\C6495E5D356BFB2E07C132689D388BFCB294AADE

    I can't finish my drive hard defraging because of this file.

    How can I solve this problem?

    See...

    http://www.ehow.com/how_6067077_remove-antimalware-doctor-virus.html

    Then analyze with...

    http://www.Malwarebytes.org/

    --
    Gina Whipp
    2010 Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • What is Microsoft - other hardware - HID Non-User Input data filter (KB 911895)?

    What is Microsoft - other hardware - HID Non-User Input data filter (KB 911895)?

    and what is it for?

    What is Microsoft - other hardware - HID Non-User Input data filter (KB 911895)?

    and what is it for?

    In simple terms...

    It is mainly for wireless devices that you have installed on your computer, such as keyboards and wireless mouse.

    If you use the hardware wireless with your computer, the update is necessary. Without it, your computer won't be able to go to standby mode because the wireless hardware will keep the computer awake.

Maybe you are looking for