need to check if a table is used nowhere in an APEX application

Hello
I need to know if a table is used within our APEX applications before as I have let down some of her columns. The table is not from the database of the APEX and would be used through dblink. Is it possible to do?
Thank you very much
Irina

Irina,

In the Application Builder page. upward on the toolbar under the name of your workspace. There is a text box Search Application;

Type a string for your table name and APEX will search in any of the Application for this channel.

Jeff

Tags: Database

Similar Questions

  • I need help in creating one (Table / Grid) using Flash Builder (not a datagrid)

    I'm looking for a way to create a dynamic table / grid somewhat like a sheet or spread html table. but I want to create all the cells via a loop.

    The following diagram was created using php to execute a loop and writing on the cells and the duration for each cell in the grid/table. But I have no idea where to start in flash builder to build something like this.

    Some cells will last 2 to 4 columns as shown in the following diagram.

    grid-table.gif

    Any suggestions on how to create this type of table or grid in Flash Builder?

    I looked through most of the components, but I'm not sure which component to use.

    Help in this would be greatly appreciated.

    Thank you to

    Maurice

    It's ok, I thought about it.

    just by using containers grid Flash builder 4.5

  • has anyone used timelinejs in an apex application?

    I wanted to see if someone had done this yet...

    http://timeline.knightlab.com/

    https://github.com/NUKnightLab/TimelineJS#using-a-method-advanced

    Seems like it should be pretty easy to do... I didn't want to reinvent the wheel here.

    I advanced and took the time to understand how to get apex to spit the JSON that is required for this plugin works, if anyone is interested let me know...  I had to use a plsql personalized procedure json and other things in some prefix in the format json data... It works well. I wanted only this for a proof of concept but... If I find myself using it in production I can there be a better way.

  • How can I change my initial e-mail that I do not have access, and I need to check during installation?

    How can I change my initial e-mail that I do not have access, and I need to check during installation? Installer use my ID Adobe but an old address...

    Thanks in advance

    Sign out of Adobe Creative Cloud app and sign and select.

    Impossible to disconnect or no logout option?

    See the link below:

    The previous user didn't verify his account. I don't know how to close the session?

  • How to check a table is used by how interface as well as the name of the interface

    Hi Experts,

    I have only one requirement that a single table, as example abcd table is used by how many interfaces and I also want to list of interfaces where abcd table is used.

    Thank you.

    Arun

    Hi 2691855,

    In the models pane of ODI Studio you can expand your store data and used by to see where it is used:

    (I use ODI 12 c so it refers to the maps but it works the same way for the interfaces in ODI11g).

    You can also use a query on the repository to retrieve all the associations table/interface.

    For example:

    select NVL(S.TABLE_NAME, S.SRC_TAB_ALIAS) source, I.TABLE_NAME target, I.POP_NAME from SNP_POP i, SNP_DATA_SET ds, SNP_SOURCE_TAB s
        where I.I_POP = DS.I_POP
          and DS.I_DATA_SET = S.I_DATA_SET
         -- and S.TABLE_NAME = ''
    

    It will be useful.

    Best regards

    JeromeFr

  • I need to get a certificate to continue using WI - FI how di I find the certificate?

    I need to get a certificate to continue using WI - FI how di I find the certificate?

    Original title: WiFi problem

    Hello

     
     
    1. who is the operating system installed on your computer?
    2. What is the exact error message that you receive?
    3. who is your Internet service provider?  Have you tried to contact them about this?
     
     
    Follow the steps mentioned below and check if that helps.
     
    Method 1: You can check if the router is configured for WPA and WPA2 connection:
    a. If the router is configured for WPA and the configuration of your wireless network on your computer must be configured the same way. That is to say, WPA.
    (b) if the router is configured for WPA2, then the configuration of your wireless network on your computer must be configured the same way. That is to say, WPA2.
     
     
     
     
    Method 2: You can manually disable authentication IEEE 802. 1 x. Subsequently, re - enable authentication IEEE 802. 1 x and see if the problem still occurs.
     
    See: If you use a NETGEAR wireless router, you can follow this link:
    Unable to connect to the network: Validation and certificate in Windows XP and Vista errors
    http://support.NETGEAR.com/app/answers/detail/A_ID/7334/~/unable-to-connect-to-network%3A-validation-and-certificate-errors-in-Windows-XP
     
     
     
     
     
  • How to add data to the table using Manager POST for restful Apex application

    Hi all

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Hi jerry2134,

    jerry2134 wrote:

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Check out the following tutorials OBE, that explains the creation of GET and POST RESTful Web Services and how to use them in the APEX.

    Also what yo mean "looking forward on how to proceed? Do you want to or created for use/consume in your Oracle APEX application hosted RESTful web services?

    If Yes, in your Application, you must create a RESTful Web Service reference -> shared components. Then, create a form/report based on Web Service reference.

    Kind regards

    Kiran

  • Which table is used to back up the payload human task

    Hi Experts,

    I need to write a client java to access the bpm to human load task request, could you tell me which table is used for s

    Hello

    What you can do is use the Worklist API to retrieve the payload and use xpath and xquery to search in your payload.

    Antonis

  • How to check if a table exists in the database or not?

    People,

    Hello. I use the server of Oracle 11 GR 1 material with Oracle Linux 5 database.

    My instance of database is named HRCS90, which the user access Id is MyName, and his identification of user SYS system.

    I have a few questions about user ID to access the PSRECDEL and PSROLEDEFN table in the HRCS90 database as below:

    SQL > select * from PSRECDEL;

    His output under the SYS user: table or view does not exist.

    His output under user myName: no selected lines. This means that the table THAT PSRECDEL exists, and myName user can access.

    SQL > select * from PSROLEDEFN;

    His output under SYS and MyName: table or view does not exist.

    My questions are:

    How to check if a table really exists in the instance of database HRCS90 or not?

    Thanks in advance.


    If a table is present in the database, it must be present in DBA_OBJECTS. If he fell, he would be present in the TRASH. If he fell purged, it is not available in the database, Cant it confirm you this object is not in the database? See a little test here

    SQL > CREATE TABLE TESTTAB (ID);

    Table created.

    SQL >

    SQL > SELECT MASTER, OBJECT_NAME FROM DBA_OBJECTS WHERE OBJECT_NAME = 'TESTTAB.

    OBJECT_NAME OWNER

    ------------------------------ ---------------------------------------------

    SCOTT TESTTAB

    SQL >

    -Drop table (without purging. So now, it will be in the recyclebin)

    SQL > DROP TABLE TESTTAB;

    Deleted table.

    SQL >

    SQL > SELECT * FROM DBA_RECYCLEBIN WHERE ORIGINAL_NAME = "TESTTAB;

    OBJECT_NAME ORIGINAL_NAME OWNER

    ------------------------------ ------------------------------ --------------

    SCOTT BIN$ 8LKloIv3SYWA0WJ33GS + Aw == $0 TESTTAB

    Now see this case when you use PURGE. If it won't move the table to the trash. First of all I am clear the existing dba_recyclebin to the user entries. Then I'm falling table using purge.

    SQL > PURGE TABLESPACE USERS USER SCOTT.

    Purged tablespace.

    SQL >

    SQL > SELECT * FROM DBA_RECYCLEBIN WHERE ORIGINAL_NAME = "TESTTAB;

    no selected line

    SQL > CREATE TABLE TESTTAB (ID);

    Table created.

    SQL >

    SQL > SELECT MASTER, OBJECT_NAME FROM DBA_OBJECTS WHERE OBJECT_NAME = 'TESTTAB;

    OBJECT_NAME OWNER

    ------   ----------

    SYS TESTTAB

    SQL > DROP TABLE TESTTAB PURGE;

    Deleted table.

    SQL > SELECT * FROM DBA_RECYCLEBIN WHERE ORIGINAL_NAME = "TESTTAB;

    no selected line

    SQL > SELECT MASTER, OBJECT_NAME FROM DBA_OBJECTS WHERE OBJECT_NAME = 'TESTTAB;

    no selected line

    Since there is no entry to both DBA_OBJECTS and DBA_RECYCLEBIN. So that means that the particular object is not in the database.

  • How to create a form of table layout using iterator?

    I want to make several elements in a table format using an iterator. Can someone guide me on how to align the different columns, as in a table?

    I can't use the built in table because I want to change the display later using javascript and the af:table component does not work with it.

    The table will be in a panelsplitter element. The code I have right now:

    <af:iterator id="i1"
                       value="#{bindings.DenormPlanLine1.collectionModel}"
                       var="row"
                       rows="#{bindings.DenormPlanLine1.rangeSize}">
                        <af:panelGroupLayout id="pg1" layout="horizontal"
                                             inlineStyle="width:800.0px;">
                          <f:facet name="separator">
                            <af:spacer width="5" height="1" />
                          </f:facet>
                          <af:outputText value="#{row.StartDate}"  styleClass="sDate"/>
                          <af:outputText value="#{row.FinishDate}" styleClass="fDate"/>
                          <af:outputText value="#{row.DenormWbsLevel}" styleClass="level"/>
                          <af:outputText value="#{row.DisplaySequence}" styleClass="dSequence"/>
                          <af:outputText value="#{row.ElementVersionId}" styleClass="elVersionId"/>
                          <af:outputText value="#{row.TaskType}" styleClass="taskType"/>
                          <af:outputText value="#{row.PercentComplete/100}" styleClass="percent">
                            <af:convertNumber type="percent" />
                          </af:outputText>
                        </af:panelGroupLayout>
                        <af:spacer width="100%" />
                        </af:iterator>
    

    User, please tell us your Jdev version!

    Check out this sample http://andrejusb.blogspot.de/2011/05/oracle-adf-11g-custom-table-pagination.html

    Timo

  • do you need to check your email before you download cc?

    do you need to check your download of emailbefore?

    You can download the adobe trial version when you want.  If you have an id adobe (email address) that you used to sign up for a subscription to the cc, your email address has already been verified.

  • How to insert data into the table by using the expression builder in the assign activity

    How to insert data into the table by using the expression builder in affect business in BPEl, I use SOA Suite 11.1.1.5
    Can someone help me please

    Hello

    I don't think that oraext:query-database() can insert data into the table.

    What are your needs?
    Can not you plan to use the DB adapter with the insert operation?

    Kind regards
    Neeraj Sehgal

  • How to check if RDM is in use?

    I have a ROW that was part of a virtual machine that has been deleted.  The RDM is always presented to my ESX cluster, but I need to make sure that nothing is using the LUN before we anyone there.  Is there an easy powershell or perl script vi I can run to find this information?  Is it possible find it easily in vCenter 4?

    Hello.

    You can use RVTools.  Check the path on the tab vDisk column to see which virtual machines (if any) are always connected to the RDM.

    Good luck!

  • How to check if a table of the corruption in a schema

    Hi team,

    Is there a way I can check if a table is corrupted in a schema?


    DB version: 10.2.0.4
    OS: AIX 5.3

    user13364377 wrote:
    Hi team,

    Is there a way I can check if a table is corrupted in a schema?

    DB version: 10.2.0.4
    OS: AIX 5.3

    If you are looking for this: this will help you find corruption in DB

    My database is corrupted and will be following crashes in mode $ v as,.

    
    select * from v$database_block_corruption; 
    
              FILE#          BLOCK#          BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    --------------- --------------- --------------- ------------------ ---------
                  6              10               1      8183236781662 LOGICAL
                  6              42               1                  0 FRACTURED
                  6              34               2                  0 CHECKSUM
                  6              50               1      8183236781952 LOGICAL
                  6              26               4                  0 FRACTURED 
    

    View v$ database_block_corruption will be filled if oracle finds corruption. And to check the longer existence of corruption, you can use RMAN

    
    RMAN> backup validate check logical database; 
    
    OR 
    
    RMAN> run {
    allocate channel d1 type disk;
    allocate channel d2 type disk;
    allocate channel d3 type disk;
    allocate channel d4 type disk;
    backup validate check logical database;
    } 
    

    This refill this view...

    Once you have identified the block, you can find segments that are really affected.
    Please see following MOS
    How to identify all the objects in the database corrupt reported with RMAN [472231.1 ID]

  • I bought the iphone 6 s more time face in Saudi Arabia. I need to check if the original phone to apple or duplicated. So please help me find this problem.

    I bought the iphone 6 s more time face in Saudi Arabia. I need to check if the original phone to apple or duplicate. So please help me find this problem.

    Hey there, I guess your question is "how to determine if my iphone is true or false. If Yes, then if you go here https://selfsolve.apple.com/agreementWarrantyDynamic.do just enter your serial number and code and if his 'real', then it will show you the model of the Iphone and guaranteed dates. If this isn't the case, then you know the rest. If this is not the case then try to download apps from the app store and run or can it connect to itunes. Tell me what best worked: D - Jon

