Oracle view to Find out views on Table

HI Gurus,
Can someone please let me know how i can see all the views created for a table?
THanks,

Hi,
SELECT * FROM dba_dependencies
WHERE REFERENCED_NAME='table_name' --->Replace with ur tab name
AND REFERENCED_TYPE='TABLE';
Thanks

Similar Messages

  • To find out ISU related tables and views

    Hi all,
    i want to find out al the tables and views that are using in ISU.is there any way to find it out.help me...

    one of the IS-U members have shared his table link in the share point check this.
    http://www.esnips.com/doc/9bd50e96-ecae-4327-9b69-1effba953140/isu_tables

  • How to search this value in oracle database to find out the table

    Hi expert,
    I know there is a value in oracle database, please show me how to search this value in oracle database to find out the table holding this value.
    Many Thanks,

    918440 wrote:
    Hi friends,
    this question is really practical, I already know there is value from application saved in database, I want to search the whole database to figure out which table the value is contained.write SQL that writes SQL to query every table.
    Handle:     918440
    Status Level:     Newbie
    Registered:     Mar 2, 2012
    Total Posts:     20
    Total Questions:     10 (10 unresolved)
    why do you waste time here when you NEVER get any answer to any question you post?

  • How to find out when a table was last updated?

    Is there a way to find out when a table was last updated/inserted/deleted? Thanks!

    There may be an easier way but if you are trying to get info on something that has already happened look at your redo logs and archived logs. It would be hard but in V$LOGMNR_CONTENTS you could find the max time for a given object. Note to use this you need to set up log miner. Since you did not give a version try the Oracle 9i DBA Guide pg 9-1.

  • How to find out name of table for a structure.

    hello all,
                I want to find out name of table for a structure ADDR1_DATA. can anybody pls tell me how to find out it?
    Thanks,
    Ashu

    Hi Ashu,
    You write the structure name in se11
    after selecting the database table radio button
    click on the where used list button in the application tool bar.
    You will find the table name if it is used else where.
    Check out the website at:
    http://sap-idoc2edi-consulting.com/
    Read the blog at:
    http://blogs.ittoolbox.com/sap/ehadzipetros
    Regards,
    Jagadish

  • How to Find out the all  tables in module wise ?

    Dear Friends,
    1.How to Find out the all  tables in module wise ?
       what are the total number of table in SAP ?
    2. how to find out all existing functions in SAP ?
    Thanks and regards,
    Subasha Chandra Sahoo.

    Hi,
    You will get the module wise list from:
    http://www.sourceveda.com/SAPReference.htm
    http://www.sourceveda.com/
    Regards...

  • How to find out all the tables in a schema with a particular column

    Hi
    Is there a way to find out all the tables in schema1 that has col1 as one of the columns?

    select table_name from dba_tab_cols where owner='schema' and column_name='col1';

  • How to find out if a table has logging on?

    I need to temporarily turn off logging, and restore the logging setting afterward.
    How do I find out if a table has logging on or off before my change?

    TUBBY_TUBBZ?alter table tablea nologging;
    Table altered.
    Elapsed: 00:00:00.28
    TUBBY_TUBBZ?select logging from dba_tables where table_name = 'TABLEA';
    LOGGING
    NO
    1 row selected.
    Elapsed: 00:00:00.00

  • How to find out all the tables associated with particular T-code or Program

    Hi All,
    In 4.6B we have a transaction code SE49, where we can see all the tables associated with particular Transaction code or Program.
    But in ECC 5.0 or in ECC 6.0 this transaction code is not available.So is there any alternative where i can find out all the tables associated with particular T-code or Program.
    Thanks
    Shubham

    Hi,
    you are right, Transaction SE49 as well as SE48 do not exist anymore I'm afraid, they        
    are discontinued.                                                              
    You might try to create a transaction variant:                                        
    1) Start SE93 to create a transaction variant                                         
    2) Specify a name, eg. ZSE49, and choose the first option:                            
       "program and screen (dialog transaction)                                           
    3) Here specify SAPMSEUZ as program, and 200 as screen number                         
    4) Choose a suitable development class (package) if you want it to be                 
       transportable or Local (=$TMP) if non-transportable                                
    5) press Save                                                                         
    Same applies for SE48, same program but dynpro 100.                                   
    Sorry for not being able the reasons behind the decision to discontinue            
    these transactions. I suppose at least part of the functionality was               
    integrated in SE38.           
    Best regards
    Erika

  • Find out from which table a ES gets his data

    Hello,
    I'm now asking myself (for a couple of hours) how I can find out from which table(s) a Enterprise Service gets his data. I don't find any hint about this on ES Workplace, sproxy or soamanager. Has anyone a usefull hint for me?

    Hi Marco,
    This actually is an excellent question, as it allows to clearly realize, that ES Repository is only a modeling device and it does not contain any implementation details.
    If you are interested in implementation details, then Services Registry and the respective backend system are your friends, as Enterprise Services are implemented in these backend systems and then published in the central phone book - the Services Registry.
    If you haven't applied yet for the free access to the ES Workplace systems, do so as this will give you access to the SAP ERP discovery system that implements all the ECC related Enterprise Services.
    Now, if you want to see the implementation details for a given service - start from the ES Workplace. Go to the Services Registry and find an ECC service of interest. Then, on the General tab of the service you will find the Namespace and Internal Name. Having these two values, log on to the ES Workplace ECC system, start transaction SE80 and select Enterprise Services Browser. If this option is not available, go to Menu -> Utilities -> Settings and select Enterprise Service Browser. Find the namespace and the service (by its internal name) then navigate to the implementing code - which typically is an ABAP Object interface and an implementing class.
    The only reason I am referring to the ES Workplace Service Registry and its discovery system is, because it is a platform we all have access to. Each client builds their own SOA landscape, where only certain Enterprise Services are published in the Services Registry. And, of course, the system landscape can be more complex - containing not only ECC but other SAP Business Suite products. 
    I hope this helps a bit.
    Regards,
    Andrzej

  • How to find out index from table?

    Hi all,
    I've tried to create indexes to some columns from some tables to use for Oracle Text.
    I ve got a error message saying that I can not create an index:
    "cannot create multiple domain indexes on a column list using same indextype".
    I was wondering if an index already exists for that column, how do I find out the name of the index that points to that paticular colum?
    Thanks a lot
    E.

    Check the view dba_ind_columns
    That will tell you.
    something like;
    select index_name, column_position, column_name from dba_ind_columns
    where table_name = '<table name>'
    order by 1,2

  • How to find out the orizinal table for any wiew

    I have a maintaince view (name of the view is V_T001K_ASSIGNV) so i cant make a selection quarry on that view as it is maintaince view. is thare any table in sap for for a particular maintaince view and what is the way to find out that table for that view so i can make a quarry.

    Go to SE11 --->  display the view, there right side you will find tables related to that view, based on your requiremnt take the table,
    Regards,
    Mallik.

  • How to find out where a table is used in the code ?

    I have a huge database, and I am adding a column to a table...
    is there a query to find out if this would impact the code ? I mean I want to find all the places in the code with
    insert into mytable, or update mytable.....
    how to include both insert into mytable, and update mytable in dba_source ?

    Use DBA_DEPENDENCIES:
    select owner,name,type from dba_dependencies where referenced_name = 'TABLE_NAME'
    and referenced_owner = 'TABLE_OWNER';For example:
    SQL> select owner,name,type from dba_dependencies where referenced_name = 'EMP'
      2  and referenced_owner = 'SCOTT';
    OWNER                          NAME                           TYPE
    PUBLIC                         TABLE1                         SYNONYM
    SCOTT                          SELECT_EMP                     PROCEDURE
    SCOTT                          EMP_DEPT_VW                    VIEW
    SCOTT                          PP                             SYNONYM
    SCOTT                          EMP_MV                         MATERIALIZED VIEW
    SCOTT                          EMP_VIEW                       VIEW
    6 rows selected.
    SQL> However, keep in mind DBA_DEPENDENCIES stores statis references only. If your code references table in question in dynamic SQL you will have to parse DBA_SOURCE and in some cases, even that will not give you all answers.
    SY.

  • Query to find out whether a table is sub-partitoned , composite type one

    Could you please let me know the query to find out whether a paritioned table
    is
    1). composite paritioned one.
    2). sub-paritioned one.
    I find that there are 2 cols in all_tab_partitions view, which lets me know
    1). COMPOSITE VARCHAR2(3)
    To find composite paritioned one or not.
    2). SUBPARTITION_COUNT NUMBER
    To find whether a table is sub-paritioned one or not.
    Any light on the above topic is highly appreciated.

    So it seems you've found the answer yourself?
    with »user_tab_partitions« and »user_tab_subpartitons« you'll get all the neccessary information you are looking for.

  • Find out when a table was dropped.

    Hi,
    Looks like one of the application tables had been dropped. I want to find out when it got dropped. Any ideas? I know there is a view called DBA_OBJECTS.
    Thanks,
    Irene

    Maybe it's still in the RECYCLEBIN:
    SQL> drop table t;
    Table dropped.
    SQL> show recyclebin
    ORIGINAL NAME    RECYCLEBIN NAME                OBJECT TYPE  DROP TIME
    T                BIN$jpbH7Bp2JBzgQO2nB3pTHg==$0 TABLE        2010-08-24:13:17:42

  • Find out use of tables.

    Hi
    I've been asked to list all the tables that a third party application use when it runs a process. How could I find out that?
    Thanks in advance.

    >
    Paulie what I know is that the develoment department require to
    add a new module to an old thirt party app, the providers of that app
    are not on the market anymore so nobody support the app, it's a
    black box. That's the point, thanks for worrying.Oh dear - I was afraid that it was some sort of scenario like
    that!
    That's why I been asked to list the tables.Hmmm.... listing the tables after a day's operations won't tell you much - if
    anything - even after a week... even after a month... maybe a quarter.. or
    maybe a year...
    That's why I asked my questions.
    Your best bet (and this is simply IMHO) is to try and ascertain what
    tables are updated when the particular functions that you are
    interested in are performed and then use the modified data
    as a feed into a new app - i.e. only* ever select from the
    new app schema - never insert and/or update!
    Can you see stored procedures/triggers - I don't suppose so?
    If not, then God alone knows what's happening at, say, 03:00 in
    the morning - there could be dbms_jobs scheduled - can you
    eliminate these possibilites?
    What happens for example on the last day of the month? Of the
    quarter? Of the year?
    That's where the difficulty lies - you could, without knowing EXACTLY*
    what you're doing, mess up your old app, which presumably does
    something useful for your organisation.
    Your best hope is that the designers were competent
    enough to put in some sort of logging?
    Do a find (run it overnight if necessary) to find all files (and
    not just tables) that were updated - there may* be logs
    somewhere.
    Check if the designers put in a Last_Modified_Date_Time field
    or equivalent in their tables - normally people don't - I personally
    would insist upon it - not doing it is lazy and makes debugging
    difficult and can help in scenarios like yours.
    I hope this helps, but it looks like you're in a spot of
    bother with this one!
    Paul...
    DB Version: Oracle 9.2.0.8
    Server: HPUX 11.23
    Hardware: ia64 hp server rx6600p.s. thanks for info...

