DBA_JOBS_RUNNIG showing no rows.

Hi All,
When I query "dba_jobs_running" it shows "no rows selected".
But, when I consulted last_date in dba_jobs column, it continue to update.
I reall have no idea, if there is no job runnig, why it continue to update last_date
column. Please suggest in order to understand this scenario.
DB-- 10.2.0.4.0
SYSDATE
17-jul-09 06:24:34
select job , to_char(last_date,'dd-mon-yy hh24:mi:ss') "LAST_DATE" , what , broken from dba_jobs
where last_date > to_date('16-JUL-09') order by 2 desc
       JOB LAST_DATE          WHAT                                                         B
     44549 17-jul-09 06:25:04 MRE_PKG.SUBMIT_EDGE_RUN;                                     N
     10853 17-jul-09 06:25:04 gpc_cube_pkg.cube_it(FALSE);                                 N
     10855 17-jul-09 06:25:04 gpc_cube_pkg.cube_it(FALSE);                                 N
     10854 17-jul-09 06:25:04 gpc_cube_pkg.cube_it(FALSE);                                 N
     12590 17-jul-09 06:25:04 MRI_LOAD_PKG.SP_DATA_LOAD(4,'L');                            N
     44550 17-jul-09 06:25:04 MRE_PKG.SUBMIT_EDGE_RUN;                                     N
     10852 17-jul-09 06:25:04 gpc_cube_pkg.cube_it(FALSE);                                 N
     10851 17-jul-09 06:25:04 gpc_cube_pkg.cube_it(FALSE);                                 N
SQL> select sid , last_date from dba_jobs_running ;
no rows selected
===============================
hare krishna

dba_jobs_running shows the currently running jobs in the instance.
[http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_3227.htm]
The last_date column shows the date on which this job last successfully executed.So the job was run successfully on 17th JUL-09 at 6:25:00.Currently no job is running so no jobs.
HTH
Anand