Maybe you are looking for

  • Number disconnected

    Please help me! My account is in perfect condition, but when I try to call through my Skype to Go, the only thing I hear is,"this number has been disconnected, altered or is no longer in service. » Please let me know what happens. I'm so frustrated.

  • VI Description ignores the spellcheck VI Analyzer

    I can't get the VI Analyzer to catch spelling errors in the Description of VI. Is this feature broken or unavailable? An example VI that when analyzed under default Analyzer will not catch obvious misspellings in the description is attached.

  • LabVIEW 2014 deleted my VI! Help!

    Here is what happened: I opened my main.vi of my project file Labview code and made some changes to my code. I tried to save it and close the FP but an error message popped up saying that he cannot save. So I just closed the VI without saving the cha

  • VPN3002 PAT-Mode and individual user authentication

    Hi all I have three questions about the VPN3002 connected to a VPN3005 in the PAT mode and with authentication of the individual user. First of all: Is it possible to use this function for several users to the private LAN. Because I tried this, but w

  • How to get the right drivers for ati mobility radeon graphics card 9200 after updating to windows 7

    I bought a laptop computer, an HP Compaq nx7010.  This has been upgraded to windows 7, but the graphics are bad.  There is a sticker on the unit: Graphics by ATI Mobility Radeon 9200 How can I get the correct driver to get corrected the desktop resol