DBA_JOBS view and wb_rti_service_job.check_service(1) connection.

Hi there,
In our shop we have quite a few databases where control center service is installed.
Therefore if I execute the sql script $OWB_HOME/owb/rtp/sql/show_service.sql I will get "Available" in all of them.
Now, while logged on to the database, if I execute the following script
select what from dba_jobs where log_user = 'OWBRUN' then my result should be
what
wb_rti_service_job.check_service(1)
This happens in all of my databases where control center is installed (target databases) except one.
Everything works fine, packages are being deployed correctly, they are being executed correctly, statistics are being logged correctly in that one database.
Can someone tell me where that job is or what could cause such behaviour?
Our Oracle database version is 10.2.0.4, our OWB version is 10.2.0.1, our databases are installed onto Sun Solaris 10 server.
Thanks

No the control center was configured with owner = OWBRUN. I do that in all my databases that have a control center.

Similar Messages

  • You View and Sony Bravia HDMI connection issues

    For what it is worth I though I would post a solution that has worked which solved compatability issues between some Sony Bravia TV's and YouView boxes.
    I have used a YouView box with no problem via a SCART on an old TV
    I invested in a Sony Bravia - installed today by John Lewis
    The YouView was only recognised by the Bravia if it was switched on by the power switch - once on it bringing it out of standby via the remote and selecting the input on the Bravia would only lead to a Blank Screen on the Sony (it would also not swiitch automatically to the input the YouView was on).
    Long discussion with Sony followed and Sony said "most" of their TV's would recognise YouView via HDMI - but some had "unexplained" compatability issues - when asked what I should do the Sony man said if this was important I should ask John Lewis to change the set.......
    Helpful discussion with John Lewis support - I did not want to change the set and JL suggeted connecting the YouView to the Sony HDMI via an HDMI "switch" box - only connecting the YouView to the switch box. (It seems that the Sony will recognise the switch - but not the YouView directly....)
    Bought a Switch from Maplin (HSW0501BN) - connected YouView to the switch and the switch to Sony Bravia TV via HDMI - and it works brilliantly.....
    Turning the YouView on/off via the remote from standby changes the input source to the YouView on the Sony - and it has always been recognise by the Sony - no more blank screens.
    A pain in the neck for a new TV - clearly a problem with some Sony Bravia TV's and YouView - it would be nice if both YouView (Humax) and Sony could talk together to fix it....
    But for now it seems the intermediate switch gets over the issue.
    I thought this was worth sharing in case anyone else has the same issue - I cannot say it will work for every-one - but it worked for me - thanks to John Lewis support.............
    Solved!
    Go to Solution.

    Hi
    It's a SONY KD-55X-8505BBU  --  It's the "lo-spec" 4K model and works brilliantly.
    The SONY man said "most" of their TV's work with YouView HDMI - but they have had some instances of incompatability and could do nothing about it.............
    The YouView worked with the SONY - but it needed to be switched on and off for the HDMI to recognise it - I temporarily ran it through the SCART - which worked OK (to which the SONY man asked why I was concerned if it worked with a SCART!!!)
    The advice from John Lewis was great - just connected the YouView HDMI to a HDMI switch box - and connected the swirch box to the SONY - it all works fine now.
    It just seems that SONY are not aware (or are not prepared to tell you) the solution - and only higher level John Lewis staff are aware of this (the John Lewis installer was stumped).
    Not sure anyone else will have the problem (although I have seen several reports of this on the web) - and I am happy with the solution - just wish the (paid for) installers knew - and that SONY knew/or were prepared to tell you (guess they did not want to be asked for the price of the HDMI to cure the "incompatability" problem).
    I was so amazed at the poor response from SONY and I asked them to confirm that the call was recorded and took the recording number - needless to say John Lewis was not impressed with Sony telling me that the only solution was to send the set back to John Lewis  --  Sony have suffered a big drop in my estimation - although the TV is brilliant......

  • HT2688 Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared librar

    Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared library?

    Was your wife logged into the libray at the time you tried to log in? I have had a similar problem and it was because another user was logged into the library when I attempted to. I got the permission denied banner.

  • Connectivity Problem with WPF Viewer and Oracle based imbedded reports

    I've been using code to modify the Database, Username and Password in imbedded reports for quite a few years.  Whether I was using C++ V6 or C# in VS2008, the process has been basically the same.  Now I am trying to use the WPF Viewer in VS2010 and am getting an "ORA-00942: table or view does not exist" error.  I perform a successful Connectivity Test and receive the error when I'm trying to view the report. 
    If I comment out all of the code that sets the source of the data and performs the connectivity test, the report shows up in the viewer and I'm presented a logon window similar to what I see when i design the RPT file in Crystal Reports. i.e the "Server Name:" shows the name of the Oracle Database I used when I designed the report; the "Database: " is empty; the "Login ID:" displays an edit box and contains the User ID I used when designing the report; and the "Password: " displays an edit box in which I type the password.  Once I click on the OK button, the report is displayed in the WPF viewer.
    Here is the code starting after I have loaded the report into a ReportDocument:
    if(report.IsLoaded)
      CrystalDecisions.Shared.TableLogOnInfo crTableLogonInfo;
      CrystalDecisions.CrystalReports.Engine.Tables crTables = report.Database.Tables;
      foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
        crTableLogonInfo = crTable.LogOnInfo;
        crTableLogonInfo.ConnectionInfo.LogonProperties.Clear( );
        crTableLogonInfo.ConnectionInfo.Attributes.Collection.Clear( );
        crTableLogonInfo.ConnectionInfo.DatabaseName = null;
        crTableLogonInfo.ConnectionInfo.ServerName = MyDatabase;
        crTableLogonInfo.ConnectionInfo.UserID = MyUsername;
        crTableLogonInfo.ConnectionInfo.Password = MyPassword;
        crTable.ApplyLogOnInfo(crTableLogonInfo);
      report.SetParameterValue("StartingCPID", "AAAAAA");
      report.SetParameterValue("EndingCPID", "ZZZZZZ");
      if(report.Database.Tables[0].TestConnectivity())
        reportViewer.ViewerCore.ReportSource = report;
        reportViewer.ToggleSidePanel = SAPBusinessObjects.WPF.Viewer.Constants.SidePanelKind.None;
      else
        MessageBox.Show("Unable to Connect to Database in report.");
    Any idea what I'm doing wrong or what is different in this version?

    See if the KB [
    [1448013  - Connecting to Oracle database. Error; Failed to load database information|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433343338333033313333%7D.do] helps.
    Also the following may not hurt to have a look at (if only for ideas):
    [1217021 - Err Msg: "Unable to connect invalid log on parameters" using Oracle in VS .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313337333033323331%7D.do]
    [1471508 - Logon error when connecting to Oracle database in a VS .NET application|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433373331333533303338%7D.do]
    [1196712 - Error: "Failed to load the oci.dll" in ASP.NET application against an Oracle database|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133393336333733313332%7D.do]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Wb_rti_service_job.check_service

    I sometimes (usualy mondays) have the problem, that the database shutdown hangs (db 9.2.0.5, OWB 10g). I guess there is a problem with the wb_rti_service_job.check_service job. What is it good for? One problem is, that even I am the only user who is connected, as soon as I connect to the runtime repository this jobs starts for two other users. Why?
    Regards,
    Torsten

    What I typically do is stop the runtime service before shutting down the database (I do this in batch) by running the following:
    conn rtrepos owner/pwd
    @<path>\owb\rtp\sql\stop_service.sql
    That should nicely stop the service and it will come up when the database comes up again.
    Jean-Pierre

  • HT202778 Why is it that when I plug my iPhone into my computer and press "trust", it disconnects my phone and reconnects it, and still does not connect to iTunes??

    When I plug in my iPhone, it connects and begins to charge, then asks me to "trust" the computer. When I select "trust", rather than connecting to iTunes, my phone gets disconnected and then it reconnects again and continues to charge but does not connect to iTunes... I have tried restarting both my computer and my phone, I have tried uninstalling and reinstalling iTunes and I've also tried connecting my phone with different USB cables and connecting them into different USB ports... Still nothing is working.

    That's how Apple set it up on the Mac.
    There is a free application called iExplorer for Mac that allows you to view and copy files from your iPhone.
    Hope this helps.

  • Crystal Report Viewer Not Releasing Oracle Database Connections

    I have a very simple vb.net 3.5 web application that uses the Crystal Report viewer 2008 to open a report. My requirements are as follows:
    1. Reports are built by another company and provided to us and used in a web environment
    2. All reports contain parameter fields
    3. The web application must be generic enough that a report can be added to a list and the user simply selects the report and provides database login information. The Crystal report viewer with handle the request for parameter values and prompt the user for their values.
    4. All reports connect to an Oracle 10g server.
    The above requirements have been meet and we have an extremely simple web application that runs the reports. It is working very well other than the crystal report viewer is not releasing the database connections. This is bad because the credentials are on a per user basis and that same user must login to a different oracle application simultaneously. They are being denied access because the credentials are already in use. We do not have control nor influence over the policies in use on the Oracle server. Ideally we would like to control the Crystal Report viewer so that it closes connections after use.
    The web application code is:
    Private Sub viewReports_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
    If Not IsPostBack Then
    ConfigureCrystalReport()
    End If
    End Sub
    Private Sub ConfigureCrystalReport()
    'Load the Crystal Report viewer with a report.
    Try
    Dim reportPath As String = Server.MapPath(Session("reportname"))
    crViewer.ReportSource = reportPath
    Catch ex As Exception
    Response.Write(Server.MapPath(Session("reportname")) & "
    " & ex.Message.ToString & "
    " & ex.StackTrace.ToString)
    End Try
    End Sub
    Can anyone shed some light on this topic? Thank you

    Hello, Timothy;
    By default, having the report in session will hold it open for 20 minutes.
    If you create the report as a ReportDocument object you can take it out of session and release it more efficiently. That will release the connection.
        Private Sub ConfigureCrystalReports()
            If (Session("hierarchicalGroupingReport") Is Nothing) Then
                hierarchicalGroupingReport = New ReportDocument()
                hierarchicalGroupingReport.Load(Server.MapPath("Hierarchical Grouping.rpt"))
                Session("hierarchicalGroupingReport") = hierarchicalGroupingReport
            Else
                hierarchicalGroupingReport = CType(Session("hierarchicalGroupingReport"), ReportDocument)
            End If
            myCrystalReportViewer.ReportSource = hierarchicalGroupingReport
        End Sub
    In the Form Unload of the Viewer:
                'Take the report out of session
                Session("hierarchicalGroupingReport")  = Nothing
                Session.Contents.Remove("hierarchicalGroupingReport")
                'Clean up the ReportDocument object
                hierarchicalGroupingReport.Close
                hierarchicalGroupingReport.Dispose()
                hierarchicalGroupingReport = Nothing
                GC.Collect()
    Elaine

  • Multiple users access one iPhoto library and view and edit

    I have 3 Macs and 5 users in our family. I'd like to have one iPhoto library that any user can access from any of the machines and view and/or edit. I don't need simultaneous access (which from reading posts I can see is not possible in iPhoto).
    If I move the library to external HD will I be able to access the libary from each Mac over Wi-Fi? From what I read I'd need to hold ALT when opening iPhoto in each user account, on each Mac, and choose the library on the external drive.
    If I set it up like this then once photos imported any user can see them, and edit if they want to? Presumably any Projects would be in the one central library rather tan being specific to a particular user?

    Yes and no
    the hard drive that the iPhoto sits on must be formatted Mac OS extended (jorunaled)
    iPhoto is not a multi user program and if two different people edit atthe same time it will not wrok correctly
    Most importantly WiFi is not a reliable connection and has many dropouts - if you edit over WiFi you are highly likely to lose data and corrupt yoru library - it is not a good idea - viewing is slow but will work
    LN

  • IPod touch music dissapears from album view and other things

    I'm honestly suprised to the fact that my old iPod video works better on this factor than the iPod touch I upgraded to.
    My problem lies in the fact of syncing makes my iPod decide certain things stay on Album view and dissapear from it. To give an example:
    Before sync - Album of Disneyland Music is still together on album view and nothing has vanished.
    Add in another song to the compilation of music on the album for easy listening.
    Sync iPod
    Album of Disneyland music has vanished completely and only the new song added in is viewable in the album listing.
    Don't think that it's gone competely. I've searched and the music is actually in the iPod, just not in the albums listings. It's everywhere else listings on the iPod.
    This has irked me ever since I bought the thing since another issue that just drives me up the wall. With my iPod video if I listed the music under an album it'd be sorted into the album with no problem. With the iPod touch however if ONE thing is off it gets sorted into its own lisiting on the Album view even though it shares the same Album title with another song. Example:
    Old music that doesn't get recognized has to have information added in
    Albums are correct
    Artists are correct
    Sync iPod
    Album listing has multiple listings from the same album with the artists as its sorting spot. (or if it even showed up at all...)
    I've tried multiple times to fix this and nothing works. (and i've checked and unchecked sort by album artist, no dice.) I attempted to contact an iTunes help as it was partly on the program's fault, the helper didn't understand what I was talking about. Can anyone help me here?
    and no I can't resort to my iPod video as I've killed the selection middle button thanks to a game. That and it also had an issue with connecting and I kept having to refresh it.

    I looked in Compilations and the album that's vanished from Album view isn't in there. I checked via Artist view and the songs are there so the music is in the iPod but it's being a little wise sucker and not showing me the album in the Album view.
    I fear for the videos I have to put on my iPod for class reference today...

  • My Yoga 13 Ideapad crashes and reboots when I connect to an external monitor!!

    I have the Lenovo ThinkPad USB 3.0 Dock through which I am trying to connect to my desktop monitors.
    What happens is an automatic reboot. After that reboot, I have been able to log into the machine again, but it will reboot after 2-3 minutes - maximum - if I am lucky.
    I searched the forums, but did not find any other with this exact problem, so any help in discovering what goes wrong and how I can fix this is of course greatly appreciated.
    My Yoga 13 is brand new, all the Windows Updates and Lenovo Updates have been applied, so I do not think it is missin device drivers. The docking station's software was installed before I hiooked it up, and I have tried connecting both through the USB 3.0 and the UISB 2.0 port, but that does not solve any problems.
    Looking through the Event Viewer shows these errors occurring:
    * "The Desktop Window Manager has encountered a fatal error (0x8898008d)." This happens 8 times in a row
    * Then: "The winlogon notification subscriber <AUInstallAgent> was unavailable to handle a critical notification event."
    * "The description for Event ID 1 from source DptfPolicyLpmServiceHelper cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer." I have 2 of those.
    * In the System event log, I see this at the same time of the crashes: "The DisplayLinkManager service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 271311 milliseconds: Restart the service."
    I have no idea on how to solve this issue, so please, if you have any tips or fixes for me, please let me know!

    hi nilsandreas,
    can you please check c:/windows/minidmp folder and if there's any file, can you please upload it so i can check it?

  • Error -3000 in Oracle Explorer View while trying to add connection. v. 10.2

    I have been using Oracle 9.2 and it's cooresponding ODP.NET for ASP.NET web development. I am now started on a new project that is running on a 10g database. I figured I would try out the Visual Tools suite and get the benefit of using ODP.NET and the integrated tools.
    I run the installer and created a new home directory just like the release notes say. After I reboot I copy my TNS Names and try SQL plus from my 9.x version and it works perfectly I can connect to any server. I check my Oracle Home selector and it is pointing to the 10g client directory.
    The problem is that when I am in Visual Studio .NET 2003 and open the Oracle Explorer view and click Add Connection. I get the dialog box and select my database and use a username/password and click Test and I immediately get a "-3000" error message almost like it is not even going out on the network. It says some internal error (String) datatype but nothing useful at all in the error message to help in resolving the error.
    I did a search on the forums here and everyone says use the latest version which I would do but I am on the latest version (Downloaded Yesterday 10-19-2005). So to get back to work I uninstalled the 10g visual tools and I am using the 9.2 client using the 9.2 ODP.NET until I can find out what the issue is with the 10g tools.

    Just to give an update to help others if they may encounter this issue. I uninstalled the Oracle 9.x client and removed any traces even the Universal installer. Once you reboot and ensure that nothing anywhere is pointing to the oracle directory I even deleted the Oracle directory to ensure that it would be a clean install.
    I then proceeded to install the 10.2 Developer tools and used the default settings and when I finished the installation I copied my TNSNames over to the network directory and rebooted. I then launched VS.NET 2003 and went to Oracle Explorer and added a Database and did the test connection and it worked. So it appears to have an issue with an existing installation running side by side (9.x and 10.x) The 9.x install did have the ODP.NET library installed so this alone might have been the issue as I haven't seen in the docs were you can't have both on the same system as with .NET you aren't supposed to have this issue running multiple versions of the same .NET assembly on the same machine.
    What was wierd with the scenario is that other than ODP.NET on the 10g client install everything worked fine connecting using the command line tools. It just would not connect via Visual Studio .NET's environment. I didn't try to do it in code as I figured it would be just the same issue.

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

  • Upgraded to itunes 11.4 and now when i connect my iphone 4s..itunes crash!!!!

    upgraded to itunes 11.4 and now when i connect my iphone 4s..itunes crash!!!!when the iPhone is disconnected iTunes is working properly....
    please help me!!!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Album View and Cover Flow View are not available in iTunes 7

    Hi,
    When I connect my iPod, in the iTunes 7, the options for Album view and Cover Flow View are disabled for the song list on my iPod. I only have a list view for them. However, at the same time, the songs on the library can be viewed in any of the three (3) views.
    What might be the possible reason and is there any options to view your iPod songs in Cover Flow View in iTunes (while it is connected)?
    Please solve this query of mine.

    It just simply not a feature. You might think about requesting it here:
    http://www.apple.com/feedback/itunesapp.html

  • HT4847 On startup my macbookair says start up disk full/delete some files. When I look at storage disk utility I see 51GB of a possible 60GB is used with Other. What is Other? and how can I view and delete some of these files?

    On startup my macbookair says start up disk full/delete some files. When I look at storage disk utility I see 51GB of a possible 60GB is used with Other. What is Other? and how can I view and delete some of these files?

    A MacBook will use Time Machine to make local backups so that when connected to an external drive it will backup a lot faster.
    to disable this, you must use a command under terminal.
    to locate terminal, do a search for it under spotlight (the magnifying glass on the top right corner), should be the first hit.
    once under terminal, type the following text exactly:
    sudo tmutil disablelocal
    hit enter.
    you will be asked to input your password, if you do not have a password, you will have to create one before performing this command. after entering your password, hit enter again and close terminal.
    in a few minutes the space taken up by time machine should be cleared.

Maybe you are looking for