Doubt about dba_dependencies-> NAME and REFERENCED_NAME

Hi people,

I found all the objects that will be considered as invalid, when, for example to add a column in the table or rename the table.

Fox
(A) select * from dba_dependencies where NAME = "TABLE";
OR
(B) select * from dba_dependencies where REFERENCED_NAME = "TABLE";

Which is correct?

Thank you!!!

B

See ALL_DEPENDENCIES in the reference database
http://docs.Oracle.com/CD/B28359_01/server.111/b28320/statviews_1066.htm#i1576452

Tags: Database

Similar Questions

  • Question about file names and organization

    Background

    I connected my camera to my iMac and downloaded my photos directly into iPhoto without ever thinking about it. I just thought it was the way to do it.  Now that I began to rethink the organization / structure of how I want to drop my photos I find myself with what to do on all my previous photos.

    Question

    I am wanting to rename all the photos of my real FILE NAME to a certain format that I read recently on the subject, and I wonder about how this topic with all the previous pictures I imported into iPhoto.

    Is my only option to EXPORT all of the photos to a certain spot on my hard drive, rename them and then re - import in the iPhoto library, or possibly create a whole new library?

    I understand that the change of name to a photo in iPhoto does nothing for the name of the file on the computer so I'm looking for all of the options that I might have.

    iPhoto v9.5.1

    iMac 27 end 2009

    OS X 10.9.5

    3.06 GHz Intel Core Duo

    16 GB 1067 MHz DDR3

    Is my only option to EXPORT all of the photos to a certain spot on my hard drive, rename them and then re - import in the iPhoto library, or possibly create a whole new library?

    Yes. It's your only option to change the file names.  But here's the thing: If the photo is in iPhoto, then the file name is not just serious. Not at all. Never.

    So it would be totally useless.

    Replace the title by any means, and then if you move ever leaving iPhoto you can export using the title as the file name.

    I don't know what naming scheme you will think, but be sure that it involves no character ' / '. Avoid colon.

  • Doubts about Weblogic Cluster and application deployment

    Hi all

    WebLogic...: 12.1.2

    ... OS: AIX 7.1

    We intend to create a Weblogic cluster at 2 knots in different sites to comply with the requirements of the customer HA. With this in mind im a few doubts began to rise:

    (1) this solution will have a server in site A Weblogic and an another Weblogic Server on site B, and we will create a Weblogic cluster with these 2 servers. It is equivalent to an Oracle extended RAC, but with Weblogic. Our link between sites is extremely fast, dedicated, with a latency of less than 5 ms. Is it possible and cost-effective to build such a solution?

    (2) regarding the deployment of the application, I would like to know if it is possible to deploy an application on Weblogic Server just on node A, and this application is automatically replicated on the Weblogic Server in site B? As far as I know, I have to deploy the application on both Weblogic servers manually.

    Thanks for the patience and attention.

    Hello

    (1) this solution will have a server in site A Weblogic and an another Weblogic Server on site B, and we will create a Weblogic cluster with these 2 servers. It is equivalent to an Oracle extended RAC, but with Weblogic. Our link between sites is extremely fast, dedicated, with a latency of less than 5 ms. Is it possible and cost-effective to build such a solution?

    Yes: is very easy to configure the (much easier than configuring PAP) weblogic server cluster.

    Please refer to:

    http://docs.Oracle.com/CD/E24329_01/Web.1211/e24425/overview.htm#CLUST114

    http://docs.Oracle.com/CD/E24329_01/Web.1211/e24425/Setup.htm#CLUST431

    (2) regarding the deployment of the application, I would like to know if it is possible to deploy an application on Weblogic Server just on node A, and this application is automatically replicated on the Weblogic Server in site B? As far as I know, I have to deploy the application on both Weblogic servers manually.

    You can deploy your application on weblogic cluster: his will be automatically deployed to all members of the cluster (all managed servers)

    HTH.

    Borys

  • Question about vmdk names and they are contained in folders

    ESX 4.0 update 3 with a fileserver netapp fas2020.

    I am running mbralign on my servers and it seems that some of our vmdk inconsistent naming what I what they be. I know I can rename the folder that contains the vmdk, but then, how can I change the path in the settings of the server itself to point to the new folder name? Also can I rename the vmdk somehow through CLI?

    If you have vCenter and Storage vMotion, it's the best way to get the vCenter object name, the name of the datastore folder and it's underlying files to all the named correctly.  You can storage vMotion invited and it will fix the naming convention.

    Other methods are mentioned in the KB below

    http://KB.VMware.com/kb/1029513

    Edit: there is a bug in vSphere5 that renames the folder but not she's underlying files using Storage vMotion.  The solution is to rename the files through the CLI.

  • [ADF, JDev12.1.3] Manages the pageFlowScope same bean validation of the different fragments of BTF. Doubts about the 'object' and 'uiComponents' validator parms

    Hallo,

    I have a 'registration' process bounded with 4 fragments workflow.

    There is in each fragment components entry created by dragging different fields of the same instance of VO.

    The user cannot access the next step if the current step is not correctly filled.

    In the fragment of 1st, the user chooses its type (customer, supplier,...) and in the following steps, the fields are has shown/Asterisk based on her user'type selected (I save the String bean var type managed pageFlowScope dedicated to the btf).

    Because of this in the original Version, by the way the key, there is no other area marked as mandatory.

    To manage the visibility of fields I set the property of rendering the fields (or their container) using EL expressions that read the type in the managed bean stream.

    To manage the fields points, I thought only 2 solutions:

    1)

    For each field to create a validator that checks if the fied was flled and function in the formato (e.g. for emails) right in the successful flowScope bean. So I'll have so many validator functions as areas to manage.


    2)

    Create a unique global validator to which the property of the validator for all fields will point in the managed bean flowScope.

    For example

    public void myGlobalBtfValidator(FacesContext facesContext, UIComponent uiComponent, Object object) {
      if (uIComponet.getId() == "InputTextEmail") {  // Component is in Fragment_1
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextMobileNumber") {  // Component is in Fragment_2
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextAddress) {  // Component is in Fragment_3
        // Check if the filed is filled
      }
    // ...
    }
    

    ID' would like to know if the 2nd solution might work and that is the approach recommended among them.

    Then, I would like to know if I can use ther uiComponent parm to the validator without any problem. I ask this question because in many threads, I saw only the parm object used. What are the different function/purpose of these 2 settings?

    Thank you

    Federico

    If you do not want to re-use these validators elsewhere in your application, then method unique validator will be enough.

    Of course, if the implementation of this method only validator will require a huge amount of code, it is probably better to split this option to separate validator methods (to simplify the maintenance).

    BTW, ID of component has to be short, so instead of using the id of the component, set f: attribute on each component of the user interface and to use uIComponet.getAttributes () .get ("attrib_name")

    Dario

  • about stored user name and password on the XP computer

    Hello
    I have a question about stored username and password on XP pro computer.
    If you go into control panel - user - accounts select the account name and there is an option to click on manage my network passwords.
    I have this computer from someone and I checked the "window system" under control panel, under the name of my computer, it says that this computer is part of the Working Group, not in the network domain.
    but I checked the manage my network passwords window and I found a saved username something like that...

    • Server: domainname.com
    • username: www.domainname.com/something

    This server name, address domainname.com, that I found on the list seems to exist as a real Web site and that the stored information seem to be created automatically for some reason any (not manually), but I was wondering what it is exactly...
    This means that my computer (my user account) is a network of area or participate in a domain network? or is it just to access the site online?

    Here's the link talking about stored username and passwords on XP, http://support.microsoft.com/kb/306541
    but I'm still confused because they speak of domain or the domain network? and my computer is in the Working Group, not in the domain network according to panel system from my computer window.

    If anyone can help me with an answer, I would really appreciate it!

    Thanks in advance.

    This means that my computer (my user account) is a network of area or participate in a domain network? or is it just to access the site online?

    Certainly, your computer is not connected to a domain or a domain environment. If you use your computer at home without any connected networks, it is not connected to a domain as such. By default, a computer would belong to a workgroup.

    You just leave things as they are.

  • I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    Hello

    You must define a site in Dreamweaver and need to set up your FTP server. One for that, you can connect with the FTP server where your FrontPage is loaded and you can get the copy of the said locally.

    Link below explains how.

    Define a Site in DW

    Define a site in Dreamweaver. Adobe Dreamweaver CC tutorials

    https://www.YouTube.com/watch?v=sHAvSbdRgu8

    Connection to the FTP server

    https://helpx.Adobe.com/Dreamweaver/using/connect-remote-server.html

    Using Dreamweaver | Edit an existing remote Web site

    Concerning

    Vivek

  • I have a doubt about the file .folio and publications

    Hello, I m new here.

    I want to start working with DPS, but I have a doubt about which version to buy.

    At the moment I have one customer just wants to publish a magazine, but my intention is to have more customers and publish more magazines.

    If I buy the unique edition of DPS, I read that I can publish a single file .folio. What it means? Each folio file represents a publication?

    Please, I need help to understand this before you purchase the software.

    Thank you very much

    Paul

    Here's a quick blog I wrote to compare the simple edition and

    multifolio apps:

    http://boblevine.us/Digital-Publishing-Suite-101-single-Edition-vs-multi-Folio-apps/

    Bob

  • Some doubts about the topology, interfaces and security modules

    Hello

    Below, some questions about the ODI:


    1. to use an LKM ODI always ask to use two different DATASERVERS (one for the SOURCE) and another to the TARGET?

    2. what would be the best way to create a new IKM with GROUP BY clauses?

    3. What is the required minimum PROFILE for developers users could import projects created in other ODI environments?

    4. If a particular WORK_REP is lost, it is possible that retrieve projects from version control information stored in the MASTER_REP?

    1.) Yes. LKM always loads data from one root to another.
    More than once I saw that even if there is a single physical server, several servers are configured in the topology Manager. This would lead to the use of a LKM because ODI consider 2 different servers.
    If the physical server is set only once, LKM won't be necessary.

    2.) IKM automatically adds a GROUP BY clause if it detects an aggregation function in the Interface implementation.

    3.) try to use the profile of the creator of NG.

    4.) this is not an easy task. But all the versioned objects are compressed and stored in a BLOB field in the master repository.
    You will need to know the names and versions you need to recover.
    SNP_VERSION and SNP_DATA have this information. Retrieves the field BLOB SNP_DATA and unpack using a zip utility. This will give you the XML property of the object that was transferred.
    Now, you can import this xml file and retrieve the object.

    You will need to loop through all the records in order of I_DATA, then extract to .xml file, and then import them to build the work rep.

  • At the opening of the PSC 3.6.3 I wonder to authenicate a user name and password to go "fasTun. In my view, that it is a virus, which I can't find, or eradicate. This coincided with my computer located in Canberra, Australia, thinking about my ISP is in F

    See the detail in the original question. Here is the text of the dialog box that appears, with the username and password fields: "the fastun.com:7000 proxy request a user name and password. The site says: "fasTun. "This means that I am unable to use the multiannual financial framework. I uninstalled PSC and PSC re-installed and the same thing happens. The problem arose after that I had been surfing the Net and goes on a German site. From that moment, my internet has become very slow. When I ran "speedtest.net" my computer would fairc Frankfurt (Germany), instead of Canberra, in Australia! Can you please help?

    This has happened

    Each time Firefox opened

    Following my fact a system restore to a point before the computer slows down. From there on, I was unable to use the multiannual financial framework to connect to Web sites. The problem is not using Windows Internet Explorer 8, or is there a problem with the speed of downloads.

    User Agent

    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322;. Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152 .NET CLR 3.5.30729)

    Check the proxy settings under Tools-> Options-> Advanced - tab network, the settings button.

    You probably want no Proxy, if it is set to anything else.

    See https://support.mozilla.com/en-US/kb/Options+window+-+Advanced+panel#Connection_Settings_Dialog

    http://fasTun.com (a record required web Accelerator / anonymizer) indicates that it is a kind of add-on Firefox. Do you see a relevant in tools-> Modules-> Extensions? Try turning it off.

    If you are not sure who this is, try to disable all questions to troubleshoot Firefox in Safe Mode .

  • question about rest api. user name and password is not valid for rest api.

    I installed the vCloud director v1.5.1 trival version, and I can browse the version by https://127.0.0.1/api/versions information.

    When I use the https://127.0.0.1/api/login, IE needs me at the entrance of username and password. I did, but it was not valid.

    Can I use the user name and password to log into vCloud Director web page, it is the system administrator.

    Using the wrong username and password? What should I do?

    concerning

    Hello

    The user name must be in the form of "username@organization" instead of the name of the user.

    If you are using a system administrator, then the name of the Organization should be 'system '.

    Kind regards

    Todor Todorov

  • Doubts about event handlers

    Hello

    I had some doubts about the event handlers in the IOM 11.1.1.5...

    (1) I want to use the same event handler for the message insert and update Post task... Can I use the same handler for this... If Yes, then how can I make...

    (2) can I create the single class of Plugin.xml and add all the jar files in IE single lib folder and zip them all together... If yes then what changes I need to do? Need only add that the plugin tags for different class in the plugin.xml file files? OR need to do something extra too...?

    (3) if I need to change something in any class handler... Is it need to unregister the plugin and register again...?
    If Yes... Is it need to delete the event handler using the weblogicDeleteMetadata command?

    (4) that we import the event handler of the path as event manager/db /... If we add all the evetn handler.xml files in this folder... As when importing weblogicImportMetadata called recursively all files in this folder... Now, if I need to change anything in one of the event handler class... so if import us from the same event manager/db folder... What to do... Create the copy of the eventhandlers? OR should I not add Eventhandler.xml files to class files, I made the changes...

    (5) given that I need to create emails on the creation of the user while recon and identification of email updated as a first name or surname updates... I had to use in the event handler.xml (entity-type = 'User' operation = "CRΘER") or something else...


    Help me clarify my doubts...

    Yes, on the update post you need to be check first if the first and last name change to update the mail electronic id, rather then calculation always email identification. So, you can check the path name are updated through the previous code.

    -Marie

  • How to get emails hidden with the user names and passwords

    Husband hiding accounts email and user name and passwords for online dating sites

    Crisnray1994 said

    Husband hiding accounts email and user name and passwords for online dating sites

    Hello

    We hope that you do well. I'm sorry, that would be a violation of the privacy policy of Mozilla that we work hard to maintain.

    I would say to him talk about it perhaps?

    Hope you will be able to get to the bottom of this somehow.

    -Michael

  • update of installed firefox 38.0.3. Now all connections App does not currently erasing data name and p/w on "logout".

    I just loaded the update of Firefox 38.0.3 on my MacBook Pro. Now none of the log in and password information are cleared in the box account log, when I connect. When I call the box connection even once again, my username and password are ALREADY FILLED in. I then access account (s) with out enter the login name and password.//Tried several logins and all respond the same. Once I get the connection info, that remains in the connection entry box. I tried to delete the connection and closing the application info. When I called the application the login box was always full with my user name and password. Help! PLEASE FIX THIS BUG! All other operations of firefox seem okay / / Note: I restarted my Mac, but nothing has changed.

    If you subscribe to the wide then you turn off the cookie that authenticates you and you must log in again.
    If you visit the page, sign in then Firefox will normally fill out the name and the password automatically except if the site uses autocomplete = off (not sure if this is always respected in 38 Fx).

    You can set the pref signon.autofillForms false on the topic: config page to prevent Firefox to automatically fill in the name and the password.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • Went to my new phone sync and my profile name is incorrect by a letter. Also says that my acct name and pass is incorrect when I try to log in as usual. Help

    When you try to sync my new phone android (galaxy S4 to S5 galaxy), my firefox on firefox sync profile name is incorrect by a letter. Instead of kokochako, it reads kokocako. IM concerned because my name and my password is the same that I use to log on to my laptop and my previous smartphones. I can't synchronize my acct or make changes to my profile name. I hit forgot password to reset, but because the email is wrong Im do not receive an email to change. I have not changed my name ever and my password has not been changed in at least 6 months. He repeated my name and pass is incorrect. My account has been hacked or compromised? All my info is still on my laptop, just under the wrong email address, im afraid...

    To answer:
    I'm worried because I can log in using my laptop (of course my good profile and password), but when I click on synchronize the name next to the profile icon is incorrect.



    What version of Firefox are you running on your labtop?
    Also on your labtop when the wrong name appears where you see that name, can you please attach a screenshot? How to make a screenshot of my problem?

    To answer your question about the identity or the keystrokes, you can run a malware scan to search your computer for malware. Regarding the identity, the user with the e-mail address that appears under the wrong name can receive your confirmation email to reset your password and may be confused (assuming that the name is the email that does not display properly)

    To answer your question how sync works when the next to the profile name icon is incorrect. Can also provide a screenshot of it? What is an email? I don't know which menu you're talking about.

    To fix this, you can create a copy of the profile on the laptop, backup and restore Firefox profiles information disconnect the wrong account and add the appropriate account and password.

    How to:

    1. You must disconnect the incorrect account name.
    • Open Firefox with Profile Manager to verify that there are no more than a profile using several profiles
    • Otherwise disconnect the account in the preferences/Options > Sync Menu
    1. Make a copy of the profile with the link above or below
    1. Attach the appropriate account name and synchronize devices or that the account does not have the profile data is in the profile folder. Create a new account with this profile will keep you informed.

    If you have any questions about this, please do not hesitate to ask.

Maybe you are looking for