How to assign the tablespace name local index when converted to INTERVAL

Hello
I'm converting a range partition table in the table to partition INTERVAL. The storage space for the tables is GIVEN. After this operation, all the indexes the world and are valid and usable. However, when the next interval partition is created, the local index is also created in the tablespace DATA. How can I make sure that new partitions of the interval for the index will be created them within the existing Index table?

Thank you
Murali

Change the index to specify the desired storage space, and new partitions will be created there.

ALTER INDEX my_index MODIFY DEFAULT ATTRIBUTES TABLESPACE my_preferred_tablespace;

Tags: Database

Similar Questions

  • How to set the user name and password when you use the class for SOCKS5 Proxy?

    Hi all

    I use the proxy class for SOCKS5, so need to set the user name and password, I can't find where I put the value. If the API support.

    Thanks in advance!

    Exactly how to repeat the question five times ater, we told you the answer would erase anything? A: this isn't. This irritates just the hell out of people. Irritating the hell of those who's trying to help you is not rational behavior either.

    I have no idea on the support of third-party for transmission by proxy via NIO.

  • How to remove the header and page number when converting to PDF

    I am using Windows 7 and you have Acrobat 8.1 installed. When I right click on a .txt file and choose "Convert to Adobe PDF" in the context menu, it will save a pdf file in the same folder as my file with the same file name .txt. When I open the pdf file, there is a header with the file name and page numbers at the bottom.

    How can I adjust the preferences to omit the header and page numbers? I have a click with the right button on the Adobe PDF printer in the control panel "Printers" and looked through properties and 'Adobe PDF settings' in the preferences, but don't find any options for headers and footers.

    Thanks in advance.

    What you describe is based on the configuration of the running text editor.
    Here, the configuration is such that the content described is part of what is migrated to the PDF file when the PDF is created.

    Modify the appropriate configuration of the text editor and the created PDF will no longer spam.

    Example - using Notepad window:

    Click path = file - layout

    In the presented dialog box, you can adjust the configuration.

    While Acrobat "PDFMaker" allows configure us the interactive "improvements" and others as in a file PDF created, it is always application configuration of creating files creation that sets the 'meat and potatoes' of the content of the PDF created.

    Be well...

  • How to assign a constant name 'letter' to the USB port?

    My Compaq Presario with Windows 7 has two USB ports on the front and on the back.  I use both to the front to connect a drive hard ext to the back, usb flash drives and a camera. Everytime Iplug in the disk hard ext, the PC assigns a letter to port such as J.  The next time I plug the camera into the same port, the PC gives it a different letter and I need to go back up and reconfigre Norton where to back up.  How to assign a constant name 'letter' to the USB port?

    I think that the previous answer may have been cut off, but they were right. You assign it a letter on the USB port, you assign a letter to the device. With your drive plugged, if you right-click on the computer icon and select manage you will arrive at the computer management screen. Click the disk management icon and you should see your drive listed. Right click on that and you should see a choice to change the drive letter and path. From there, click change and select a drive letter for your device.

  • How to assign the temporary tablespace to a table

    How to assign the temporary tablespace to a table

    temporary tablespace can be attributed to the user.

  • I know how to force the Spotlight for re - index a drive or a folder. But how then do I mail?

    I know how to force the Spotlight for re - index a drive or a folder.

    But how then do I mail? I drag this file to the window?

    Thank you.

    Try re-indexing of mailboxes mailbox. This can take some time if you have a lot of mail.

    Reindex messages           For El Capitan, try looking in V3.

    Reindex messages (2)        See post by Linc Davis

  • How to assign the next value in the sequence directly in a variable?

    How to assign the next value in the sequence directly in a variable without using a table TWICE in PL/SQL.

    BluShadow wrote:

    How about a quick test on 11g, just to see if you directly select a sequence in a variable is significantly better than the mark of DOUBLE.

    ...

    Nope... no obvious difference.

    This is because there is none: Oracle's SELECT sequence. NEXTVAL FROM DUAL under the covers. The direct assignment is just a convenient encoding for us, but it does not change the work that accomplishes Oracle.

    create sequence s;
    alter system flush shared_pool;
    declare
    l_num number;
    begin
    l_num := s.nextval;
    end;
    /
    select sql_text from v$sql where parsing_schema_name = user;
    
    SQL_TEXT
    Report the number of l_num; begin l_num: = s.nextval; end;
    Select sql_text from v$ sql where parsing_schema_name = user
    Select double S.NEXTVAL
  • How to get the host name of the physical computer inside a virtual machine until the user logs in Windows?

    I don't know if this is the right place to post this question, I develop software to support VMWare PCoIP and need to know how to get the host name of the physical machine (which manages the virtual machine and View Client) within a virtual machine before the user logs in Windows of the virtual machine.

    I understand there are two ways to read the host name, via the HKEY_CURRENT_USER\Volatile Environment registry and environment variables, but they are available once the user is connected. I need info before the user connects.

    Is there a VMware API that can be called or asked the host name?

    Thank you.

    Not on the broker, but there are the startup scripts to log on to the computer virtual itself: http://pubs.vmware.com/view-52/topic/com.vmware.view.integration.doc/view_integration_startsession_script.9.2.html

    Note that these executed when a virtual desktop computer allocated connection, not to the point that the client connects - it is possible for the customer to not complete the connection (crash, cancel, network failure) and so any what solution you design must handle this.

    Mike

  • How to provide the Alias name for BOX Stmt?

    Hello

    How to provide the Alias name for the instruction BOX?

    --

    Thank you and best regards,

    Badr Hari

    1007980 wrote:

    Hello

    How to provide the Alias name for the instruction BOX?

    --

    Thank you best regards &,.

    Badr Hari

    You post any instructions BOX or a query.

    You just add an alias after him, as you do for any other column you select.

    Select case when deptno = 20, then 'Yes' else 'no' from the end IsItDept20 dept

    ISITDEPT20

    NO.

    Yes

    NO.

    NO.

  • How to add the chapter name and page not for reference

    Hello

    How to add the chapter name and page not for reference in indesign CS6.

    Thank you

    Please try variable notion of text

  • How to restore the tablespaces only 4 while cloning with RMAN?

    Hello
    How to restore the tablespaces only 4 not all areas of storage in one database to the new database of cloned all cloning with RMAN?

    I don't think it's possible to restore only 4 storage space for the database 'auxiliary '. Instead, you can use the "SKIP TABLESPACE" cloning while clause.

    You can exclude the tablespaces that you don't want the database duplicate with the SKIP TABLESPACE clause. You can exclude any tablespace except the SYSTEM tablespace or tablespaces containing rollback or undo segments.

    Refer to this http://docs.oracle.com/cd/B14117_01/server.101/b10770/rcmsynta28.htm

  • How to display the user name in report editor RTF BI?

    Please advice how to display the user name in report editor RTF BI?
    Maybe this can be done via a hidden parameter of the report, BEEP, which by default will be implemented with the macro as {$username$} (or smth like)?
    Thanks in advance!

    Yes, or create a hidden report BEEP setting with the name you want and the default ": xdo_user_name" (without ""). And on the report that you call the parameter with the username!

  • How to assign backing bean view.locale

    Hello
    In multilingual application.
    I am trying to assign the value #{view.locale}
    Usually, I put the value of af: selectOneChoice.
    I need to be able to attribute to a bean of support.
    Kindly advice
    Emile BITAR

    Hello

    Don't evaluate EL in managed bean, unless absolutely forced... This is not a good design, and it is slower. To set the locale just use:

    FacesContext.getCurrentInstance().getViewRoot().setLocale(Locale.FRENCH);
    

    Kind regards

    ~ Simon

  • How to make the top sites page appears when I open a new tab? Why have I not of "buttons" to pin a top site of the page tab?

    When I open a new tab, NO best sites don't show up... shows just a search engine box. I have Firefox 33.0. Why is there no 'pin' button when I opened a new page? How to make the top sites page appears when I open a new tab?

    Here is some additional information on the configuration of the new tab page:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste newtab and make a pause so that the list is filtered

    (3) double-click the preference browser.newtab.url and enter your favorite page:

    • (Default) page thumbnails = > subject: newtab
    • Blank tab = > subject: empty
    • Built-in Firefox homepage = > topic: welcome
    • Any other page = > full URL of the page

    Press Ctrl + t to open a new tab and check that it worked. Fixed?

    Some traps:

    If Firefox will not let you change this setting: you can have what is called SearchProtect on your system.

    Firefox if allows you to save your changes, but he doesn't know: one of your extensions may be the substitution of her. You can consult, disable and/or remove extensions on the addons page:

    "3-bar" menu button (or tools) > Add-ons > in the left column click on Extensions

    If the modification works during your session, but during the next startup is leads to: you could have a user.js file in your personal settings Firefox (your Firefox profile folder). This article describes how to track down and delete the file: How to fix preferences that will not save.

    A little luck?

  • Anyone know how to check the date of warranty until when?

    Anyone know how to check the date of warranty until when?

    https://checkcoverage.Apple.com/Jo/en/;JSESSIONID=9pJ0X9pFPJtNg3c44yDGCvk9pVpt5l QSgn4B60y4Skv1WfmnqMkF!-1840326800

Maybe you are looking for

  • CIN works on Win8.1 32-bit?

    Works fine for Windows 7 32 bit. LabVIEW 2013 32-bit SP1. PS. old doctors. do not create new.

  • Spectrum x 360: physical keyboard and Japanese IME

    Hi all It is the first time that I post on this forum and I thank in advance those who would come here to help. I suspect that my problem is very special, if not unique. In fact, after a few days of digging through the internet, I have not found a si

  • Video card help

    I have a HP Pavilion p6234f running on windows 7 home premium 64-bit. The vehicle currently has Intel Chipset G33/31 Express version 8.15.10.1912. I'm shopping for a new program for a job that requires a minimum configuration of OpenGL2.1. How do I g

  • Change DVD drive letters in Windows 7.

    How can I change the letters for the readers of DVD in Windows 7?  I'm used to having them in D and E.  Be gone to Win 7 there is something to D, but I don't know what DVD players are K and L.  I was able to change the external drive letters, but I'v

  • Insertion in a column with & value

    HelloWhen I run under instruction, it asks me to enter a & D cause input value of & sign in the value.any suggestionINSERT INTO xxgdv_legacy_inv_ord VALUES (545566,16778, 'S & D BUILD', NULL);Thank you