How to retrieve Page name?

I have a select:
select
step_id Page
, count(step_id) Hits
from
wwv_flow_user_activity_log
where
flow_id = &APP_ID.
and (time_stamp >= (sysdate - 7))
group by
step_id
order by
count(step_id) DESC
Where I show most frequent pages. How to retrieve Page name and link to that page...muist be SQL based and somehow joind with wwv_flow_user_activity_log view.
THX!

<br>Guys,
<br>this thread is somehow quiet but I have more questions...To retrieve page_name you have to query FLOWS_020000.WWV_FLOW_STEPS (or FLOWS_020100.WWV_FLOW_STEPS in XE).
<br>to be able to select data yo uneed to grant GRANT SELECT ON FLOWS_020000.WWV_FLOW_STEPS TO "schema";
<br>As you can see here is one mistery...schema owner on different platform...! Is there any way to make unique approach to this if data are develped on HTMLDB 2.0 on 10gR2 and the production is on XE?
<br>THX!

Similar Messages

  • How to retrieve Pages docs in Finder?   Can't find recent saved Pages documents

    How to retrieve Pages docs in Finder?   Can't find recent saved Pages documents

    Tried that. Dropdown window only offered these options: 'Lock Duplicate, Browse all versions. It did NOT give me the location of the document. I want to go to the document and attach it to an email. I cant find the document on my computer. There is no option to 'save as' under finder window. Only 'save a version'

  • How to retrieve Desktop Name Programmatically

    Hi All,
    Can somebody tell me How to retrieve Desktop Name programmatically from a Portlet
    within same desktop??
    TIA,
    RAM

    Control click on the desktop.  Set "Sort By" to "None".

  • How to retrieve resource name in JSP page

    Hello,
    I have the following scenario:
    User wants a new resource to be provisioned to himself, he makes standard steps; chooses one resource from the list of available resources and sends a request. After that a summary page is displayed - my goal is to create an url to external application on that summary page (i.e. tjspRequestSubmitTiles.jsp) that should be displayed depending on the name of the resource, e.g. if user requests for a ResourceA - link appears, but when he requests for a ResourceB - link does not appear.
    So far I have created a link with a sample if statement - it works.
    My problem is how to make a real condition - retrieve the resource name that request deals with. Anybody know how to do that, which API to use etc.?
    Regards,
    Maciej.

    After adding the code to tjspProvideDataShowInfoTiles.jsp file, nothing has been improved, I am still facing the same result (on the console):
    RO: null
    It seems that file (tjspProvideDataShowInfoTiles.jsp) does not take part in the process.
    I have tried to pass some sample session attribute in tjspRequestVerificationTiles.jsp and this works, but I do not know how to retrieve resourceName in this file.
    I was trying to make some code retrieving resourceName in tjspRequestSubmitTiles.jsp, e.g.
    tcRequestWizardForm tcReqWizForm = (tcRequestWizardForm)session.getAttribute(requestWizardForm);
    String requestID = tcreqWizForm.getRequestID();
    ...and what to do now to retrieve resourceName?

  • How to retrieve user name from a given Subject?

    I am in a situation where I need to retrieve user name from the Subject that is populated when user logs in. I have the active Subject and I do following to get the principals in the subject and iterate through them:
    Set principals = subject.getPrincipals();
    Iterator ite = principals.iterator();
    while (ite.hasNext()) {
    Principal prin = (Principal)ite.next();
    String name = prin.getName();
    But this contains all the principals, including user name, roles, password, etc. How do I programmatically determine which one is user name?

    Don't you have different principal types? I am making a jaas module and I have different principals for roles, groups etc. I think of principals as attributes, the type in the attribute name and the principal name is the attribute value.
    To get all the principals of the type SomePrincipal, you can use:
    Set principals = subject.getPrincipals(SomePrincipal.class)
    You can also take som principal an test wether it is an instance of som type:
    if (Principal p instanceof SomePrincipal){..}
    An other solution which might be better if you have many different attributes is to store both attribute name and value in the name of the principal.
    If "mark" is a username the principal name will be "username:mark" el.
    Then it will be easy to find the username.

  • How to make page name and title change with AJAX driven site?

    I am building a travel site. I am a fairly basic but longtime
    DW user. I built the site in DW. I made a template and all pages
    are then based off the template. I hired a programmer to do the
    complicated hotel searching code. He says that he used AJAX and I
    know also php (all the pages are whatever.php)
    What I don't like and he says can not be changed, which there
    must be a workaround for, is that, for example, a user will be on
    the spahotels.php page. Or perhaps they are on the whatshot.php
    page reading the latest article about jungle treehouse eco lodges.
    So far so good, the name of the page is "spahotels.php" or
    "whatshot.php".
    But, on each (and all) of the site pages we also have a hotel
    search on the top left nav. So from any page, the user can do a
    hotel search. The problem I have is that...once they do this....the
    results they are given in the main window of the page, are totally
    unrelated to spahotels or whatshot about jungle lodges...so if they
    have now searched for tokyo business hotels, it looks ridiculous
    and confusing that the page name says "spahotels.php" and the page
    title says Find Great Spa Hotels.
    My programmer says AJAX was the best way to do the hotel
    search functionality (which I dont know anything about so if he
    says so maybe so but I don't know) but he also says there is no way
    to make the page name or title change to reflect what the user has
    done on the left search function. Makes sense..they are clearly
    unrelated.
    However...this is a terrible user experience in my opinion.
    So...one idea he had was to find a javascript code that changes the
    page title/name.
    Does anyone have some ideas of how to solve this issue?
    The page (rough, we are still developing) is
    http://www.bluehippotravel.com/spahotels.php
    Try doing a seach for something on the left nav hotel
    search...and see what I mean...the name of the page stays
    spahotels.php and the title stays Spa Hotels. I get it...I
    think...why it does...but it looks stupid if you are looking for
    something else in your search (which of course the user will be).
    Any ideas??? Thank you so much in advance!!
    Laura

    their is no out of box way to avoid this but you can change this in the Designer.
    check this technet for more details how to do:
    http://social.technet.microsoft.com/wiki/contents/articles/17557.sharepoint-2013-change-page-title-in-wiki-sites.aspx
    also good information here
    http://stackoverflow.com/questions/10799682/change-sharepoint-main-page-name-without-changing-url
    http://www.topsharepoint.com/change-title-tag-on-sharepoint-sites
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How get source page name

    how i get source page name?
    i am want to implement MVC 2 model.
    i made a Servlet controller.java, now i want to get source page name
    how i achieve?

    are you meant "servlet name" because never heard anything like "source page name"

  • How to get page name in JDeveloper

    Hi,
    Is there any way to get the Name of the page we are in in OAF JDeveloper.
    We have a requiremnt where we need to develop a custom region in Jdeveloper and add this to multiple oracle std pages.
    Basing on page, we need to query the custom region with different parameters.
    Developed a stand alone region in Jdev and added this region to Oracle Std pages using personalization.
    Can some one please tell how to know the page contexts page name.
    Thanks in Advance.
    Kishore

    Abdul,
    To test your suggestion, Created a test page TestPG.
    Through Personailzation, Added a hidden Item(Rendered flase) with default value and the custom region CertRN to TestPG.
    Tried to get the value of hidden item in CO of CertRN and got null pointer exception. Looks like regions co is not getting handle of Test page.
    This the code I added in CertRN controller.
    OAMessageTextInputBean pgItm = (OAMessageTextInputBean)webBean.findChildRecursive("PName");
    String pgitm = (String)pgItm.getValue(pageContext);
    Am I doing anything wrong.
    Regards
    Kishore

  • How to retrieve page number of a page

    Hi
    I need to retrieve page numbers that have been placed on InDesign pages. However these page numbers are autogenerated based on markers (formula) created using a master page. (Insert special characters -> markers).
    When i try to retrieve page items on a page, I am not able to get the page number item. If I try to get the pageitem corresponding to the page number from the master page, I get back the marker but not the page number that exists on my page.
    I am wondering if there is any way I can retrieve the page number on a given page using the SDK
    many thanks
    Sam

    Hi
    Thanks a lot for the quick reply.. For my usecase i now realize i have a different sort of problem.
    I am trying to take snapshot of pageitems on a page (using snapshotUtils sample). Now since the page number marker comes from the master page, when i take the snapshot of the page number item on my page,  this page item exists on the master page. On the master page, this pagenumber does not contain the actual page number but the marker text in it. So mysnapshot gives me the image of the marker text rather than the page number. I am wondering what I can do to basically get a snapshot of a page item which comes from a marker on the master page
    Thus on my master page i have a text box with Pagenumber: "Marker A" for page number
    on my page, I want to take snapshot of  Pagenumber:10 which is what gets displayed on my page
    However when i take snapshot, since i am taking snapshot of master page item, i get Pagenumber: Marker A as my snapshot
    thanks
    Sam
    Here is my code snippet for what I am doing
    InterfacePtr<IMasterPage>   masterPage(currentDocumentDataBase, pageUID, UseDefaultIID());
      if(masterPage  !=  nil)
          UID masterSpreadUID = masterPage->GetMasterPageUID();
            uint16 masterPageIndex = masterPage->GetMasterIndex();
           //get the  master  spread
            InterfacePtr<ISpread>   masterSpread( currentDocumentDataBase, masterSpreadUID, UseDefaultIID()  );
           if(masterSpread   != nil)
                    UIDList masterPageItems( currentDocumentDataBase );
                       masterSpread->GetItemsOnPage(masterPageIndex,   &masterPageItems, kFalse, kFalse);
    The problem is  that  SnapShotUtilsEx captures the item as it appears on the master page, not  on  the current page.  So thing like page markers are wrong.
    thanks

  • How to retrieve Target names  in  servlet s or JSP ?

    Hello,
    I have an html page which displays in a Frame of a Frame Set. Let's say the frame name is = "mainframe".
    In this page I have the following :
    <form method="post" action="Test1.jsp" target="mainframe">
    <input type=submit value="Execute"></form>When entering Test1.jsp, is there anyway to retrieve the target name ? (here it is "mainframe").
    Thanks in advance
    Gege

    hi gege..
    i am having an alternative for it but this may not be the actual thing ur expecting..
    the thing is likg u just take an hidden field for giving ur name as targetname and value as main frame...
    eg:-
    <input type="hidden" name="targetname" value="mainframe">
    in ur servlet u can get that using...
    request.getParameter("targetname");
    hope that will help u..
    Pramod

  • How to retrieve form name

    hi all
    i want to retrieve a form name and assign it to a variable
    how can i implement it.
    thnks and regards

    Hi ,
    Try out the following:
    var:=Get_application_property(CURRENT_FORM_NAME);
    where var is a variable of varchar2 data type...
    Regards,
    Simon

  • How to retrieve attribute-names (not values)

    Hi
    I know that I can get all attributes by an XPath expression according to /AA/@* . But since I have a XML document in XMLType and when I use the "..extract( aXpath)" function, I get all the attributes of the corresponding node but as a concatenation of the values. How can I get the attributes names:
    E.G.
    AA
    BB 12.3 /BB
    CC 45.5 /CC
    /AA
    /AA/@* would return 12.345.5, but I need to know "BB" and "CC", any ideas ?

    ${applicationScope.abc}
    or if there is no attribute "abc" in page, request, or session scopes just
    ${abc}

  • File information -- How to retrieve file name from header variable

    Hi
    I am using File Adapters to read files(.xml) and then I need to perform some database operations.
    One of the requirement is storing the file name read into the DB.
    I searched through the forum and got the information on how to configure this in the header variable. The link below shows the same.
    File Adapter
    Now, I use the XSL mapper to map the source values(from input xml file) to the corresponding table column names. So how should I get the value of the file name.
    I saw some of the in-built functions to be used for this but there is not enough documentation to proceed.
    Can anyone please provide some solution on this.
    /Kiran.

    Hi,
    Here are the steps that you need to do after you have declared the variable.
    1) The variable that you have declared should have the following elements
    a) Filename
    b) Directory
    2) Use the assign activity to copy the value of the filename part of this variable to the arg that needs to be passed to the database. (most probably an invoke variable).
    If you still have any problems implementing this, mail me at [email protected]..and i'll send you the screen shots for the entire process.
    ciao,
    Gunjan

  • How to retrieve column name from Excel using POI HSSF eventusermodel?

    Hi ,
    I am simply reading the excel sheet and writing in a txt file. I have done the following in the switch construct. It works fine but I want to retrieve only the column header. But this code gives me all available strings in the excel sheet. Any pointer would be greatly appreciated.
    case SSTRecord sid : 
             SSTRecord sstrecord = (SSTRecord) record;
             for (int i=0; i<sstrecord.getNumUniqueStrings(); i++){      
                  System.out.println(" Column name" +  sstrecord.getString(i));
    break;bye for now
    Sat

    try labels:
            case LabelSSTRecord.sid:
                LabelSSTRecord lrec = (LabelSSTRecord) record;
                if (lrec.getRow() == 0) {
                    System.out.println(" Column name "
                            + sstrec.getString(lrec.getSSTIndex()));
                break;

  • How to retrieve Host Name from reports?

    Hi.
    I've a report with excel template with links inside (XDO_LINK_?...)...
    How can I create a link with a dynamic host name? Like http://<hostname>/xmlpserver/.....
    Thank you
    R.

    I've found this:
    https://blogs.oracle.com/xmlpublisher/entry/creating_dynamic_urls_in_your
    how can I use this method in EXCEL template?
    thanks, R.

Maybe you are looking for

  • Moving from one external drive to another

    Hi, I've had a lot of difficulty having all my music on an external drive. iTunes keeps trying to localize my files on my local disk's music folder. Anyway, I have all my music on one external drive, which I've just done a complete copy of to another

  • HT4623 I can no longer print to my wireless printer after update

    Prior to updating the ios, my ipad printed fine using an app from epson. Now it can no longer find the printer. What happened?

  • Nokia 7370 Urgent help needed

    Hi, My nokia is having some serious issues and i dont know how to fix it. it freezes to a white screen with just the battery sign on top i have to turn it off then on to unfreeze it, when it does unfreeze on its own it comes up with a message saying

  • Disappointing WRT610N Gigabit Ethernet speed

    I'm very disappointed with the wired Gigabit speed on this WRT610N router. I've got three high end Gigabit capable computers connected to the router via the wired interfaces and the best speed I can get is from any system to another is 38% of Gigabit

  • 9.0.4 to 10.1.2 upgrade ora-00600 error

    We are upgrading our forms from 9.0.4 to 10.1.2... We are having some issues converting a couple of forms. Most forms are converting just fine and work great. One of the forms has this error in a when-button-pressed trigger... ora-00600: internal err