View list of objects

Hi all, i am trying to find out which objects use a particular table in the database. for example, i have table products that might be use inside a procedure, function and view. i am trying to find out where this table is use in my db. i query the dba_sources but it only shows the procedure where it is used but doesnt show me which views. there is to views in the database that use this table but it is not showing up in dba_source. only the procedure is shown
what oracle data dictionary do i have to query to show all objects that access the product table? i want to know the owner of that object as well. it looks like dba_source is not displaying all objects i need

elmasduro wrote:
i couldnt find what i am looking for using your queries guys. basically i am looking for the following. i have a couple of views that use the table product. if i tell you, find out what views access the table product, how would you do it?
i query all_dependency table and specified the product table but nothing came up.IF you are only interested knowing dependency only for views then just add one more condition at the end of my above post
AND OBJECT_TYPE='VIEW';
i.e. run following
SELECT owner
,object_type
,object_name
,object_id
,status
FROM SYS.all_objects
WHERE object_id IN (
SELECT object_id
FROM public_dependency
CONNECT BY PRIOR object_id = referenced_object_id
START WITH referenced_object_id =
(SELECT object_id
FROM SYS.all_objects
WHERE owner = 'SHUSAIN' AND
object_name = 'T' AND
object_type = 'TABLE'))
AND OBJECT_TYPE='VIEW';
Change your OWNER, OBJECT_NAME