Similar Messages

  • Report Region show all rows?

    Hi,
    I have a report region in which I want to show all rows. Setting the pagination scheme to No Pagination doesn't
    seem to do the trick. I have set Number of Rows and Maximum Row Count both to NULL. Nothing seems to work.
    Is there some trick to get all rows to be displayed?
    Thanks in advance!

    Hi,
    I have two report regions on different pages. On both I have set 'Number of Rows' and 'Maximum Row Count' to null. One report will return all the records in a query (~800), the other report will only return 500. I can't see any other differences in the reports that would cause this behaviour.
    I didn't really want to restrict my reports to a set number of rows, is this really the only option?
    Thanks,
    Rochelle.
    Edited by: Rochelle K on Nov 5, 2009 10:13 AM

  • How to show alternate rows in different colors?

    How to show alternate rows in different colors?
    Thanks

    you should put these kind of stmt in the if condition for even row and odd row
    <xsl:attribute xdofo:ctx="block" name="background-color">yellow</xsl:attribute>
    this should help you
    Re: About highlight row
    http://blogs.oracle.com/xmlpublisher/2007/08/09
    http://garethroberts.blogspot.com/2007/09/bi-publisher-color-list-and-cell.html

  • "Mission Control" does not show space row and I cannot add a new space (27 inch screen)

    Firstly, "Mission Control" does not show upper row with spaces. I have configured Dashboard as space, but it is not showed either.
    Second, I cannot add a new space because the upper right corner wont show an empty space.
    In system I have configured (Mission Control) the upper right corner as "mission control".
    I do run a 27-inch screen

    I'm having the exact same problem. I have a Macbook Pro that I connect to a 27inch iMac through the mini display port. Whenever I attempt to launch Mission control to move a program to a different space, the "Spaces" dont appear at the top of the screen. Is anyone have an answer for this?
    Also, does anyone know of a 3rd party program to bring "Spaces" back? That was my #1 favorite thing of Snow Leopard, and I need to get that functionality back.
    Thanks

  • NEXT button on report portlet shows 10 rows-maximum rows per page=9999

    I created a report with the DB Provider portlet. I set the maximum rows per page to 9999 when displayed as a portlet and as a full page. I put the portlet on a page and it only shows 10 rows and then the next button.
    If there are exactly 10 rows I get the next button. If I click it the next page loads with no data. If there are less than 10 rows there is no button.
    If I create a new portlet it does not do this. I'm only having the problem with one portlet now but I've seen it in the past. I usually just build the portlet again but I would like to know how to fix it.
    I can't customize the portlet because of bug #3467032.

    Select customize and set the number of rows to 9999. I'm guessing that it's currently set to 10.

  • Is there a way to have a Numbers spreadsheet show the row numbers on ipad?

    I am have a spreadsheet I am using for keeping count of the current people registered for an event.
    If there a way to have one of the columns automatically show the row numbers so I can easily see the amount of people confirmed for the event without having to manually count them? Also, I will be adding and deleting lines and need Numbers to automatically show the row numbers without me having to change it.
    Thanks,
    Mike

    I found it out:
    inserted a new column A
    a --
    In A1 type 1
    in A2 type 2
    select the pair A1:A2
    drag the circular handle from the bottom right of A2 thru the very bottom of the column.
    b --
    in A1 type =ROW()
    select the cell A1
    drag the circular handle from the bottom right of A1 thru the very bottom of the column.

  • Show all rows in interacive report

    Hi there,
    I built an interactive report, when I run the report it shows just 15 rows with the ability to see the next 15 rows -
    Iam asking how to show all rows as a default whenever the user runs the report.
    Regards,
    Abdul

    I saw in another thread that the trick is to log out as the developer and close the browser. I tried that and now it appears that my change to 100 rows as the default report rows seems to hold when I log in just to the application in another browser. When I tried it without logging out, it did not seem that the default became active--even when going in through another browser. Seems like a bug that should be fixed??
    Pat

  • VO got executed but is not showing the rows on the page the first time

    Hi, Below are my senario:
    I have one jspx which contain a panel tab and 2 tabs inside it: tab A and tab B, under each tab is its own taskflow, jsff page, and its own AM and datacontrol also.
    tab A have a table
    tab b have a table with search panel. The view criteria that used to generate the search panel is not check "Run Automatically"
    What I am trying to do is in tab A, user can select some rows and click one button, then below action happen:
    1. the id of the selected rows will be pass to a AM method of tab B as string that separated by comma, and this AM method will execute the VO that the table of Tab B is based on
    2. set tab b disclosure to be true to show tab B
    3. The row that selected in Tab a will be shown in the table of tab b
    Below are the code in the AM of tab b, it is exposed to client and it will be invoked by the button actionlistener of Tab A from the bean:
    public void applyDashbaordViewCriteria(String listOfPS) {
    if (listOfPS != null) {
    PullSequenceSetupVOImpl psvo = this.getPullSequenceSetupVO2();
    ViewCriteria vc = psvo.createViewCriteria();
    vc.setName("PSDashboardVC");
    ViewCriteriaRow vcRow = vc.createViewCriteriaRow();
    ViewCriteriaItem vcItem =
    vcRow.ensureCriteriaItem(PullSequenceSetupVORowImpl.PULLSEQUENCEID);
    vcItem.setOperator(JboCompOper.OPER_IN);
    vcItem.getValues().get(0).setValue(listOfPS);
    vc.add(vcRow);
    psvo.applyViewCriteria(vc);
    psvo.executeQuery();
    However my issue here is:
    Whenever the first time entering the page, which will show tab A, I select some rows in the table and click the button, AM got executed correctly and before it leave above code, VO executed and row count is correctly match with what user selected in Tab A. However, the rows in the vo is not showing in tab B. Table in tab B show no rows.
    Workaround for the issue:
    If first time entering the page, I go to tab B first, without doing anything then come back to tab A, select some rows and click the button again, then this time, the row I selected start showing in the table of Tab B.
    So my question is, how can I solved this issue to make the selected rows show in tab B without going to tab B to load the page first? Is that something to do with datacontrol scope?
    I am using Jdev 11.1.1.3.0
    Thanks.

    Hi, now I think i know what is the root cause:
    I overide executeQueryForCollection and executeQuery method in the VOImpl that table of Tab B is based on. And I notice the following:
    Even when select row in tab A and click the button to call AM method to apply the view criteria and execute the query to return some row, when tab b loading the first time, I notice executeQueryForCollection is being fired again and invoked by executeEmptyRowSet.
    It looks to me that even thought before the page load, VO already executed and have some row, somehow when ADF load the page, it will empty all the rows in the VO. And also since I have a query panel which I uncheck the Query Automatically. So even my applied view criteria still there, but VO will not get re executed again and show the result.
    I think that is why this issue is happening. And also, that is why if I navigate to tab B first and come back to Tab A, now perform the same action, the selected rows start showing on the page.
    Anybody can help me how can I resolved this issue? And also, I don't want to check the "Query Automatically" of the view criteria that I used to genreate the search panel because it may impact the performance.
    Edited by: user10867484 on Apr 21, 2011 2:48 PM

  • BI Report is showing two rows for a single record

    Dear Experts
    This is Raja
    I am Facing one issue in BI Report,
    I have created report based on a Infocube which is getting data from two DSO. one is Standard [ Billing Condition Data]and another one is ZDSO[Targets}. these two requests go in the Infocube
    1. Budget- zdbudget [DSO]
    2.Actuals -0sd_o06 [DSO]
    I need to make report  Like this :For a specific period
    EX:1
    Material    Sold to party    Actual   Budget/Target     Variance    Actual YTD  Budget YTD
    M100        S100                 21         30                         10               21                  30
    here budget{ Budget DSO} values i am getting Material wise sold to party is not coming through file. But for Actual values sold to party is coming, that's why my report is showing like this..
    Ex:2
    Material    Sold to party    Actual   Budget/Target     Variance    Actual YTD  Budget YTD
    M100        S100                 21                                      10               21                 
                                      30                       -30                                        30
    Since the sold to party is not available in Budget DSO in the report For Every Material it's showing Two Rows.
    How can bring this in to one Line..Like EX:1
    Please give Valuable Suggestions..

    Say the data is like this.
    Material Sold to Party Act Bud
    M1          S1               100   0
    M1          #                    0    50
    M1          S2               200   0
    And you want to see like below.
    Material Sold to Party Act Bud
    M1          S1               100   50
    M1          S2               200   50
    If this is your requirement, let the sold to party be in Rows.
    In columns, for budget, create a local selection, drag budget kf, sold to party (restrict this by # and right click and choose constant selection). This makes the budget kf independent of what is coming in the rows and always shows data corresponding to sold to party #. Hope this is clear.

  • Reports region only shows 15 rows

    I have a strange problem with a reports region. The region runs a simple SQL select against a table. My table has 18 rows but the report region only displays 15 rows.
    I ran the SQL directly against the database and all 18 rows are returned, so it's not a problem with the query.
    Under the Report Atrributes tab for the region, I checked the Layout and Pagination section. Number of rows was set to 15, which I thought explained my problem.
    I deleted the value in number of rows. But the region still only shows 15 rows.
    If I change the value in number of rows to 20, all 18 rows are shown. But again, if I delete the 20, only 15 are shown.
    Is there some other setting somewhere which is defaulting the report to 15 rows?

    That item is cleared as well. Very strange. Still can't see anything on the page that's causing it to only show 15 rows.
    Edit -
    Setting it to 999999 seems to cure the problem until I find a solution. Very strange, maybe it's a bug?
    Message was edited by:
    Antilles

  • Show new rows in DataGrid

    Hi.
    I have dataGrid where i insert rows. For this reason i use this code:
    public void createLOADetails()
    OAViewObject vo = (OAViewObject)getLOADetailsVO1();
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row r = vo.createRow();
    //вставляем пустую строку в таблице (грид)
    vo.insertRowAtRangeIndex(vo.getCurrentRowIndex()+1,r);
    // Required per OA Framework Model Coding Standard M69
    r.setNewRowState(Row.STATUS_INITIALIZED);
    That works fine. But when I try to delete some existing rows before committing inserted rows their all disappears in DataGrid. This code for rows deletion
    public void deleteDetail(String detailId)
    OAViewObject vo = (OAViewObject)getLOADetailsVO1();
    LOADetailsVORowImpl row = null;
    Object [] keyValues = new Object[1];
    //первичный ключ (primary key)
    keyValues[0] = detailId;
    //находим строку (или строки) для удаления по первичному ключу
    Row[] rows = vo.findByKey(new Key(keyValues),-1);
    for (int i = 0;i < rows.length;i++ )
    //удаляем строки
    rows.remove();
    //сохроняем в базе изменения
    getTransaction().commit();
    } // end deleteEmployee
    Rows deletion commits to database immediately. After it I call procedure to refresh View object like this:
    [b]public void initDetails(String p_absence_attendance_id)
    LOADetailsVOImpl vo = getLOADetailsVO1();
    if (vo == null)
    MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "EmployeeFullVO1")};
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    //where условие для запроса. Передаем туда Id отсутсвия
    vo.setWhereClause("ABSENCE_ATTENDANCE_ID = :1");
    vo.setWhereClauseParam(0,p_absence_attendance_id);
    //выполняем запрос
    vo.executeQuery();
    } // end initDetails()
    So how to show pending rows in grid?
    Thanks.

    When you say pending rows do you mean the new rows that you have created in the createLOADetails()? If so, if the new row that was created is a valid row with all the required attribute values being set, then if you remove the statement r.setNewRowState(Row.STATUS_INITIALIZED); the row will get saved when you issue an commit and hence you should be able to requery the data.
    If the row does not contain all the required attributes and if you expect the values to be entered by the user, then you have to call the createLOADetails() in your initDetails() after the executeQuery.

  • Oracle bi delivers - Show relevant rows only (under Recipients) not working

    Hi,
    My requirement is to send a report to multipel users and each user should get only relevant information mapped to his email id. If I uncheck option "Show relevant rows only", iBot is working and delivering report but our requirement is to send data related to user. For the I checked "Show relevant rows only" but after that iBot is not sending email. I checked the log at "product/OBIEE/OBIHome/server/Log/iBots", but there is no error.
    If someone has faced this issue and has solution please let me know.
    Thanks a lot.
    Mukul

    You need to set "Data Visilibity" as "Personalized" in the General tab. That means that the iBot will run for each user as each user therefore you need to make sure that each user can read the iBot and the requests that it uses.

  • Apex report only show 2000 rows

    Hi Experts,
    I am going to show about 4800 rows in a report and want to show them within a page. In Layout an Pagination, I set 6000 to both 'number of rows' and 'maximum row count' and set 'pagination scheme' to 'not pagination selected'. However, it still only show 2000 row in the page. Is there anything I missed?
    Thanks,
    Daniel

    Daniel Wu wrote:
    In Layout an Pagination, I set 6000 to both 'number of rows' and 'maximum row count' and set 'pagination scheme' to 'not pagination selected'. However, it still only show 2000 row in the page. Is there anything I missed?If 2000 was the previous setting then this is likely to be the common problem of pagination settings being cached for a session. Either log out, restart the brower, and log in again, or manually re-request the page from the browser address bar, adding 'RP' in the ClearCache position in the URL.
    I am going to show about 4800 rows in a report and want to show them within a page. Are you really sure about this? That's a lot of data to throw at someone in one go, and will have adverse effects on performance, usability and accessibility.

  • Show Calculated Row/Field on Chart

    I have a table which shows 3 rows and 2 columns and a sum row at the end. I have turned it to a chart I find the 3 rows on x-axis. My question is it possible to show the sum/ calculated row also as an element on the charts x-axis.
    Example
    Col1----
    > Col2
    Gross Sales----
    > 4
    Discount----
    > 1
    Return----
    > 1
    Sum (Net Sales)----> 2 (4-1-1)
    When I turn this table to a chart I get the 3 rows (gross sales, disc, ret) on the x-axis. Is it possible to get the 4th calculated row on the x-axis of the chart .?
    Thanks & Regards
    Ishaq
    Edited by: Ishaq Baig on Jun 21, 2010 4:34 PM

    One trick that has worked well for me in the past is to create a union query with a dummy value for the Total. So you get this:
    select Y, sum(Z) from tables
    union
    select 'Total', sum(z) from tables
    This creates data in four rows, rather that treating your total as a sum it becomes part of the data. Then you can chart it.

  • Show new rows at top. Is it possible?

    Hi all,
    I am using Java Studio Creator 1 � Update 2.
    When the user is allowed to insert new records in a table one or more empty record will be visible at the bottom of the table. And the user can then simply enter the new data in theses empty records.
    How can I determine where the new rows will be placed? Actually they will be at last page of a table view. Is it possible to show news rows at the top of the table?
    Thank you
    Pablo de Souza C�mara

    Hi all,
    I am using Java Studio Creator 1 � Update 2.
    When the user is allowed to insert new records in a table one or more empty record will be visible at the bottom of the table. And the user can then simply enter the new data in theses empty records.
    How can I determine where the new rows will be placed? Actually they will be at last page of a table view. Is it possible to show news rows at the top of the table?
    Thank you
    Pablo de Souza C�mara

Maybe you are looking for