The change of name of PK constraint created index

Hello
When I rename a constraint of PK, I see that and index is automaticall created with the same name as that of old PK. What is the reason for the same thing?
That's what I do:

ALTER TABLE my_table_old CONSTRAINT RENAME pk_my_table TO pk_my_table_old

Mass25 wrote:
My point is that I see not the index under the option index until what I rename the table, then the constraint.

Looking for clues in a sort of GUI? Rather than looking at the data dictionary? If so, what GUI?

It is quite possible that a GUI would choose do not show the clues that have the same name as a constraint, implying that these indices have been created just to apply the constraint, alongside all the other indexes on a table. As others have pointed out, create a primary key / unique constraint implicitly creates an index. But gui may choose to display the constraint on a screen of the constraints and does not show the corresponding index just to avoid confusion (i.e. the index can have a name generated by the system confusing because the user doesn't have the name of the constraint, the user cannot delete or change the index, they need to change / remove the constraint, etc.).

Justin

Tags: Database

Similar Questions

  • Printer is no longer available through sharing after the change of name of PC.

    share a printer after changing the name of the pc

    I have 5 (4 XP Pro, 1 Win7) PC with shared printer and file sharing.  The names of PC were not intuitive and I changed the more meaningful names.  File sharing has continued to work, but the printer was more likely to assessment.  He was always playing on the remote PC but the slightest mistake out.  From a command prompt, I could print to it from a remote PC using the new name of PC, but not from Windows XP.  The printer is connected to the Win7 PC.  I tried to use XP search for the dialog new printer and it OCHA see the printer on Win7 but then would error saying that there was not.  I changed the name on the Win7 machine and printing resumed again of the XP machines.

    I need to be able to change the name of the Win7 PC and power find the shared printer on the XP machines using the new name of the Win7 machine which has the printer.

    Been struggling with this for 3 days, through forums and other sites and found nothing.

    Thank you

    Uninstall and reinstall the printer again.

    Windows is most likely trying to still access the old computer name.

  • Remove the change of name or account

    Hello! I am Laurent and I want to delete a Skype account because I did not like the name of the search: [name of account deleted for privacy and security]
    Or how can I not want to trade for her because I don't have so I created when I was younger and not have realized.

    Unfortunately, it is not possible to change your user name. Here you will find how to delete your account:

    https://community.Skype.com/T5/account-setup-maintenance/how-do-I-close-my-Skype-account/TD-p/314619...

  • How do I "registered to the" change of name in the tab properties Geaeral systems

    I want to change the name of registered owners to donate my computer to a charity and don't want my name to appear as a previous owner!

    This article should help you:

    "How to change name and company information after you install Windows XP"
      <>http://support.Microsoft.com/kb/310441 >

    HTH,
    JW

  • Prevent the change of name of specific nodes

    Hi all

    DRM can we prevent the renaming of the names of nodes for certain specific levels in the hierarchy and not the whole hierarchy.

    Preference of the system RenameLimb/Renameleaf can be prevented, but it is a property of the system and changing this property applies to any application and all versions.

    I want my restriction to only specific hierarchy and levels.

    Can any validations or it's training of security privileges will in this scenario.

    Thank you

    Madhu

    Hi Madhu,

    Have you tried to use access to the node groups and granted read only access to the relevant level?

    https://docs.Oracle.com/cloud/latest/financialscs_gs/FADRA/CH03.html

    Concerning

    Craig

  • Effects of the change of name of ESX host windows vcenter server sits

    I made a change to an ESX host name and now I can not connect to the windows server vcenter is sitting on.   The vcenter sitting Windows VM on the ESX.  Now, I can not ping or you connect to the windows server.   I tried to change the hostname to return but still cannot ping the virtual Windows machine, impossible to connect with the client of the infrastructure, cannot RDP to windows VM, etc..   Is there a way to fix what broke?   Thanks for the help.

    Have you tried to connect directly to the host ESX (with the vSphere Client) and change the configuration of the virtual machine and the host vCenter? How about using worms forward in DNS to get the new name to resolve the old names of servers? In this way, either name can be used to communicate with the same boxes/VM... I've done it before to other servers (not the virtual computer at the time) when we installed a new server to replace an older and got a name change (to follow the company standards). We had agents in place who wanted the old name of the server, in order to make adjustments in the system DNS has allowed these agents to connect to the new server and facilitated by the migration.

    In general, I leave the host names and only once built server names vCenter. The best time to change is when you install the fresh software/OS, not at a time later than in fact. It is a good policy to have all areas...

    VMware VCP4

    Review the allocation of points for "useful" or "right" answers.

  • EPMA deployment of the change of name to ASO app, data erasure

    Hello

    I am a little puzzled by the behavior of my ASO cubes because when I rename a member and deploy via EPMA, associated data member is cleared and I get a message in the log that looks like this:

    The restructuring converted [343163] cell entry and removed the input cells [18]


    Recover data from smartview on the renowned Member shows that the data has disappeared. The same is not true at my BSOcubes/planning apps. This goes against what I read in the SER60 and various messages in the forums - the ASO very happy movements facing cubes - we miss the 11.1.1.3 version - everyone knows the same thing? Or may be able to point me in the right direction for a work around - for now I export export reloading and editing to work around the problem.

    Thank you

    J.

    Is not a defect, any change in an ASO led to the erasure of the cube data. As the calculation of the data and roll (aggregation) arrives in a different way to ASO compared to BSO. You will need to follow the EAS so to preserve data in ASO!

    For info, see this Document Oracle. There is no work around to EPMA, however.

    DOC - ID 1681979.1

    Studio is a tool of command loading. The Studio deals with renaming is actually to clear the plan

    (remove all members) and then reload all members, which the renamed (for example, D004134_FCL1), the contour.

    So when "clear plan" happens, the link between the cells and the metadata (members) are broken.  Reloading members can reconstruct the link for these cells whose intersection are members (not renamed) reloaded to the outline. But the renowned members will make these cells who still remember the 'original' members to lose the link. Clients need to reload the data each time that they rebuild contour.

  • How to get the change history doone on an organization in OIM 11 G

    Hello Experts,

    I have a requirement that I need to see the history of all changes made to the attributes of an organization.

    Editing an organization such as the change of name of the Organization, status etc. details.

    Can you help me please?

    Refer to this.

    Re: How to find the history of changes to attributes of the Organization in OIM 11 G?

  • creating indexes on partitioned tables...

    Hi all
    I use 11g. creates a table with partition on transaction_dt. Now I have to create index based on the combination of the column below.
    can anyone suggest the best method to create the partioned indexes based on the underside of the columns?

    enjoyed the great suggestions...
    CREATE INDEX TB_PRCHS_SALE_TRANS_BASE_IDX1 ON TB_PRCHS_SALE_TRANS_BASE
    (TRANSACTION_DT, VENDOR_ACCT_NBR, VENDOR_SECURITY_NBR);
    
    
    CREATE INDEX TB_PRCHS_SALE_TRANS_BASE_IDX2 ON TB_PRCHS_SALE_TRANS_BASE
    (TRANSACTION_DT, ING_ACCT_NBR, ING_SECURITY_NBR);
    
    
    CREATE INDEX TB_PRCHS_SALE_TRANS_BASE_IDX3 ON TB_PRCHS_SALE_TRANS_BASE
    (TRADE_DT, SETTLEMENT_DT, VENDOR_ACCT_NBR, VENDOR_SECURITY_NBR);
    
    
    CREATE UNIQUE INDEX TB_PRCHS_SALE_TRANS_BASE_PK ON TB_PRCHS_SALE_TRANS_BASE
    (TRANS_CONTROL_ID);
    
    
    CREATE INDEX TB_PRCHS_SALE_TRANS_INDX3 ON TB_PRCHS_SALE_TRANS_BASE
    (OLD_TRANSACTION_ID);
    
    
    ALTER TABLE TB_PRCHS_SALE_TRANS_BASE ADD (
      CONSTRAINT TB_PRCHS_SALE_TRANS_BASE_PK
     PRIMARY KEY
     (TRANS_CONTROL_ID));
    
    
    Table
    ====================
    
    CREATE TABLE TB_PRCHS_SALE_TRANS_BASE
    (
      TRANSACTION_DT              DATE              NOT NULL,
      TRANS_CONTROL_ID            NUMBER            NOT NULL,
      VENDOR_CD                   CHAR(3 BYTE)      NOT NULL,
      ING_ACCT_NBR                NUMBER(10)        NOT NULL,
      ING_ACCT_TYPE_CD            CHAR(1 BYTE)      NOT NULL,
      ING_SECURITY_NBR            NUMBER(10)        NOT NULL,
      VENDOR_ACCT_NBR             VARCHAR2(10 BYTE) NOT NULL,
      VENDOR_ACCT_TYPE_CD         CHAR(1 BYTE)      NOT NULL,
      VENDOR_ACCT_CHCK_CD         CHAR(1 BYTE)      NOT NULL,
      VENDOR_SECURITY_NBR         VARCHAR2(10 BYTE),
      BUY_SELL_CD                 CHAR(1 BYTE)      NOT NULL,
      TRADE_DT                    DATE,
      SETTLEMENT_DT               DATE,
      CREATE_USER                 VARCHAR2(50 BYTE),
      UPDATE_TS                   DATE,
      UPDATE_USER                 VARCHAR2(50 BYTE),
      OLD_TRANSACTION_ID          NUMBER(10)
    partition by range (TRANSACTION_DT)
    interval (numtoyminterval(1,'YEAR'))
    (
       partition p001 values less than (date '2002-01-01'),
       partition p002 values less than (date '2003-01-01'),
       partition p003 values less than (date '2004-01-01'),
       partition p004 values less than (date '2005-01-01'),
       partition p005 values less than (date '2006-01-01'),
       partition p006 values less than (date '2007-01-01'),
       partition p007 values less than (date '2008-01-01'),
       partition p008 values less than (date '2009-01-01'),
       partition p009 values less than (date '2010-01-01'),
       partition p010 values less than (date '2011-01-01'),
      );
     
    CREATE INDEX TB_PRCHS_SALE_TRANS_INDX3 ON TB_PRCHS_SALE_TRANS_BASE
    (OLD_TRANSACTION_ID)
    LOCAL
    (
    partition p001,
    partition p002,
    partition p003,
    partition p004,
    partition p005,
    partition p006,
    partition p007,
    partition p008,
    partition p009,
    partition p010
    )
    /
    -- Since PK column set does not include partitioning colums
    -- you can't create LOCAL partitioned index.
    ALTER TABLE TB_PRCHS_SALE_TRANS_BASE ADD
     CONSTRAINT TB_PRCHS_SALE_TRANS_BASE_PK
    PRIMARY KEY
    (TRANS_CONTROL_ID)
    USING INDEX
    GLOBAL
    (
    partition p001,
    partition p002,
    partition p003,
    partition p004,
    partition p005,
    partition p006,
    partition p007,
    partition p008,
    partition p009,
    partition p010
    )
    /
    

    SY.

  • After hosting my site created with adobe muse on a ftp server, can I change my site on muse adobe later and update it on this same server ftp with the same domain name and do not have to pay for hosting again?

    After hosting my site created with adobe muse on a ftp server, can I change my site on muse adobe later and update it on this same server ftp with the same domain name and do not have to pay for hosting again?

    Yes, no extra accommodation payment is required. After editing your site and savings, click download file to the host of VTT... The info should auto fill with the same information that you used to download the site the first time. You can choose to download only files "changed" or "all files". Click OK and the old files will be overwritten.

  • 'My card' when contact is not me, and it won't let me change it or delete the info. for the person mentioned (which is having the same first name as I do). Any ideas?

    'My card' when contact is not me, and it won't let me change it or delete the info. for the person mentioned (which is having the same first name as I do). Any ideas?

    iPhone OS 9.2 6.

    I already tried to delete information about the person identified as "my card". Because the phone think it is 'my card' delete the contact and/or modify the information. does not work.

    Create a new contact with your correct information, who like 'My card' to:

    Settings > Mail, Contacts, calendars > Contacts > my info

  • Can I detect a change of name of plot event in a legend of the plot?

    I want to update a configuration file, if a user changes the name of a conspiracy in the plot legend.

    Events, I see plots are: value change, the change of range autoscale, plot attribute change and change of range of scale.

    Change of attribute plot doesn't seem to understand anything like on behalf of the parcel, and others obviously do not contain this info either.

    Is it possible to recover this event?

    Thank you.

    Jordan

    First of all, remember that there is no simple way to encode anything, so I can offer a possible solution for you, but it certainly isn't the only one.

    LabVIEW has no property to check if the name has been changed through a structure of the event, but you can create your own LabVIEW can read events. I found this really good which may help you. Read this and mess around with it and see if it gets you anywhere: Creation of user events

    Once you get to trigger the appropriate, then its just get this deal to update the file you want.

    Another possible workaround solution that isn't ideal, is to create a chain control and who have to be on top of the name of the parcel. You would be able to produce then an event in this chain, change the value.

    I hope this helps.

  • WMP changes its name at the time where I change the names in the playlists

    Hi people, to support

    I have XP and WMP 11. I love working with WMP very much but I have a big problem with the creation of playlists.

    First, he must know that. If I make a playlist of different artists like this and sync it to my MP3 player, the player will put all the artists and the album separately names in its lists of an artist folder and album that creates a huge long folder to browse to the 'normal' CD That's why I change at least the various names of artists in 1980, for example has a slow. A brilliant solution, was it not for the fact that WMP is very difficult to accept these changes in the mine. He continues to change the names of 'my' name of origin found in their records. After changing several times later he accepts it, most of the time. But... the problem is worse when I want a particular song appear in more than one playlist, as Slow 1980 and slower. He even sometimes change the names I put in the original name in the original records. I hope you understand what I'm trying to explain, and it drives me nuts keep changing the names. (You probably also I know I have change the names in WMP or in the files folder.)

    How can I solve this? Thanks a lot for help.

    Hello

    To resolve this problem, delete the Windows Media Player database. To do this, follow these steps:

    Step 1:

    Exit Windows Media Player.

    For Windows XP:

    (a) click Start,

    (b) click Run,

    (c) type %userprofile%\Local Settings\Application Data\Microsoft\Media Player,

    (d) and then click OK.

    Note You don't have to remove the folders that are in this folder.

    (e) restart Windows Media Player.

    Note Windows Media Player automatically rebuilds the database.

    Step 2:

    If this does not resolve the problem, disable the Windows Media Player database cache files. To do this, follow these steps:

    (a) output Windows Media Player.

    (b) If you are running Windows XP, click Start, click run, type %userprofile%\Local Settings\Application Data\Microsoftand then click OK.

    Note Windows Media Player automatically rebuilds the database.

    See also:

    Create and use your own customized reading lists

    http://Windows.Microsoft.com/en-us/Windows-XP/help/Windows-Media-Player/11/playlists

    Add or edit media information

    http://Windows.Microsoft.com/en-us/Windows-XP/help/Windows-Media-Player/11/album-info

  • How to select the photos I want to import in the import Windows 7 Wizard, and how to change their name to a group of the name custom when importing?

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    ===========================================
    Perhaps the following links will propose a few ideas:

    Windows 7 - change settings for importing pictures and videos
    http://Windows.Microsoft.com/en-us/Windows7/change-settings-for-importing-pictures-and-videos
    (don't forget to extend "Import in the view settings" at the bottom of the page)

    Windows 7 - How to make photos from my camera to my computer?
    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-get-pictures-from-my-camera-to-my-computer

    You might find the free Picasa software or Windows Live Photo Gallery
    to be useful:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Download Windows live Photo Gallery
    http://explore.live.com/Windows-Live-Photo-Gallery
    (There are other applications included in the download...
    Uncheck the ones you don't want)

    Picasa
    http://Picasa.Google.com/

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Change of name of folder for the user account

    I changed my name of user account in Windows. But my folder name of user account in "C:\\Users" is still the old man. There is no option to rename the folder. How can I rename it?

    You cannot rename the folder because too much is bound to the file. If you want to change the name of the folder, create a new user account.

Maybe you are looking for