Which all schemas are accessing my objects?

Hi All,
I have a schema XXX in my database. This database has a total of 20 schemas. I would like to know which all schemas are accessing the objects under XXX schema.
Could someone please help me to figure out a way to find this?
My database version is 92060 and is running on HP Unix environment.
Thanks!

user9104898 wrote:
Hi All,
I have a schema XXX in my database. This database has a total of 20 schemas. I would like to know which all schemas are accessing the objects under XXX schema.
Could someone please help me to figure out a way to find this?
My database version is 92060 and is running on HP Unix environment.
Thanks!Implement Oracle Audit

Similar Messages

  • Which all tables are used in easy cost planning

    hello all,
    can anybody tell me that which all functions are used in easy cost planning.
    if i use transactions cj20 and ckcm then which all tables will be reflacted. if possible plz tell which all the function modules are used....
    Thanx,
    hetal.......

    Hi Hetal,
    PRPS: master data of the WBS, espeically, field kalnr, which link to ECP
    KEKO: BZOBJ = 6 for ECP with project system
    CKHS: Header
    CKHS: Item
    For MECP (ECP mit multiple CO version using Addon), there are other tables relevant: PRECP1, PRECP2,
    Kind regards!
    Zhenbo

  • Which all TABLES are afftected when we CANCEL a ROLE change in PCFG

    Hi,
        When we try to change any ROLE using PCFG transaction,which all Function Modules are called and what all tables are affected.
    Also please let me know , while cancelling the changes made on that ROLE which all Function Modules and Tables are affected

    Hello Avinash,
    The Tables that get affected by changes can be traced in ST05.
    Go to ST05. Activate Trace.
    Perfrom the changes in PFCG, Save the changes.
    Now got to ST05, Deactivate the trace and Display the Trace.
    You can check all the efected tables and so on in the log.
    Genearlly all Role changes are saved in AGR* tables...
    Hopefully this info shd help.
    br,
    Sri
    Award points for helpful answers

  • Thru OEM get list of queries and their schemas that accessed my objects

    Hi,
    I have a list of objects on my schema and i need to track the list of sql queries by different users that accessed by object during this time period.
    i haven't enabled any auditing yet.
    is there any way i can get that list of queries and their schemas that accessed those particular objects during a particular time period through OEM.
    Can someone guide me please.
    Thanks in advance.
    Philip.

    create a name property in your class and assign a name property to your instances (either in the contructor) and/or using getters/setters.  (you'll need a getter anyway.)

  • How to find which all instances are not listed in groups?

    Hi
    We have 68 servers, 150 instances are there. I need to write a query to fetch from OEM repository, all the instances group by GROUP NAME.
    If any one knows how to get this information, which views/tables of sysman we need to touch please let me know ....
    Thanks in advance.
    RK

    SELECT group_name,targeT_name FROM MGMT$GROUP_MEMBERS WHERE target_type='oracle_database'
    ORDER BY group_name
    SELECT group_name,SUM(1) FROM mgmt$group_members WHERE target_type='oracle_database'
    GROUP BY group_name

  • Oracle Linux as Guest OS in Oracle VM (which all kernel are supported.)

    Hi,
    currently Oracle packages two different kernels with Oracle Linux (Redhat compatible kernel and UEK). so when running Oracle Linux as guest on Oracle VM server which are the kernel are supported???
    Thanks,
    Inbaraj

    Thanks for your reply... i understand that Oracle kernel is better than Red Hat compatible kernel, but RHCK is still bundled with OL , that's where my question started whether RHCK is supported as guest in OVM?

  • Which AD Attributes are use to store Send-As, Full-Access permissions and Calendar permissions?

    Hello All,
    Please, could someone tell me Which AD Attributes are use to store Send-As, Full-Access permissions and Calendar permissions?
    Regards
    José Osorio

    Hi Jose,
    Based on my test, the value of attribute msExchDelegateListLink points to Full Access permission while the
    publicDelegates indicates Send on behalf permission.
    As for Send as permission, it is the permission in the Access Control List which is a list of permissions attached to an object. Just like:
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Unable to access the objects with out schema as prefix.. can any body help

    Hi,
    i am using 10g.I have one problem like i unable to get the table access with out mention prefix for that table.
    but i created public synonym and gave all grants to all users also. but still i need to mention schema name as prefix otherwise it give the error..
    can any body tell me reason and give me solution.
    ex: owner:eiis table:eiis_wipstock
    connect to: egps schema
    in this position if i try with eiis.wipstock it gives error but if i mention like eiis.wiis_wipstock then its working fine.

    Pl do not spam the forums with duplicate posts - Unable to access the objects with out schema as prefix.. can any body help

  • Is there a way to find which DB object is used in which all pages

    Hi All,
    Is there any way by which we can find out which All Database objects are used in which all pages in an Application. Our Application is quite big and has lots of pages, So is there any report like functionality where I can check the DB objects used on page basis or any underlying view where we can get this information.
    Thanks,
    Vikas

    Hello Vikas,
    There are a couple of APEX Views which provide you with that information.
    If you go to Home>Utilities>Application Express Views
    following views may be useful to you:
    - APEX_APPLICATION_PAGE_DB_ITEMS
    - APEX_APPLICATION_PAGE_PROC
    There are a couple of others (for ex if you make use of flash charts, interactive reports etc) but if you start with the above you'll have a good starting point.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Hi All, which is better while creating an object

    Hi All, which is better while creating an object,
    for ex:
    public class Joe {
    public void disp() {
    System.out.println("Joe.disp");
    (1) Joe j = new Joe();
    j.disp();
    (2) new Joe().disp();
    of course, both are equal, which is better in performance perspective

    I suggest you just write code and when the assignment is done, AND you have a performance issue, only then try to improve things. The question you're asking now is likely of no relevance to the performance of you application.
    You can run your application through a profiler to see what specific part of it is consuming (too) much memory.

  • Ldap schema extension to control which users / group are imported

    Hello,
    would like to have your opinion:
    would it be a good idea to implement ldap schema extensions to control
    which users / group are imported and controlled from ldap in a ldap
    mastered installation?
    e.g. we could implement the following schema extension for users:
    attributetype ( 1.3.6.1.4.1.<iana-org-id>.1.1 NAME ( 'BogusisBeehiveUser' )
         DESC ''
    EQUALITY booleanMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
    SINGLE-VALUE )
    # BogusinetOrgPerson
    # The BogusinetOrgPerson is derived from inetOrgPerson
    objectclass     ( 1.3.6.1.4.1.<iana-org-id>.1
    NAME 'BogusinetOrgPerson'
         DESC 'RFC2798: Internet Organizational Person, plus Bogus Extensions'
    SUP inetOrgPerson
    STRUCTURAL
         MAY (
              BogusisBeehiveUser )
    Then we could control the inclusion in beehive by simply switching
    BogusisBeehiveUser on or off.

    sure; that's pretty much what is talked about in the Install Guide for LDAP Integration under the "inclusion and exclusion" section, about here:
    http://download.oracle.com/docs/cd/E14897_01/bh.100/e14830/ldap.htm#CHDEFFJF
    that doesn't go into the specifics of how you might want to design your objectClass schemas, though, as beehive is agnostic to that.
    If you don't want to provision all users that match a certain existing rule (like everyone under dn=foo, or everyone where userType=employee), then adding a new attribute and building the profile inclusion rule around it is a valid thing to do.
    richard

  • Which all protocol adapters are supported by jrockit?

    In JMX architecture, the distribution level provide remote access to the agent level via a number of protocol adaptors/connectors.
    E.g. RMI adaptor, CORBA adaptor
    These adaptors are required for manager level applications to access agent level registered mbeans, for administration purposes.
    I want to know which all protocol/adopters are supported by JRockit (apart from RMI and CORBA)?

    We support the same protocol adaptors/connectors as Sun's JDK does.
    Regards,
    /Staffan

  • View in which all sql scripts are stored

    Hello Guys,
    I am a Oracle DBA (Fresher in the field). I want to know in which view or table all the sql queries are stored as i have a performance tuning problem. I want to know which sql scripts are afffecting the most time to execute which in turn affecting the overall performance of the database. I am working on oracle 10g.

    You should also look at V$SQL_PLAN table for example:
    rem fts report
    rem based on V$SQL_PLAN table
    col operation format a13
    col object_name format a32
    col object_owner format a10
    col options format a15
    col executions format 999,999,999
    column dt new_value today noprint
    select to_char(sysdate,'ddmonyyyyhh24miss') dt from dual;
    set pages 55 lines 132 trims on
    ttitle 'Full Table/Index Scans'
    spool fts&&today
    select
    a.hash_value,a.object_owner,a.object_name, rtrim(a.operation) operation,
    a.options, sum(b.executions) executions, c.bytes, (sum(b.executions)*c.bytes)/(1024*1024) fts_meg
    from
    v$sql_Plan a, v$sqlarea b, dba_segments c
    where
    (a.object_owner=c.owner
    and a.object_name=c.segment_name)
    and a.address=b.address
    and a.operation IN ('TABLE ACCESS','INDEX')
    and nvl(a.options,'NULL') in ('FULL','NULL','FULL SCAN')
    and a.object_owner not in ('SYS','SYSTEM','PERFSTAT','SYSMAN','WKSYS','DBSNMP')
    and b.executions>1
    group by a.hash_value,a.object_owner, a.object_name, operation, options, c.bytes
    order by a.object_owner,a.object_name,operation, options, executions desc
    spool off
    set pages 20
    ttitle off
    It will show you for active SQL what the plans are and some other important stats.
    Mike

  • Ever thought of making an Ad in which all Apple Products(or at least the greatest 1s) are being used by a person in his or her day in different situations ?...those products in 1 ad ?

    Was just thinking a few days ago...Apple never made an ad in which all their products or at least some of their most renowned products are being used by 1 person in a day in different situations he faces...from using an iPod for jogging n then the guy just goes back home sits on his iMac then goes somewhere with his iPad then attending an important call from his iPhone n wanting to watch a movie from his Apple TV or doing something with Macbook Air or Macbook Pro....just a thought

    You're only addressing other users here - you might want to try feedback:
    http://www.apple.com/feedback/

  • Add ABAP program: validating package - error accessing shared objects-area

    When adding a new program or browsing the packages in eclipse i get an "error accessing shared objects-area".
    I can edit, save and run existing ABAP reports, however.
    There was a similar problem here, regarding database procedure proxies but the solution doesn't apply to my problem, i guess. The solution was about creating the shared memory area CL_RIS_SHM_AREA. I can't access the memory area and start the constructor, as it doesn't show up on the monitor.
    ADT 2.28
    Eclipse 4.3
    Netweaver 7.31 SP4 -> is this really compatible with ADT 2.28?
    Thanks in advance for helpful hints,
    Julian

    HI Julian,
    if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.
    Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).
    Best regards, Sebastian

Maybe you are looking for

  • Incident Management in PLM 7.1

    Hi Experts! Does anyone have any experience in configuring Incident Management on the PLM 7.1? Is there a standard configuration guide? Thanks a lot in advance!!

  • Sysgen : How to read the input port data type, width and rate dynamically in a masked subsystem ?

    Hello everybody,      I am designing a general purpose block in system generator. I pass the user parameters to the block through masking it. Some user parameters can change the block configuration. The input port data type, width and rate can also a

  • Feature request: View layer comps in both Comments and Extract

    Good day, I'd like to see the layer comps dropdown duplicated and applied to the Comments panel of Extract, in hopes that when viewing layer comps over the web, there's better, faster performance when reviewing comps. Extract is wonderful, but not ev

  • IPHOTO (7) SYNC PROBLEMS

    Only some albums will sync. During the normal "sync", message says "file not found". At least 15 other albums work fine. I've tried removing 1 photo from the bad album at a time to see if one was "bad", still no luck.

  • 10.4 to 10.5 update killed FCS?

    I installed 10.5.5 on my Mac Book Pro and FCS worked mostly. But I assumed I would have to remove and reinstall. It was only there because of migration moving it over. Anyway I can install FCS but EVERY app sudden quits on launch. I've done the softw