How to get the top users page?

Hello

How to build the top users page with which users are more recently logged_in to the application? Similar to the picture here

at.bmp

--

Thank you.

Venky_prs wrote:

How to build the top users page with which users are more recently logged_in to the application? Similar to the picture here

Create a report of region using a query like:

select
    user_name
  , max(access_date) most_recent
from
    apex_workspace_access_log l
where
    authentication_result = 'AUTH_SUCCESS'
and application_id = :app_id
group by
  user_name

Use of the ' 16 hours ago" number / Date Format MOST_RECENT column.

Tags: Database

Similar Questions

  • How to make the top sites page appears when I open a new tab? Why have I not of "buttons" to pin a top site of the page tab?

    When I open a new tab, NO best sites don't show up... shows just a search engine box. I have Firefox 33.0. Why is there no 'pin' button when I opened a new page? How to make the top sites page appears when I open a new tab?

    Here is some additional information on the configuration of the new tab page:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste newtab and make a pause so that the list is filtered

    (3) double-click the preference browser.newtab.url and enter your favorite page:

    • (Default) page thumbnails = > subject: newtab
    • Blank tab = > subject: empty
    • Built-in Firefox homepage = > topic: welcome
    • Any other page = > full URL of the page

    Press Ctrl + t to open a new tab and check that it worked. Fixed?

    Some traps:

    If Firefox will not let you change this setting: you can have what is called SearchProtect on your system.

    Firefox if allows you to save your changes, but he doesn't know: one of your extensions may be the substitution of her. You can consult, disable and/or remove extensions on the addons page:

    "3-bar" menu button (or tools) > Add-ons > in the left column click on Extensions

    If the modification works during your session, but during the next startup is leads to: you could have a user.js file in your personal settings Firefox (your Firefox profile folder). This article describes how to track down and delete the file: How to fix preferences that will not save.

    A little luck?

  • How to get the values of page jspx (view layer) to the custom method defined in AM

    Hello

    I have 1 text field and 1 submit to homepage.jspx. When I click the button submit, it will call the custom method defined in the 'Module of the Application' java class (ApplicationModuleImpl.java). Can I know how to get the value of this text field in this custom method.

    I used the getter and setter method, however it didn't work as it is defining the value correctly, but get method returns null. Its not allowing to use FacesContext. Could someone please tell me how to get the value of the text field to this custom method (that is, using ADFContext,... something like that)

    Thanks in advance

    User,
    you have mixed up something here. Bean (as you did) cannot use the module of the application. They belong to different layers.
    I suggest you to look at some first tutorials (http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm) or watch the developer guide http://docs.oracle.com/cd/E16162_01/web.1112/e16182/toc.htm and take a look at some of the videos http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html

    Timo

  • How to get the number of page i NTHE xml output

    Hi all

    Greetings!

    Need help to display the page number in this format 1/1 and 1/2.

    How to get this by setting a variable and do it randomly.

    Help, please...

    Thank you
    Rajesh

    Published by: David on March 26, 2010 12:20 AM

    If you want to reset your page based on your provider number and then use for-each@section:your_supplier_grp
    The page above format itself dial can be used to achieve the desired result.

  • How to get the system user-defined font

    Hi all

    I'm looking for a way to get the font defined by the user in the features of the device.

    My requirment is to check if the user sets the size of the police over 11 or not.

    If the user sets above 11, say to 13 or 14, in my application, I need to change it to 11 vice versa.

    But the application must support the change in size of the font up to 11.

    Please help me through this, if someone has an idea.

    Thank you

    Abhishek

    http://www.BlackBerry.com/developers/docs/6.0.0api/NET/rim/device/API/UI/FontManager.html#setApplica...

  • How to get the logical processing Page to run?

    I'm a newbie struggling to overcome the learning curve. I created a very simple page that consists of an element (which do not refer to a database object) and a button. After the user enters a value and click on the button, I want to a PL/SQL code block always fire. I created a new anonymous PL/SQL block in the section of the process. See hierarchy of Application Builder below.

    The page definition
    Page processing
    Treatment
    Process

    The code is very simple.

    Start
    HTP.p ("in the custom code. The htp.p message');
    dbms_output.put_line (' in the custom code.) Dbms_output message');
    insert into PT_ERR_LOG (RUN_UNIT_ACTVTY_TXT) values ('in the custom code.");
    end;

    It was designed simply to let me know that the code is accessed. When I run the page, however, I'm not either of the messages from the code or y at - it a line written in PT_ERR_LOG (I created this table).

    The question is: "why isn't the enforcement code?

    In the area of process Point, to the point of process article is set to "On submit - after calculations" and Validations
    The enforcement process is defined on ' once per visit or when Reset.

    In the region of Conditions, Type of Condition is "point value / column in Expression 1 is NOT NULL.
    The value of Expression1 is: P6_PGNT_ID, which is the name of the lonely field on the page.

    I tried different combinations of values of the Apex in and around the page in the Page processing. What I am doing wrong?

    Thank you
    Kim
    In the Conditions region, Condition Type is set to "Value of Item / Column In Expression 1 Is NOT NULL".
    The value of Expression1 is :P6_PGNT_ID, which is the name of the lone field on the page.
    

    That's the problem. The value must not be P6_PGNT_ID: P6_PGNT_ID (remove the colon)

    P.S. Please configure a user name other than 952822.

    Robert
    http://apexjscss.blogspot.com

  • How to get the UIDs of pages containing a given PageItem

    Hello

    I have the UID for a PageItem and I'm trying to get a list of UIDS of the article pages.

    I use GetPageUIDs:

    IDocument * doc = Utils < ILayoutUIUtils > ()-> GetFrontDocument();

    If (doc! = nil) {}

    IDataBase * db =: GetDataBase (doc);

    UIDRef itemUidRef = UIDRef (db, itemUid);

    ItemHierarchy InterfacePtr < IHierarchy > (itemUidRef, UseDefaultIID());

    If ((itemHierarchy! = nil) & & (itemHierarchy-> GetChildCount() > 0)) {}

    UIDList onPageUIDs;

    Utils < IFormFieldUtils > ()-> GetPageUIDs (itemHierarchy, & onPageUIDs);

    ...

    }

    }

    For each item, I get an empty list in onPageUIDs.

    I can't find examples for the correct way to use this feature - I use it wrong?

    Thank you

    Liz

    Hello

    I think FormField is a special form of the page element.

    Try GetItemsOnPage for the ISpread interface.

    Concerning

    Bartek

  • How to get the sign +-home page of firefox?

    Reinstalled Firefox and new House does not have the + and - sign to make the largest page... This is important because of vision problems... I am aware of the zoom option, but + is more manageable... Thank you!

    Hello mrbill222, you can retrieve this way zoom buttons: controls, buttons and Toolbars Customize Firefox

  • I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    A Google search for "animated gifs arrows" returned hundreds of animated arrows.

  • How to get the authentication of the user for the link of the Questionnaire Survey Builder?

    How to get the authentication of the user for the link of the Questionnaire Survey Builder?

    Page 100

    The content can be dynamic and the link is unique to the participant, but they all go to Page 100, which has an alias of Q. The link is unique because of the value of the request passed not because of the page.

    Thank you

    -Jorge

  • How to get the IP or hostname of the computer that the user is connected to his office with view 4.5

    How to get the IP or hostname of the computer that the user is connected to his office with view 4.5

    Is this even possible and server display does not store this information?

    Best regards, Najtssob

    This information is stored in the registry of the virtual office. For more information, see this page: use the VMware View Client information.

  • How to get the alert or deducted to the admin if the user AD installation of application in the domain system?

    How to get the alert or deducted to the admin if the user AD installation of application in the domain system?

    Hello

    I suggest you according to the question in this forum and check if that helps:

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

    It will be useful.

  • How to get disabled login user (without password) at startup, so NOT to SHOW at all and so after the switch, go to desktop directly

    Vista Ultimate 64-bit

    How to get disabled login user (without password) at startup, so NOT to SHOW it to all (and needed clicked) and so after the switch, go to desktop directly?

    Also after inactivity, how to not go to sleep mode and press "power on" to bring back?

    Hello

    If you want to start directly on the desktop?

    How to automatically connect at startup in Vista
    http://www.Vistax64.com/tutorials/66966-logon-automatically.html

    Or

    How to make Vista require a user name and password when connecting
    http://www.Vistax64.com/tutorials/89812-logon-username-password.html

    =========================================

    Start - Control Panel - Power Options - upper left - require a password on wake up
    tick her do not require a password - save the changes.

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    original title: admin password.

    I forgot my password for my admin user account, but I have a secondary account how to get the password for the admin

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to get the element selected listfield and goto next page?

    Assalaamualikum

    I try parsing the XML from a url and show in listfield.

    problem:

    How to get the selected item and passing the variable and than goto next page?

    my code:

    package parsepack;

    import java.io.IOException;
    import java.io.InputStream;
    import java.util.Vector;

    Import javax.microedition.io.Connector;
    Import javax.microedition.io.StreamConnection;

    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.system.Display;
    Import net.rim.device.api.ui.DrawStyle;
    Import net.rim.device.api.ui.Field;
    Import net.rim.device.api.ui.FieldChangeListener;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.Manager;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.ListField;
    Import net.rim.device.api.ui.component.ListFieldCallback;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.ui.container.VerticalFieldManager;
    Import net.rim.device.api.xml.parsers.DocumentBuilder;
    Import net.rim.device.api.xml.parsers.DocumentBuilderFactory;

    to import org.W3C.DOM.document;
    Import org.w3c.dom.Node;
    Import org.w3c.dom.NodeList;

    extends xmlparsing public class UiApplication implements ListFieldCallback, FieldChangeListener
    {

    Public Shared Sub main (String [] args)
    {
    xmlparsing app = new xmlparsing();
    app.enterEventDispatcher ();
    }

    public long mycolor;
    Connection _connectionthread;
    private static ListField _list;
    private static Vector listElements is new Vector();.
    public display display = new MainScreen();
    MainManager VerticalFieldManager;
    VerticalFieldManager subManager;

    public xmlparsing()
    {
    Super();
    pushScreen (screen);

    final Bitmap Imagearriereplan = Bitmap.getBitmapResource ("blackbackground.png");

    mainManager = new VerticalFieldManager(Manager.NO_VERTICAL_SCROLL |) Manager.NO_VERTICAL_SCROLLBAR)
    {

    public void paint (Graphics graphics)
    {
    graphics.drawBitmap (0, 0, Display.getWidth (), Display.getHeight (), Imagearriereplan, 0, 0);

    Super.Paint (Graphics);
    }

    };

    subManager = new VerticalFieldManager(Manager.VERTICAL_SCROLL |) Manager.VERTICAL_SCROLLBAR)
    {
    protected void sublayout (int maxWidth, maxHeight int)
    {
    int displayWidth = Display.getWidth ();
    int displayHeight = Display.getHeight ();

    Super.sublayout (displayWidth, displayHeight);
    setExtent (displayWidth, displayHeight);
    }
    };

    Screen.Add (mainManager);

    _list = new ListField()

    {

    public void paint (Graphics graphics)

    {
    graphics.setColor ((int) mycolor);
    Super.Paint (Graphics);

    }

    };
    myColor = 0x00FFFFFF;
    _list. Invalidate();
    _list.setEmptyString ("* only supplies not available *", DrawStyle.HCENTER "");
    _list.setRowHeight (50);
    _list.setCallback (this);
    mainManager.add (subManager);
    listElements.removeAllElements ();
    _connectionthread = New Connection();
    _connectionthread. Start();
    }

    protected boolean navigationClick (int status, int time)
    {
    Try
    {
    Here, go to another screen if you need.

    }
    catch (System.Exception e)
    {
    System.out.println ("Exception:-: navigationClick()" + try ());
    }
    Returns true;
    }

    private class login extends thread
    {
    Public connection()
    {
    Super();
    }

    public void run() {}
    Doc document;
    StreamConnection conn = null;
    InputStream is = null;
    try {}

    Conn = Connector.open (StreamConnection) ("http://ec2-54-248-241-248.ap-northeast-1.compute.amazonaws.com/koperasi-akr-trial/cgi-bin/gw-pinjama...

    DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance ();
    docBuilderFactory.setIgnoringElementContentWhitespace (true);
    docBuilderFactory.setCoalescing (true);
    DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder ();
    docBuilder.isValidating ();
    is = conn.openInputStream ();
    doc = docBuilder.parse (is);
    doc.getDocumentElement () .normalize ();
    List of NodeList = doc.getElementsByTagName ("ID");
    for (int i = 0; i)< list.getlength();="" i++)="">
    Node node = list.item (i) .getFirstChild ();
    listElements.addElement (textNode.getNodeValue ());
    }
    } catch (Exception e) {}
    System.out.println (try ());
    } {Finally
    If (is! = null) {}
    try {is.close ();
    } catch (IOException ignored) {}
    } If (conn! = null) {}
    Try {conn.close () ;}
    catch (IOException ignored) {}
    }} UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    _list. SetSize (listElements.Size ());
    subManager.add (_list);
    Screen.Invalidate ();
    }
    });
    }

    }

    ' public void drawListRow (list ListField, Graphics g, int index, int y, int w)
    {
    Your string = (String) listElements.elementAt (index);
    int yPos = 0 + y;
    g.drawLine (0, yPos, w, yPos);
    g.drawText (, 5, 15 + y, 0, w);
    }

    public {get {Object (ListField list, int index)
    {
    Return listElements.elementAt (index);
    }
    public int indexOfList (String prefix, ListField list, int, string)
    {
    Return listElements.indexOf (prefix, string);
    }
    public int getPreferredWidth (ListField list)
    {
    Return Display.getWidth ();
    }
    public final void insert (String toInsert, int index) {}
    listElements.addElement (toInsert);
    }

    ' Public Sub fieldChanged (field field, int context) {}

    }
    }

    Thank you.

    I told you that replace the navigationclick() method where initialize you your listfield

    as I think that changing your code and then answer me

    _list = new ListField()
    {
    protected boolean navigationClick(int status, int time)
    {
      Dialog.inform("hi");
      return true;
    }
    
    public void paint(Graphics graphics)
    {
    graphics.setColor((int) mycolor);
    super.paint(graphics);
    }
    };
    

Maybe you are looking for

  • Skype is slow and freezes

    I have Windows 7. This issue started happening yesterday. Before that, Skype has worked for me without any problem. Now, whenever I message someone, my message is 'pending' for their messages and sometimes up to 2 minutes don't go through to me eithe

  • Software crash-do I need poster update driver for satellite C660

    Hi people,recently I installed the trial version of cs5 Adobe Premier, composer then avid media and none of them are loading, (not answer) and Adobe hangs on importerquicktime.prm. Everywhere wherever I look it seems to be telling me that I need to u

  • Two photo libraries, how to merge? in photos, the other on my desk. Can I merge them together?

    I have two libraries of photos on the same max, a stores in images either on my desk. Can I merge them together?

  • Pavilion p6130y power supply upgrade

    Remember to upgrade the power on desktop p6130y Pavilion 300W at best it can support but couldn't find the answer.  Could someone tell me the stronger power supply that will support this device?  Thank you.

  • Win7 drivers for Pavilion 15-n097ea

    Hello I recently installed win7 on my Pavilion n-15e092ea, which I was able to do it with the help of Paul_Tikkanen here, now a friend also - disgruntled with win8 - asked me to install win7 on her very similar laptop, Pavilion 15-n097ea, can someone