All references tables

Hi all

When I create a table with an external organization, including all tables will contain information on this table.
for example if I create a SERVICE table with an external organization, including all tables will contain information about the DEPARTMENT table.

Thank you

As you know only the metadata of the external tables to keep in the data dictionary and you cab check with the view DBA_EXTERNAL_TABLES.

Tags: Database

Similar Questions

  • Is there a good way to find all references to a table or a column?

    I have recently inherited an application large apex and receive requests to make changes.  I would like to ensure that any changes that I could do on a table or a column in a table affect application pages which I think are involved.  However, demand is high, and I'm assuming that it is possible for other pages may refer to the same column or table, and I was not aware of these references (at least until after he breaks once I have change the column or table).

    My question is this: is there an integrated report, or a way to query apex, who will tell me ALL references to an application to a particular table or column?  This way I could fix all pages in the application, rather than waiting to break.

    Thank you!

    John

    John,

    Look to the upper right while in the Application Builder, for the area of the search Application .  Enter any string you want and APEX will search to find and view a report that contains a link.  Click the link and APEX will show the page and control chain concerned.

    Here's another way; query the table APEX seen through this code:

    SELECT workspace,
           workspace_display_name,
           application_id,
           application_name,
           page_id,
           page_name,
           region,
           item_name,
           display_as,
           display_sequence,
           item_label,
           db_column_name,
           db_table_name,
           help_text,
           item_id
      FROM apex_application_page_db_items
    WHERE     workspace = :workspace
           AND db_table_name = :table_name
           AND db_column_name = :column_name
    

    Jeff

    Post edited by: jwellsnh

  • remove the dishes and all references in other table

    Hello
    I want to delete some entries in table1 and all references of this dishes of resistance to other table
    Take as an example
    Table1 (Att1, attr2) attr2 value reference table2(att1-1,att1-2), with the constraint attr2 = att1-1
    I want to know how to do with delete from table1...

    Concerning
    ELYES

    One option is to use the trigger.

    Kind regards.

    LOULOU.

  • How can I get the script all the tables and the reference system?

    Hello

    I'm trying to get the scripts of all the tables in my exquema MADE. Please can someone help me?

    Try this - the first script creates a 'tab_ddls' table to hold the table DDLS and second script generates the DDL and stores in this "table"tab_ddls ":

    {code}
    create the table tab_ddls (table_name, varchar2 (50))
    table_ddl clob)
    /

    declare
    cursor tab_cur is
    Select table_name
    from all_tables
    where owner = "MADE";
    CLOB table_ddl;
    Start
    for rec in tab_cur
    loop
    Select dbms_metadata.get_ddl ('TABLE', rec.table_name, 'MADE')
    in table_ddl
    Double;
    insert into tab_ddls (rec.table_name, table_ddl) values;
    end loop;
    dbms_output.put_line ('done');
    commit;
    end;
    /

    Select * from tab_ddls
    /

    {code}

    Please modify the script to fit your needs.

    HTH

    Published by: user130038 on August 2, 2011 11:08

  • If any software is uninstalled, the registry contains all references to this program?

    Original title: registry - Windows 7 and 8

    This is a generic issue, not a specific problem.

    If I uninstall a program using the control panel (the uninstall has been total, which means that no parts of the show were asked to hold), the registry should contain all references to this program?

    If the answer is YES, why?

    Bill S

    The answer is none, but some programs leave stuff behind.  The uninstall program has a list of things to delete, and sometimes the developers who build the program do not remember to list everything in the Uninstall list.

    It is a big reason for the new model "app" of Windows 8: stand-alone applications that can be neatly installed, managed, and removed.  More like how Apple and Linux.

  • How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Hello

    How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Thank you

    Jay.

    Select the connection and right-click on it and select schema statistics collection

  • How to find all the table names in all modules in EBS R12?

    How to find all the table names of all the modules in EBS R12?

    In addition, you can go to http://etrm.oracle.com, you select the version of the EBS, select "FND Data" or "S/n data", select the Type of the object TABLE and you will get all the tables of EBS in module.

  • Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside

    Hi, I'm developing a simple mobile app in DW CC 2015 using JQuery Mobile. LIKE I need the list view with description of the product, functionality and image, I would like to connect with database instead of "writing" all the tables in the bearings inside the Jquery page. In the future I would also be able to add, to remove the DB records. Any help, tutorial... Thanks TG

    I would like to connect with the database instead of "writing" all the tables in the bearings inside the Jquery page

    This is usually done with a CMS (content management system). There are commercial products CMS like WordPress, Joomla and perch. You create one or several layouts and then create pages of these page layouts using the CMS. In this way, it is possible to have hundreds of pages, each with unique content, but a page layout that can be managed in a place of sharing.

    CMSs on shelf don't require programming skills. Otherwise, some of us write our own CMS with custom functions, but this requires back-end, as with PHP programming.

  • Get all the tables on a page

    I need to get all of the tables on a particular page. The document consists of a bunch of unrelated text blocks. I use this to retrieve the tables:

    var doc = app.activeDocument;
    page var doc.pages = [54];

    var tables = page.textFrames.everyItem ().tables.everyItem () .getElements ();
    Alert (tables. Length);

    This page (page 55) has 3 tables on it, but my code returns only 2 tables. A table can be placed directly on a page and not be in a block of text? If Yes, what is the best way to get all the tables in a page? Thank you very much.

    Rick Quatro

    Ah, I don't know who. "Tables" is a collection, not a simple table and a reckless experimentation of shows that you can't simply use .concat glue them together.

    I'm sure I've seen a couple of workarounds for a situation like this. Maybe it's time to read "[CS3] [JS] everyItem() and getElements()"-i.e. of Marc Autret posts on this subject, at the end of this thread.

    In other words, if you stick to use everyItem()! It is perhaps easier to build a table "the old-fashioned way". Copy the following code is based on my earlier assumption you officials texts bound in management of related texts, but you can rewrite it to accommodate groups, thus:

    t = app.layoutWindows[0].activePage.textFrames.everyItem().tables;
    tableList = [];
    for (i=0; i		   
  • Privilege for the creation and deletion of the indexes on all the tables/diagrams

    Hello

    I have a database running on the HPUnix bit ia64 platform. The version of the db is 10.2.0.3
    I have a schema named DPYBATCH.

    I need grant creation/deleting indexes on all the tables/diagrams.
    I know create a clue will solve the purpose of the creation. But I am confused with deleting indexes.

    If I give-> GRANT CREATE ANY INDEX OF DPYBATCH, it will not solve the purpose. He will have the privilege to be able to delete/move the index as well?
    If this is not the case, what is the privilege to grant to delete/move the index. Please let me know!

    Thank you!

    You must use DROP ALL INDEX: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_8015.htm#i2066885.

  • To get all the Table names

    Hi all

    I have almost 70 procedures in my database.
    I want to get all the names of the different tables used in the procedures of 70.
    Is this possible?

    Note:
    All the table names are prefixed by the name of schema as DEVSRC.table_name.


    Please advice

    Thank you
    JO

    Johney says:
    Hi, VT

    A doubt.

    This query will give the names of the tables to only select stmt used in the procedure

    or

    List of table names that accompany in all DML operations inside the procedure?

    Thank you
    JO

    It will give all the table to be used in select or any DML...

    You can also view by creating a temp proc

    SQL> drop procedure proc_test;
    
    Procedure dropped.
    
    SQL> select name, referenced_name, dependency_type from user_dependencies
      2  where type = 'PROCEDURE' and referenced_type = 'TABLE' and name='PROC_TEST';
    
    no rows selected
    
    SQL> create or replace
      2  PROCEDURE proc_test
      3  IS
      4  v_ID    number;
      5  v_PRID  number;
      6  v_PRLID number;
      7  v_DATERECEIVED date;
      8  Cursor C1 is
      9  select * from table_c;
     10   BEGIN
     11   open c1;
     12     LOOP
     13      FETCH c1 INTO v_ID,v_PRID,v_PRLID,v_DATERECEIVED;
     14      EXIT WHEN c1%NOTFOUND;
     15      insert into table_b values(v_ID,v_PRID,v_PRLID,v_DATERECEIVED);
     16      Commit;
     17     END LOOP;
     18   CLOSE C1;
     19   END;
     20  /
    
    Procedure created.
    
    SQL> select name, referenced_name, dependency_type from user_dependencies
      2  where type = 'PROCEDURE' and referenced_type = 'TABLE' and name='PROC_TEST';
    
    NAME
    ------------------------------
    REFERENCED_NAME                                                  DEPE
    ---------------------------------------------------------------- ----
    PROC_TEST
    TABLE_B                                                          HARD
    
    PROC_TEST
    TABLE_C                                                          HARD
    
    SQL> 
    

    Concerning

    Umesh

  • How to list all the tables that have no data

    Hi all


    I want to list all the tables that have no data. (registration number is 0)

    Someone help me.

    Thank you
    Thiensu2810

    Select owner, table_name from dba_tables where num_rows = 0;

    This assumes that the table statistics are COMMON.

  • Update the values of a specific attribute to all user tables?

    Hi everyone;

    I want to update a specific "ATT" attribute values in all user tables:
    declare 
    ...
    CURSOR C_TABLES IS
    SELECT TABLE_NAME FROM user_tab_columns where COLUMN_NAME='ATT';
    c_table user_tab_columns.TABLE_NAME%TYPE;
    
    BEGIN
    
    LOOP
     
       ...
    
      FOR c_table IN C_TABLES
      LOOP
            UPDATE c_table SET c_table.ATT=v_nouveau_nom
            WHERE c_table.ATT=v_ancien_nom;
      END LOOP;
    
    END LOOP;
    ...
    I got this error:
    DECLARE
    *
    ERROR at line 1:
    ORA-06550: line 32, column 16:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 32, column 2:
    PL/SQL: SQL Statement ignored
    What is the problem?

    Thanks for your help.

    Edited by: Moostiq Dec 23. 2009 14:06

    Edited by: Moostiq Dec 23. 2009 14:13

    Delete WHEN others block and run again.

    With OTHERS WHEN that is NOT followed by a RAISE or RAISE_APPLICATION_ERROR is a bug in the code (paraphrase of Tom Kyte).

  • compressing all the tables in my diagram

    How to compress all my tables in my schema, if already compress, ignore?

    Oracle 10G

    Thank you!

    SQL or PL/SQL

    Kodiak_Seattle wrote:
    OK, what about this?

    DECLARE
    table-name user_tables.table_name%TYPE;

    CURSOR cursor1 IS SELECT table_name FROM user_tables where compression = "DISABLED";

    BEGIN
    Cursor1 OPEN;

    LOOP
    Fetch cursor1 INTO table-name; -pick up the names of Tables that are not compressed
    OUTPUT WHEN cursor1% NOTFOUND;
    ALTER table table_name move compress
    END LOOP;

    NARROW Cursor1;
    END;

    begin
    for t in (SELECT table_name FROM user_tables where compression='DISABLED') loop
      execute immediate 'alter table ' || t.table_name || ' move compress';
    end loop;
    end;
    
  • Why ALIAS all the tables in the physical layer?

    I build a RPD and keep see message (s) where it is suggested to Alias all the tables in the physical layer.

    No reason?

    Y at - it a PDF file / site that lists best practices for the construction of an RPD?

    Thank you

    Published by: user10679130 on August 26, 2009 10:31

    In general, you may need to use more than 1 copy of a particular physical table. This means that you must use names of borrowing, even as you would in SQL. The advantage of using the alias is that when the physical table alias exchange all alias tables are changed automatically to change things in one place as if you created "copies" of the same physical table, you need to modify them one by one. We also use a naming convention names for each alias where the Dimensions get named Dim_ *, Fact_ * facts and bridge Tables Bridge_ * there has well listed more logically (in the way that you would use in the MDB layer).

Maybe you are looking for

  • Why my thunderbird won't open links from my emails?

    Hyper links pop up in the taskbar at the bottom when scrolled on but does not open.

  • Satellite L20-100 cannot access a USB Flash drive

    I recently bought Toshiba Satellite L20-100I installed a USB in Kingston datatraveler flash drive and windows recognized it without problem.but when I open my computer there is no icon for the reader (it works on another computer well).the drive is r

  • DAQmxCfgSampClkTiming sampling rate for external sources

    I'm looking at the example of Synchronized_AIAO_Shared_Clock.c to http://zone.ni.com/devzone/cda/epd/p/id/2352 .  This example creates a string of tension that HAVE streams at 10 kHz, and then creates a tension AO channel that is bound to the sample

  • replacement card mother CQ61

    CQ61-411wm wa98oua windows 7 amd sempron (I have a Turion II Ultra M660) if it will work? I have a code unique blink and tried to replace the cpu by the mentioned new. Now I don't know if the new processor is not compatible or if I need to replace th

  • speed with vista problem

    HelloI have internet café, I buy all new computer with process of amd le1661 and ram is 2 GB, but my computer is very slow please tell me what ineed to dothanxMicheline