How to view other schema's job status ?

Hi,
My application is in schema A. User B has just enough rights to do specific tasks in A. One of them is to call a function that creates a job in schema A.
The view user_jobs in A shows the job.
How can I make this job visible to user B without granting B access to dba_jobs?
I tried granting select on a.user_jobs to B and hoped that the job would show up in B's all_jobs view but that did not work.
Any ideas?
Rene

Create a customised version of USER_JOBS and grant select on the view to B. See catjobq.sql - note how USER_JOBS is based on DBA_JOBS anyway.
I usually have some sort of admin user (which may or may not be the application owner) which owns all these types of customisations.
PS: ALL_JOBS is actually a synonym for USER_JOBS.

Similar Messages

  • Restricting SYS user to View other schema's Tables

    Hi All,
    Oracle DB Version - 10R2
    O/S - UNIX
    Could anyone share docs or steps to prevent SYS user to view other schema's tables;
    Thanks,
    Deepak

    Dear Deepak_DBA,
    If you revoke every privilege and role from the SYS user i presume the SYS will continue to select any table from the relevant schema. SYS is a special user and not like the others.
    For instance if you want to revoke the SYSDBA and the SYSOPER from the SYS user;
    SQL> revoke sysdba, sysoper from sys;
    revoke sysdba, sysoper from sys
    ERROR at line 1:
    ORA-01998: REVOKE failed: user SYS always has SYSOPER and SYSDBAI have never seen such documentation that describes how to revoke everything or at least the SELECT ANY TABLE privilege from the SYS user.
    Please see more about the SYS and the SYSTEM users;
    SYS and SYSTEM Users;
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/users_secure.htm#ADMQS12003
    Regards.
    Ogan

  • How to view the schema of a table?

    Hi,
    I have a table and would like to use the schema as a base to create other similar tables, however I couldn't find much information on how to retrieve the schema of a table in windows azure database.
    Could anyone shed some light? 
    Thank you!

    Hello,
    Windows Azure SQL Database provides support Information Schema Views, for example, you can get the column information in the current database with following statement:
    SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME,DATA_TYPE
    FROM  INFORMATION_SCHEMA.COLUMNS
    Reference:System Views (Azure SQL Database)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to view DB schema in SAP B1 company

    Hi,
    Would you please tell me how to view Company database schema.
    When I use Database browser It gives Exception as
    "B1DBBrowser ERROR: The Type initializer for 'B1wizard.Globals'" threw an Exception.
    Thank you
    Buddhika

    Hi ArshDeep,
    I want to update PaymentReference field in a Document object.
    I was able to get the required Document to update but it returns Error code.I can see the existing PaymentReference value, but can not be set. But it is Property with read-write.
    Currently I'm doing is,
    Create Document object.
    Initiate it with oInvoice object type
    if(oDocument.getByKey(docID))
         oDucument.PaymentReference = MyCustomID;
         int iErr = oDucument.Update();
    oDocument properties matches with the required document implying the correct document is in the oDocument object.
    But this returns errors.
    Would please give me a Solution.
    Buddhika.

  • Photosmart 7520 - How to view on screen the printer status report

    How do I view on the monitor or printer screen the 'Total pages printed' figure, which otherwise I need to frequently print out via "Maintain your computer>Device reports>Print Status report"?  I'm using HP Photosmart 7520e, wireless connected, Windows 7 Ult.  Thanks.
    This question was solved.
    View Solution.

     Hello emmandell,
    Welcome back to the HP Support forums.  I understand that you would like to learn how to view your page count without having to print a Printer Status Report.
    The information can be viewed online using the printer's embedded web server (EWS).  Please follow the steps below:
    1)       Press the wireless icon  on the front panel of the printer to find the printer's ip address.
    2)      Type the ip address of the printer into the address bar of your browser, this will bring up the EWS. I recommend that you bookmark this web page for future use.  Then please click on 'Tools' tab.
    3)      Click on 'Reports' along the left hand side menu
    4)      This will print up a usage screen with the total page count shown across the top
    Hope this helps you save on ink and paper.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Inconsistent logic for viewing others schemes objects in browser

    A while ago when we upgraded our db's to Oracle 10 we also replaced our famous green friend for Sql Developer with our entire development crew.
    Among a few other things, people were not all that happy, seeing that they lost the desired "check for access to dba views option". But as long as we could rely on a consistent view in the "other schema" in all possible views (via table, or directly in the navigator) we could defend this way of thinking for not being able to see everything.
    But unfortunately, in the latest version "1.5.1 5440", we still see inconsistent things...
    for example :
    via browser (other users schema)
    => Indexes are not visible in the indexes branch point, but they do show up on the indexes tab for the corresponding table.
    => For the same "other users scheme", Triggers do show up in the triggers branch point, but then when we check the trigger tab for the corresponding table, they are not shown
    It looks like waiting for yet another version is no option and we will be forced to retreat to the green commercial swamp on high demand of our developers...
    Ribbit :-(

    There are still a few glitches in the queries used for certain things - I cannot remember the problem you mention with indexes being posted before (although I get the same problem with indexes visible in all_indexes not appearing on other users index node), but the trigger tab problem has been discussed before (1.5PROD/EA3/EA2/EA1: Only table owners triggers show in Table's trigger tab
    theFurryOne

  • How to view fault schema under variable structures in alsb

    We are not able to view the fault element in our alsb flow under body variable and when we get the error in test console the error comes in bea fault schema,but we want the error in our own defined fault schema.Pls. guide.
    Below are the steps we followed to create a wsdl.
    Steps:
    1. We created a webservice project in workspacestudio and generated a wsdl.
    2. Then we have added a fault element manually in that wsdl.
    3. Now we have generated a webservice from that modified wsdl.
    4. Again we have generated a wsdl from webservice created in step 3.
    5. step 4 wsdl is tested and running well on server.
    When we try to configure that service as Proxy/Business service in ALSB and view the XPATH Expression Editor, we are not able to view Fault element under variable structures under body variable as shown below.But when we see the design view of our running wsdl in workspace studio it shows the fault element.How to get the fault element in variable body so that we can view the error in our logs in our defined Fault schema instead of BEA fault schema.WDSL is enclosed as an attachment.
    Thanks in advance.

    Have you tried using the "Log" action in your pipeline proxy and log for $body and $fault. This will defin return the $body and $fault if these were parsed correctly

  • How to view if my new job will impact existing tables/jobs/interfaces?

    Hi SAP team,
    I am planning to implement a job SAPF124 Automatic Clearing to run at 12pm every Thursday.
    My question is:
    How can I view in the system what is running at this time to see if my run will be conflicting with other transactions/jobs/interfaces/tables/performance, etc....??
    Any ideas to pull such report?
    Regards,
    Roger

    It can impact if someone is manually posting documents. Set this up when there are no jobs and no one is using the system.

  • Viewing Other Schema Objects in SqlDeveloper

    I'm running SQL Developer 1.5.1.54.40 against 10g 10.1.0.5, and am unable to view package bodies in schemas other than my own. I know there has been some discussion on this, but I'm unsure of the status. Is there a workaround, or plan to provide this functionality in the near future?

    Sue,
    There is still a problem in 1.5.0 and 1.5.1 (on win XP going against a 10.2.0.3 database) in viewing the columns of a view that is owned by another user. This worked / still works in 1.2.1.
    Regards,
    Erick
    Message was edited by:
    ESlazinski

  • How to view the Design layout for Status tracking in bw 3.5?

    Hi all,
    I am new to bps 3.5 ? and i have a status and tracking in the development created by some one.  i am able to execute it, but then i would like to see the desing layout of it.
    How the layout is design.
    Can anyone help me on this!!
    Thanks
    Pooja

    To my way of thinking, you do not so much design the STS layout as to customiise or configure the STS. This is done with transaction code BPS_TC. Certainily some admin user will need access in order to adjust the configuration from time to time, to set new dates, people, organisation changes and so on. Different authorizations are required for 'standard' users, 'super' users (with an overview of the whole process. and 'admin' who can configure the STS. But BPS_TC does not allow you to see or to change the layout of STS. (The program can be found from SE80 in BSP Application  TUNGUSKA.)
    Help is at:
    http://help.sap.com/saphelp_nw04/helpdata/EN/ff/3deba47cf511d5b3e30050dadfb23f/frameset.htm
    I think you would need a very compelling reason to change the basic design.
    Stephen

  • Viewing Other Schema In SQL Developer

    Hi,
    I did a search in the Forum and none of the posts I have found has been able to solve my problem so I'm here with my hat in hand asking for some advice. I was recently given SQL Developer to replace what I had been using and, on my own, have been able to convert all of my previous queries for use in SQL Developer. However, the only Tables I see in the Left Window of SQL Developer are those Tables that I have personally created. I checked with our DBA and I do have SELECT permission granted on all Tables in our company's Oracle DB, but I can't see them in SQL Developer so I can't use Query Builder or the Drag and Drop option, etc.
    Thanks for reading this and for your help.
    If you need any further details, let me know and we can work out a contact method other than the forum.

    You need to ask the DBA what the user / schema name is of the tables you have access to. What you see when you expand other users are all the users in the database you are currently connected to. Expanding the tables node for these users will only display the tables when you have select access. Another way to see the different schemas that have objects that you can see is by adding a filter to Other Users. Right click on other users and select the filter. Now in the dialog change the initial drop list to object_count and change the next two fields so that you create an expression that shows row_count > 0. Now only those users with objects in that you can see will display in the list.
    In the query builder you have to change to the user for each set of tables you want to use.
    Sue

  • How to view shared (NFS) 11g agent status?

    I have installed the MASTER agent and the NFS agent on the same host.
    Master Location = /app/oracle/ogc/agent11g (note 748535.1)
    NFS State Location = /app/oracle/ogc/emstate
    I see an agent running in OEM console, but I don't know if its the Master or NFS.
    From the operating system I see an agent process running, but again I don't know which agent is up:
    $ ps -ef|grep agent11g |grep -v grep
    ogc      11421     1  0 Nov08 ?        00:00:01 /app/oracle/ogc/agent11g/perl/bin/perl /app/oracle/ogc/agent11g/bin/emwd.pl agent /app/oracle/ogc/emstate/sysman/log/emagent.nohup
    ogc      11452 11421  0 Nov08 ?        00:00:31 /app/oracle/ogc/agent11g/bin/emagentIf I try to confirm the agent status using emctl, it says the agent is not running:
    $ export ORACLE_HOME=/app/oracle/ogc/emstate
    export PATH=$ORACLE_HOME/bin:$PATH
    $ emctl status agent
    Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Agent is Not Running
    $ export ORACLE_HOME=/app/oracle/ogc/agent11g
    export PATH=$ORACLE_HOME/bin:$PATH
    $ emctl status agent
    Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Agent is Not RunningHow can I confirm the NFS status from the command line?

    Problem Solved by setting correct PATH:
    export ORACLE_HOME=/app/oracle/ogc/emstate
    export PATH=$ORACLE_HOME/bin:$PATH
    emctl status agentOS command correctly shows agent status.

  • How to view other user inbox?

    Hi,
    As i am able to view my inbox using tocde SBWP. But i want to view for other user inbox, Can i view it
    without maintaining substitute for other user?
    Thanks in advacne.

    I Guess This is Not Possible.

  • How to view others workitems?

    Scenario:
    B and C works for A.
    Is there a tcode that would help A to view B's and C's workflow items in their SAP inbox?
    Thanks,
    Vinod

    Hi Vinod,
    You can use FM RH_LOCAL_INBOX_GET to get workitems in any user's inbox.
    Just pass the user ID to the FM.
    Hope this helps!
    Regards,
    Saumya

  • How to view other devices connected to router

    I can see how many devices are connected to my router at any one time, but how do I see which devices are connected?
    Thanks!

    For the E1000 V2 the only way to know what devices are connected to your network is thru the DHCP clients table only. It will show you the mac address or ip address of the devices that are currently connected to the network. If you are using the cisco connect software it will only show you the number of devices connected but will not be able to give you detailed information. If you check parental controls, it will allow you to select computers only since those are the only devices recognized by the software.

Maybe you are looking for