Maybe you are looking for

  • Back dated excise entries before implementation

    Dear All, Before SAP implementation  client have received goods in old ERP system and not a part of initial balance of excise due excise invoice recived late and credit is not been took till today. so please guide me how to book such excise invoices

  • Outlook 2013 error: The connection to Microsoft Exchange is unavailable

    Environment: Windows 7 Enterprise Setup: Fresh install of Office 2013 Issue: When I launch Outlook I get the error: The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action. Steps to resolve: I

  • Database Instance Using Swap Space even When There is Plenty of Free RAM

    Hi, I am facinga strange issue in oracle on solaris 5.10 Platform:solaris 5.10 Database version:11.2.0.1.0 Our database Instance Using Swap Space even When There is Plenty of Free RAM. We have 80GB of physical RAM, 32GB is set to oracle SGA_MAX_SIZE

  • Can I add the RAM from my old MAc ?

    Dear all, I had a I-Mac flat panel G4 and extended the RAM with a barett of 512MB SO DIMM PC133. Can I use it on my new I-Mac G5 ? Thanks for your help, Nicolas

  • Accounting document reversal

    Hi I am trying to cancell a billing document for which the accounting document is cleared. I can understand we need to reverse the clearing document.so i request for a help in understanding this  process with Tcode (how to do this ? ) thanks in advan