Similar Messages

  • Listing New Objects Like views and tables

    Hi...
    Are we able to use SELECT statement to get a list of objects like tables or views which created in a given time frame ?
    For example, since OCT 2010...
    Thanks.

    hi,
    these objects are depend on your interest.
    actually there are three types of tables which stores the information about objects:
    1. user_objects: which contains all the objects that are owned by the owner of the schema.
    2. all_objects: this shows you all the objects that are acccesible to you, i.e. may be you can have access on some other user's objects.
    3. dba_objects: which shows the objects in the database.

  • How to enable Like/Unlike, paging and searchbox functions for customized blog view list with JSLink.

    Hi All
    I am trying to customizing a view list which based on a blog template( =AllPost.aspx ) bu JSLink. The view need below 3 functions.
    1. User can set Like/Unlike for each item on the list view.
    2. User can move page by standard like page navigation buttons( prev/next ).
    3. User can search the specific item by searchbox keyword.
    I tried to overrideCtx.Templates.Item and overrideCtx.Template.Footer in .js - customized footer returns RenderFooterTemplate(ctx).
    a). Like/Unlike function worked fine.
    b). Page navigation and search did not worked.
    Next, I tried to overrideCtx.Templates.Body -
    a). Like/Unlike function worked not fine. - when the user clicks Like/UnLike on the page(n>2), list view moves top(n=1) after the below code executed.
    EnsureScriptFunc('reputation.js', 'Microsoft.Office.Server.ReputationModel.Reputation', function ()
    Microsoft.Office.Server.ReputationModel.Reputation.setLike(
    ctxObj,
    listId,
    itemId,
    like);
    b). Page navigation and search worked fine.
    Finally, I override both Item and Body with almost same code(differs set for the item object).
    After that all functions work fine, but I can not understand
    why. 
    Does anyone have explanation of that or another way?

    try this links for button funcitonality:
    https://social.msdn.microsoft.com/Forums/en-US/6a19b015-83a3-4cf3-a5da-216133ce936b/need-next-previous-button-on-list-view-webpart?forum=sharepointcustomization
    http://maulikdhorajia.blogspot.com/2011/06/sharepoint-2010-customize-paging-in.html

  • Group Policy not populating Compatibility View List in IE 11

    I am currently a domain admin in a large, multi domain controller environment. Our AD was much out of date (2000 mix mode) and we are currently updating it in steps (2003 Native at this point)
    At the same time other technicians have started patch testing, moving us from IE10 to IE11. However, there seems to be one major catch so far. Users require access to a website that will only run properly in compatibility mode.  This was true in IE10 and
    is true in IE11.
    As such, this website was set as a mandatory compatibility mode page in GPO (Administrative Tempaltes\Windows Components\Internet Explorer\Compatibility View\Use Policy List of Internet Explorer 7 sites). This has worked fine for 8, 9, 10 for this site and
    others. 
    However, it was not showing in compatibility mode in IE 11 it is showing in normal mode and breaks. The policy is applying normally and the list is accurate in rsop.msc. If the site is added to compatibility mode locally inside IE11 it works fine. 
    Our patch testers are all seeing the same problem. However, I have been unable to establish if it is just this site or others are affected (mostly it's old billing and intranet sites I don't have access to).
    I'm not sure what the disconnect is. 

    Hi,
    There are also more modes. The detailed information is below:
    •Via X-UA-compatible meta tag: The webpage developer used a meta tag to specify a legacy document mode.
    •compatible HTTP header: The web server has requested a legacy document mode via an HTTP header.
    •Via local compatibility view settings: The site was manually added to the Compatibility View settings.
    •Via the compatibility view list: The site is on Microsoft's Compatibility View list.
    •Via intranet compatibility settings: The "Display intranet sites in Compatibility View" box is checked in the Compatibility View settings.
    please remove all website from "Use Policy List of Internet Explorer 7 sites" list.
    Remember to run "gpupdate /force" command to apply the new group policy object.
    Then open the websites, click F12 key, check their Document mode status.
    Based on my test, this is also related with web itself. it will adjust status according to its design.
    Karen Hu
    TechNet Community Support

  • How to Remove contents of Recently Viewed List?

    Is there any possibility of removing the contents of recently viewed list from the action bar as well as at the home page layout?. For Example, I first have an account which is assigned to "Agent 1" and later reassigned to "Agent 2". if Agent 1 was having the account in his recently viewed list, it will not be removed even after reassignment. though he cannot view the contents of the account. But is there any possibility that Agent 1 will not see the account in his recently viewed list.
    Thanks
    Vamsi.

    I would recommend entering a SR on this issue.

  • Is there a way for AutoVue viewer (JVue/VueBean object) to cancel long lasting loading/rendering operation?

    Is there a way for AutoVue viewer (JVue/VueBean object) to cancel long lasting loading/rendering operation? In our integration when we try to switch from a document being loading on another one we can get an error message “Cannot load page” (but the document is shown after that). Or if we try to stop loading document by calling jVue.closeDocument() we can see everlasting progress bar and indicator “Loading…” on the status bar.

    No, it is not possible

  • Need to find out the list of objects under a Transport

    Hi ,
    My requriement is to programatically find the list of objects under the Transport.
    I tried using the table E071 but no luck is there any FM or table which gives me the list of objects assigned to the transport request
    Regards,
    kk

    TYPES: BEGIN OF ty_tasks,
            trkorr TYPE trkorr,
            trstatus TYPE trstatus,
            strkorr TYPE strkorr,
            as4user  TYPE tr_as4user,
           END OF ty_tasks,
           BEGIN OF ty_object,
            trkorr TYPE trkorr,
            as4pos TYPE ddposition,
            pgmid TYPE pgmid,
            object TYPE trobjtype,
            obj_name TYPE TROBJ_NAME,
            lang TYPE spras,
           END OF ty_object,
    SELECT-OPTIONS : so_trans FOR e070-trkorr
    *selection from table e070.
      SELECT trkorr
             trstatus
             strkorr
             as4user
             FROM e070 INTO TABLE it_tasks
             WHERE strkorr IN so_trans or
                   trkorr in so_trans.
    IF SY-SUBRC = 0.
    *selection from table e071 to get all the objects
    *under the respective task/request.
    data: g_trans type e070-trkorr,
          g_strkorr type e070-strkorr.
      SELECT trkorr
             as4pos
             pgmid
             object
             obj_name
             lang FROM e071 INTO TABLE it_object
             FOR ALL ENTRIES IN it_tasks
             WHERE trkorr = it_tasks-strkorr.
    hope it might be helpfull.
    regards ,
    aby

  • How to add text dynamically in  Tree view list box

    CS3/WIN<br />hi,<br />I am new in plugin development.<br />I have a Tree View List box on a dialog.<br />b I don't want to display text when i load the plugin.<br />b I want to insert text data when i click on "Insert" button on dialog. <br />I have defined  Adapter,Mgr,Observer for list box.it is working fine when i want to display data at loading time itself.but not when i click on insert button.<br />b In dialog observer i have defined this but it is not working<br /><br />b Dialog Observer::Update<br /><br />InterfacePtr<IPanelControlData> panelControlData(this, UseDefaultIID());<br />IControlView* Grid = panelControlData->FindWidget(kESSGridTVWidgetID);<br />InterfacePtr<IStringListControlData> listControlData(Grid,UseDefaultIID());<br />if (theSelectedWidget == kESSInsertButtonWidgetID && theChange == kTrueStateMessage) <br />{<br />listControlData->AddString(strText,kESSListBoxTextWidgetID); <br />}<br /><br />b it is showing error  <br />b operator new returning nil for an allocation size of 486022320 bytes<br />(..\..\..\source\components\memoryallocator\PMNew.cpp (552))<br />b Memory allocation failure<br />(c:\development\cobalt\source\public\includes\K2Allocator.h (131))<br />can any one help to get this..<br />Thanks.

    How to populate list in tree view  dynamically
    Hi,
    I am new to  Indesign Plugin creation.
    I want to create list in tree view dynamically.
    I tried wlistboxcomposite sdk sample in indesign cs4.
    I have some doubts in this.
    1. Can i write my own method in  WLBCmpTreeViewAdapter class because it's implements ListTreeViewAdapter
    If it's possible how can i call this method.
    2. In this example they populating static string in constructor like this
    WLBCmpTreeViewAdapter::WLBCmpTreeViewAdapter(IPMUnknown* boss):ListTreeViewAdapter(boss){
    K2Vector<PMString> lists;
    for (int32 i = 0; i< 12; i++){
    PMString name(kWLBCmpItemBaseKey);name.AppendNumber(i+1);name.Translate();lists.push_bac k(name);}
    InterfacePtr<IStringListData> iListData(
    this, IID_ISTRINGLISTDATA);}
    and this list is populating on loading time but my requirement is i have one button "get list" after clicking this button i have to populate the list, how can
    i achieve this.
    Pls do needful.
    Thanks
    Arun

  • Best Practice for caching global list of objects

    Here's my situation, (I'm guessing this is mostly a question about cache synchronization):
    I have a database with several tables that contain between 10-50 rows of information. The values in these tables CAN be added/edited/deleted, but this happens VERY RARELY. I have to retrieve a list of these objects VERY FREQUENTLY (sometimes all, sometimes with a simple filter) throughout the application.
    What I would like to do is to load these up at startup time and then only query the cache from then on out, managing the cache manually when necessary.
    My questions are:
    What's the best way to guarantee that I can load a list of objects into the cache and always have them there?
    In the above scenario, would I only need to synchronize the cache on add and delete? Would edits be handled automatically?
    Is it better to ditch this approach and to just cache them myself (this doesn't sound great for deploying in a cluster)?
    Ideas?

    The cache synch feature as it exists today is kind of an "all or nothing" thing. You either synch everything in your app, or nothing in your app. There isn't really any mechanism within TopLink cache synch you can exploit for more app specific cache synch.
    Keeping in mind that I haven't spent much time looking at your app and use cases, I still think that the helper class is the way to go, because it sounds like your need for refreshing is rather infrequent and very specific. I would just make use of JMS and have your app send updates.
    I.e., in some node in the cluster:
    Vector changed = new Vector();
    UnitOfWork uow= session.acquireUnitOfWork();
    MyObject mo = uow.registerObject(someObject);
    // user updates mo in a GUI
    changed.addElement(mo);
    uow.commit();
    MoHelper.broadcastChange(changed);
    Then in MoHelper:
    public void broadcast(Vector changed) {
    Hashtable classnameAndIds = new Hashtable();
    iterate over changed
    if (i.getClassname() exists in classAndIDs)
    classAndIds.get(i.getClassname()).add(i.getId());
    else {
    Vector vc = new Vector();
    vc.add(i.getId())
    classAndIds.add(i.getClassname(),vc);
    jmsTopic.send(classAndIds);
    Then in each node in the cluster you have a listener to the topic/queue:
    public void processJMSMessage(Hashtable classnameAndIds) {
    iterate over classAndIds
    Class c = Class.forname(classname);
    ReadAllQuery raq = new ReadAllQuery(c);
    raq.refreshIdentityMapResult();
    ExpressionBuilder b = new ExpressionBuilder();
    Expression exp = b.get("id").in(idsVector);
    roq.setSelectionCriteria(exp);
    session.executeQuery(roq);
    - Don

  • Characters look like junk in finder view list mode

    Hello,
    When I open finder, suddenly My mackbook showing gibberish characters(all characters as A's in a square) in view list mode.
    If I put it in icons or columns, the files appear properly.
    I have tried to open iTunes, it shows some error, I could not understand what is the error is (all characters as A's in a square).
    The only thing I have done last time when the macbook was working properly was installing iSpeak.
    So I have uninstalled it,but the problem persist
    Parallels is also not willing to work (unexpected error).
    Any one have Idea on this, I am new convert from PC world to Mac.
    Any help is really appreciated.
    Thanks
    Macbook   Mac OS X (10.4.7)  

    Try to reser nvram/pram by restarting and press option-apple-p-r simultaniously until you hear chimes (I use to keep on pressing until at least 3 chimes.
    Go to system preference and choose appearance and choose smoothing style to automatic. and turn off smoothing for smaller than 8.
    Hope that will help.
    Good Luck.

  • Approval Center Preview Updates not displaying a populated Views list

    Goal is to be able to add Baseline fields to Preview Updates.
    In trying to edit the view in Approval Center other entries ("change the view of Approval center" and "Adding the baseline (tracking) columns to the Approval Center view") indicate the solution is to use the View in Preview Updates
    and imply that the Tasks Tracking view is the view to update for Preview Updates.
    However, the view that I am seeing in Preview Updates does not
    match any view within Manage Views, including Tasks Tracking.
    The Preview Updates displays the following columns:
    ID
    Mode
    Task Name
    Previous Duration
    Duration
    Previous Start
    Start
    Previous Finish
    Finish
    Baseline Work
    Work
    Previous % Complete
    % Complete
    Resource Name
    The Tasks Trackingview already includes Baseline Start/Baseline Finish (and other differences) ... so not the view being used.
    Within Project Center after selecting a project and then selecting Schedule the view list has all expected views defined in Manage Views > Project. 
    But within Preview Updates the View drop down does not invoke a list of views.  So now I am wondering if this is the root problem for this issue I am having.
    Cheryl

    Hi Cheryl,
    I just tested your concern in my Project Online instance. As far as I know, there are no significative changes in the preview updates feature between 2010 and 2013 versions.
    As I said in your previous post, you are several views available in the "preview updates" page (unfortunately in french).
    Those views are the project views that are not related to resources and assignments, meaning all the "... tasks" project views should be available in the preview updates page. Then just edit one of those view adding your fields and save it.
    I tried to edit the task summary project view, adding a few field like bsaeline start and finish and it worked perfectly. Note that each field impacted by the update will be duplicated, for example the start date will be duplicated to a "previous start date"
    field.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Inventory View List

    After upgraded to SAP 8.8, I am having problem in viewing list of items in inventory master data. Normally, I put * in the item number and enter. It returns list of inventory items. In the form settings, I selected field names that I want to display. For some odd reasons, two columns ' Last Purchase Price' and 'last purchase coloumn' are not displaying even I select them. I have full authorization rights for inventory module and it worked before the upgrade. I even restore to default setting but not much luck.
    Is it possible that my SAP profile somehow got corrupted during the upgrade? How do I fix this?

    Hi...........
    If your user profile is really corrupted then I would suggest you to create another user and assign him license as well as authorization as corrupted user......
    Else try upgrading client PC once again......
    Regards,
    Rahul

  • Dynamic List of Objects  OracleAS Portals

    <img class="emoticon" src="images/emoticons/confused.gif" border="0" alt="" />
    Hello hope someone can help me
    I have a <strong>List of Objects</strong>, the thing is that I want that list to give a <strong>parameter</strong>, so i can use it in a <strong>query</strong> for showing s<strong>pecific
    content</strong>, from a <strong>database</strong>, depending on the <strong>selected item</strong>, but is that posible, or should I use like a combobox or what do
    you recommend??
    <p>
    <strong>thanks in advance!! </strong><sup><strong> ^_^</strong>
    </sup>
    </p>
    Edited by: DunkelBlume on Sep 2, 2008 11:54 AM

    Hi,
    a list used in the singleSelectOne component does not change or set the currency in the list VO (in opposite to the navigation list). So this synchronization needs to be done programmatically. Examples of dependent list of values are available here
    --> example 62 http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html
    --> word document you can download from http://thepeninsulasedge.com/frank_nimphius/2008/05/16/blogbuster-treasures-hunt-blog-entries-from-the-lost-orablogs-blog-for-download/
    Frank

  • T.Code for viewing list of customers of particular account group - Reg

    Hi,
    Can anyone suggest me T.code to view list of customer of particular account group?
    IS there any other method to view the list of customers in a particular account group?
    Please, it is an urgent requirement.
    Rewards sure
    Regards,
    SP.Balaji
    Message was edited by:
            balaji soundarapandian

    Hi Sai Srinivas,
    Already solved it and thanx for your help
    Regards,
    S.P.Balaji

  • Entity object attribute with a list of objects

    Does anyone know how one sets up an entity object that has an attribute with a list of objects as the type? (assuming that's supported)
    as in:
    CREATE TYPE phones AS VARRAY(10) OF varchar2(10);
    Create table suppliers (supcode number(5),
    Company varchar2(20),
    ph phones);
    The SOA Suite in jDeveloper (new Entity Object/attributes etc) has an ARRAY that can point to REF or OBJECT. Neither work. When I try to Create DB Object later from the Entity Object I've created I get an invalid type.

    What you suggested about "validation codes on the VO" is not written on the ADF Documentation.
    I try to blindly/strictly follow best practices (particularly on Validations, using Declartive and/or built in validators) on most ADF documentation and blogs but there are many scenarios on coding some large ADF projects that I think must veer away from the best practices stated on the documentation or maybe add new rules on the documentation depending on how complex an ADF project would be.
    I religiously followed best practices stated on the documentation to use Entity and Attribute Validators when performing validations. What I did was i had created lots of Custom Validators (by implementing JboVAlidatorInterface interface) for each of the attributes on an Entity Object that need validated. So those validator is valid only for one attribute, its not reusable. And those validation codes either have reference to a ViewObject or call some PL/SQL procedure. So at some point are codes became messy.
    Ultimately the whole project became harder to manage when the codes became large. Now I am trying to refactor the whole application by separating it into project/package and I am hoping to do it with little Re-coding as possible.
    Hope to get your opinion on this one.
    regards,
    Anton

Maybe you are looking for

  • How can i use query in Print out

    I am going to insert some Item's properties to print out of good issue, I dont know how can I use query in this tools?

  • Stock in Quality can not be cleared throgh Transfer posting.

    Dear All, i am facing one problem, i,e i deactivated the all inspection types in the material master and QM proc. key and control key are in active position. by default whenever i do MIGO. system is proposing Quality inspection stock. Same think happ

  • Process Flow Validation Warning.

    Hi All, OWB Config Details is as follows: Oracle 9i Warehouse Builder Client: 9.2.0.2.8 Oracle 9i Warehouse Builder Repository: 9.2.0.2.0 1> Following Warning is displayed when Process Flow is validated in Process Editor in OWB. VLD-10005: The follow

  • Problem ie7 when start application

    dear all, i use oas 10g r2 with windows when i try to open my application with that link http://apps10/forms/frmservlet?config=sepwin when try to load java applet the ie window closed suddenly that happened from many clients even on the server but wh

  • QM Notification

    Hi, In QA32 I am doing defect recording after that I want special approval for that defects; so I raised A3 type notification from that screen itself, I recorded respective data and released that , now when I send that notification for approval the a