How to add space in the tablespace?

Hello

How can I add 180M of space in the tablespace SALES_DETAIL_TS_IDX ?

I mean I need to add an another data file with a size of 180M or I have to resize any person of the data file listed below?

If resizing, what size to resize to?

Tablespace size (MB) free (MB) % free used
------------------------------ ---------- ---------- ---------- ----------
SALES_DETAIL_TS 122001.563 32000 26 74

SQL > Select File_Name, nom_tablespace, File_ID in dba_data_files where nom_tablespace = 'SALES_DETAIL_TS_IDX' Order by Desc File_ID.

FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U05/oradata/PSRDM/sales_detail_ts_idx_27.dbf
SALES_DETAIL_TS_IDX 1016

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_26.dbf
SALES_DETAIL_TS_IDX 978

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_25.dbf
SALES_DETAIL_TS_IDX 975


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U10/oradata/PSRDM/sales_detail_ts_idx_21.dbf
SALES_DETAIL_TS_IDX 908

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_20.dbf
SALES_DETAIL_TS_IDX 837

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_19.dbf
SALES_DETAIL_TS_IDX 836


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U15/oradata/PSRDM/sales_detail_ts_idx_18.dbf
SALES_DETAIL_TS_IDX 835

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_17.dbf
SALES_DETAIL_TS_IDX 834

/D01/U12/oradata/PSRDM/sales_detail_ts_idx_16.dbf
SALES_DETAIL_TS_IDX 217


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U15/oradata/PSRDM/sales_detail_ts_idx_15.dbf
SALES_DETAIL_TS_IDX 216

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_14.dbf
SALES_DETAIL_TS_IDX 204

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_13.dbf
SALES_DETAIL_TS_IDX 203


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U15/oradata/PSRDM/sales_detail_ts_idx_12.dbf
SALES_DETAIL_TS_IDX 202

/D01/U12/oradata/PSRDM/sales_detail_ts_idx_24.dbf
SALES_DETAIL_TS_IDX 156

/D01/U12/oradata/PSRDM/sales_detail_ts_idx_23.dbf
SALES_DETAIL_TS_IDX 155


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U10/oradata/PSRDM/sales_detail_ts_idx_22.dbf
SALES_DETAIL_TS_IDX 145

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_21.dbf
SALES_DETAIL_TS_IDX 137

/D01/U15/oradata/PSRDM/sales_detail_ts_idx_11.dbf
SALES_DETAIL_TS_IDX 125


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U12/oradata/PSRDM/sales_detail_ts_idx_10.dbf
SALES_DETAIL_TS_IDX 124

/D01/U12/oradata/PSRDM/sales_detail_ts_idx_09.dbf
SALES_DETAIL_TS_IDX 123

/D01/u08/oradata/PSRDM/sales_detail_ts_idx_08.dbf
SALES_DETAIL_TS_IDX 122


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/u08/oradata/PSRDM/sales_detail_ts_idx_07.dbf
SALES_DETAIL_TS_IDX 121

/D01/U07/oradata/PSRDM/sales_detail_ts_idx_06.dbf
SALES_DETAIL_TS_IDX 120

/D01/U07/oradata/PSRDM/sales_detail_ts_idx_05.dbf
SALES_DETAIL_TS_IDX 119


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U06/oradata/PSRDM/sales_detail_ts_idx_04.dbf
SALES_DETAIL_TS_IDX 118

/D01/U06/oradata/PSRDM/sales_detail_ts_idx_03.dbf
SALES_DETAIL_TS_IDX 117

/D01/U05/oradata/PSRDM/sales_detail_ts_idx_02.dbf
SALES_DETAIL_TS_IDX 116


FILE_NAME
--------------------------------------------------------------------------------
FILE_ID TABLESPACE_NAME
------------------------------ ----------
/D01/U05/oradata/PSRDM/sales_detail_ts_idx_01.dbf
SALES_DETAIL_TS_IDX 115

/D01/U04/oradata/PSRDM/sales_detail_ts_idx_27.dbf
SALES_DETAIL_TS_IDX 63

DF - kh

Size used for free
u12zp/u12 392 347 G G G 44 89% / d01/u12
u13zp/u13 392 G 340 G G 51 87% / d01/u13
u08zp/u08 392G 317 G 74 82% / d01/u08
u09zp/u09 392 G 348 G G 44 89% / d01/u09
u06zp/u06 392G 318 G 74 82% / d01/u06
u11zp/u11 392 G 350 G 42 G 90% / d01/u11
u04zp/u04 392G 324 G 68 83% / d01/u04
u05zp/u05 392 G 349 G G 43 89% / d01/u05
u07zp/u07 392G 331 G 60 G 85% / d01/u07
u10zp/u10 392G 342 G 50 G 88% / d01/u10
u15zp/u15 392G 324 67 G 83% / d01/u15
u16zp/u16 392G 275 G 116 G 71% / d01/u16
u14zp/u14 G 392, 316 G 76 81% / d01/u14
u90zp/u90 392G 1.2 G 391G 1% / d01/u90


Thanks in advance.

Published by: 951121 on November 7, 2012 11:52
select file_name, bytes/(1024*1024*1024), autoextensiable, maxsize/(1024*1024)  from dba_data_files where tablespace_name='SALES_DETAIL_TS_IDX' ;

find the data file that is not reached the maximum size (32GB if its 8 k block) and resize it to match your needs.

alter database datafile '' resize ;

Otherwise, you can add the new data file. Blow is the simple add datafile statement:

alter tbalespace add datafile '' size ;

Tags: Database

Similar Questions

  • How to add space before the content when printing or export PDF

    Hi Experts,
    In OBIEE 11.1.1.6.0.
    It has a single report worth two requests, in order to show the structure of the hierarchy, I add a few spaces in front of the content, however, when I print or PDF exprt, it will be gone. How to solve this problem?

    A single method (maybe it's BUG):
    Inter-generational column-> data-> treat as html Format
    Then in Edit formula, enter the following code: "< table > < tr > < style td =" padding-left: 20 ">" | "Time '." "" By name of half | "" < table > < /tr > < / table > ' "
    When I print or PDF exprt, it will display the HTML to PDF.

    Second method:
    Inter-generational column-> data-> Text Format gross (do not break spaces)
    "Then in Edit formula, enter the following code:" "| Time '. " By name half. "
    When I print or PDF exprt, spaces will be missing in the PDF format.

    I try to make many methods, but can't find the right solution to add spaces before the content of the second report to see the structure of the hierarchy as below:
    CombinedColumn (year and month column combined)
    2009
    -200901
    -200902
    2010
    -201001
    -201002
    Note: '-' in the name of space

    Is there a good suggestion or the method associated with this problem? Please help me to find or give me better advice. Thanks for your kindly help.

    Hey Kobe,

    To achieve this,

    2009
    -200901
    -200902
    2010
    -201001
    -201002

    You can use properties of column-> right = Horizontal alignment and Vertical alignment = at the top, but you have multiple queries in your report. The approach is to differentiate the different levels and apply conditional formatting. Try this approach,

    1. click on the request combined so that you can see the option "Add the result column" in the left pane
    2. click on 'Add a result column', in the type of column in your time dimension column (if the column is first has type saw_0)
    3. yet once, click on 'Add column result', enter the column formula: case when (saw_0) LENGTH > 5 then 2 1 other end

    Here LENGTH (saw_0) > 5 will return only the month records (i.e) 200901,200902 etc.

    4. now click on properties on the column to the new column added in step 2, goto-> add a Condition of-> conditional formatting select the column added to step 3->

    -Case when (saw_0) LENGTH > 5 then 2 1 other end = 2 then format-> right = Horizontal alignment and Vertical alignment = Top

    This indentera the month right column. This will work when exporting to pdf format.

    Kind regards
    DpKa

  • How to add space to the D: drive while extend space is dimm

    After the installation of cleaning that had become indispensable, although my computer, seams now healthy but his unit became full and forthcoming, not only with repeated messages of "Space bass", but also various errors, here and there.

    Among the choices, to increase its space, I chose to increase or remove files to D:. In doing so, I comfortably shrunk C: by 1.25 GB. But the BIG problem is that there is NO way to add this on the D: drive.

    The commands and options in disk management are therefore very obscure and non-understable that, after 10 days of fighting, I'll have to come to your aid. Please do something as you can so that I can add the space unallocated with my D: drive. Otherwise I'm in big trouble; no updates to come; No downloads are possible. I'm sitting with meaningless fight and nothing else.

    my email: * address email is removed from the privacy * 17 October 2012

    Hello

    You can't do what you want to do using the disk of Vista management.

    You can't take a little off-C: and nail it on D:

    And are you sure that D: is not your recovery Partition to reinstall the operating system.

    If it is read this:

    Your recovery Partition was photographed on your hard drive during the production of your computer by the manufacturer for all of these reasons.

    1. to reinstall Vista from in the case of a failure of the system, based on individuals or the keys at startup.

    F10 or Alt + F10 or F11 are a couple of different manufacturers use sequences.

    You will need to ask your manufacturer for proper sequence.

    2. to make the recovery disks on if your drive hard breaks down, so that you can then reinstall the operating system on a new hard drive.

    Also ask them how to make records.

    Your D: Recovery Drive is should not be used for backups, defragmented, etc..

    There are backups on an external hard drive.

    To resolve the problems that have arisen with the recovery D: Partition, you will need to contact the manufacturer of your computer to remove all that has been added to it.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    If it is not the recovery Partition, Vista for you options to > save data on D: > D: delete > C: extend into the now unallocated space where D: is.

    http://www.Vistax64.com/tutorials/95418-disk-management-delete-extend.html

    See you soon.

  • determine the free space of the tablespace

    Hi all

    How to determine free space of the tablespace?

    Can use this:

    select tablespace_name,
    case when sum(bytes) >= 1073741824 then round(sum(bytes)/1073741824,2)||'gb'
         when sum(bytes) >=1048576     then round(sum(bytes)/1048576,2)||'mb'
         when sum(bytes) >=1024        then round(sum(bytes)/1024,2)||'kb'
         else sum(bytes)||'bytes'
    end free_space
    from
    (select tablespace_name, bytes from dba_free_space
     union all
     select TABLESPACE_NAME, 0 from dba_tablespaces where CONTENTS != 'TEMPORARY' -- this will add full tablespaces
     union all
    select tablespace_name, maxbytes-bytes
     from dba_data_files where AUTOEXTENSIBLE='YES' and maxbytes>bytes)
    group by tablespace_name order by sum(bytes);
    
  • How to add bookmarks to the IE Favorites list?

    How to add bookmarks to the IE Favorites list? I can find them on recently added bookmarks, but they are not listed when I click on IE Favorites.

    Firefox bookmarks are stored in your Firefox profile folder, they are not synchronized with the IE Favorites.

  • I would like to know how to double space on the notebook in a paragraph, how to register and send to another computer and number pages? can anyone help? Thank you!

    Please someone help I'am new to the computer world and I would like to know if anyone out there can help understand me how to double space on the workpad words and how I can save and send it to another computer for printing. Can also how to number the pages? And also I can use see fate on this workpad vista? Thank you.

    Joseph Monteleone,
    Thank you for visiting the Microsoft Answers community forum.

    Notepad is a very limited text editor, so you can't really do a lot of formatting.  Double-spaced, the only way is to put two 'statements' at the end of each line.  You can format the font, and set the page layout for printing, but apart from turn, wordwrap who speaks all the formatting, you can do it.

    To save a file, just go to file, save money, find the folder you want to save it in (don't forget remember where you saved it), name, and click Save.

    To send it to another computer on your network, you can choose the drive you want to move on the network and copy and paste, or drag and drop it.  Or you can go to the computer that you want to put on, navigate to the drive on your computer where you saved, and then copy and paste or drag and drop it.

    Let us know if you need more information.
    Thank you
    Gloria
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to add programs to the start of the file using Vista

    How to add programs to the start of the file using Vista

    Hi Harry,.

    Oddly enough, you can actually do it in msconfig except if it is already there and simply not checked as opposed to not being do not at all (although you would think that they would understand this option).

    The easiest way is to add the program (or a shortcut to the program) in the folder all Menu Programs Startup.   Here is the procedure: http://www.ehow.com/how_5098465_add-startup-programs.html.  Remember, to do this, you must either a shortcut existing (perhaps on the desktop or elsewhere in the menu all programs) or you need to find the source file (probably somewhere in C:\Program Files depending on what you want to add) and either copy it and add it to the startup folder or right-click on it and create a shortcut to copy into the startup folder.  Once you reboot, this program starts during the initial commissioning process and you will now be able to control using msconfig.exe, if you wish.

    Another option is to do this by using the registry editor.  If you decide to try this, first create a restore AND system restoration point backup of the registry before you begin.  Here is the procedure: http://www.ehow.com/how_7304438_add-program-msconfig-regedit.html.  I recommend to use this ONLY if the previous procedure does not work for some reason any as long as that the procedure is simpler and safer.

    If you want a simpler way to manage and control startup programs, you can try it free WinPatrol http://www.winpatrol.com/download.html that change monitors for startup programs if you set it to run in real-time so that you know when to try new programs are added to your Start menu and, for the purposes of this question includes an Add button which opens a link to a window of Windows Explorer where you can browse the program you want to add, click open to select and then add it directly to the commissioning.  If you prefer it does not work all the time, you can simply uncheck the box which includes this program and it will work only when you choose to run (but at the start, will work as an indication otherwise or configured).  It will appear not in the start menu in all programs (Finally, WinPatrol is, but not programs, it adds to the start), but it will appear in WinPatrol (which also lets you manage what you want or not start with checkboxes as in msconfig) and sure in msconfig - but only after a reboot is complete the process of adding.

    I hope this helps.  Personally, I use WinPatrol myself and let it run in real time.  Since I do a lot of installations, it helped me often prevent the addition of a startup item I haven't really need and reduces how many times I actually need to check what is happening out there.

    If this answers your question without the need to repost in another forum, please mark it as an answer.  If this isn't the case, then of course you must republish as suggested above.

    Good luck!

  • How to add text to the file selected?

    I have already updated title but I don't know how to add it to the selected real file (the one in the middle)... I read on some other forums but its still confuse me.  Also, is there anyway to add the effect of movement, as drag in or dissolve almost?

    Screen Shot 2016-02-19 at 10.27.40 PM.png

    I mean this in the nicest way possible, but it's very wacky workspace you put in place there. Create titles is muuuuch easier in the standard workspace Edition. When you create / open a title in the editing workspace, he creates a floating large window with the title of all the members of panels. It is about the only time I am ok with windows in the first floating. You will create the title in the window title, and then close the window title entirely. The video for the title will then be in your project Panel (which you can not common to see in your current workspace configuration, but will be very apparent in the workspace standard edition in the lower left). So the best thing to do is to simply drag the title element of the project to sequence Panel (another Panel today, you don't see in your current workspace arrangement.

  • I want to print PostScript in illustrator, then put the Distiller how to add print on the list?

    I want to print PostScript in illustrator, then put the Distiller how to add print on the list?

    What exactly do you want to do it is not possbile to save to the PDF format?

  • How to add licenses in the VIP administration Console

    How to add licenses in the VIP Admin console?

    Hello

    Please see: -.

    Manage your cloud of Adobe Creative for the composition of teams

    Adobe Creative Cloud for teams FAQ

  • Cannot figure out how to "add-in" for the 2013 Outlook application... said the loading behavior is not loaded. How can I fix it?

    Cannot figure out how to "add-in" for the 2013 Outlook application... said the loading behavior is not loaded. How can I fix it?

    Hi amandab9126792,

    2013 Outlook does not work with Acrobat X because they are not compatible. Please check the compatibility to https://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html.

    Kind regards

    Nicos

  • How to add text to the gif format

    Hello, I am a beginner in photoshop.

    I want to add text to my gif as part of the animation, but somehow the text transparent look, even though I already use black color for the text.

    Could someone give me tutorial how to add text to the gif and then do some sort of subtitle?

    Thank you...

    The text layer is 2 layers under the real background layer in your file. Check your layers panel. Click, drag and drop the text layer currently selected in your layers 2 screenshot above or the visible layers, especially to see if your text will appear - it should ideally.

    Settings - when save you for Web & devices, you can customize options preset for GIF on the top right of your dialog "save for Web & devices".

  • How to add text to the Notes?

    Hi all

    I want to add some text in the notes. I create notes with success.

    My note label and name are not apply any script executed successfully.

    How to add text to the note? My script is:

    indesign #target

    myDocument var = app.documents.add ();

    var myTextFrame = myDocument.pages.item (0).textFrames.add ();

    myTextFrame.geometricBounds is ['10', 15 ' p', '50 p', '50 p'];.

    myTextFrame.contents = "Adobe Indesign";

    var insertionPoint = myTextFrame.insertionPoints.item (-1);

    var note = insertionPoint.notes.add (1433299822);

    Note.label = "NewNote";

    Note. Name = "FirstNote";

    Thank you

    Jin

    try sth. like

    Note.texts [0] .silence = 'some content '.

    Hans-Gerd Classen'

  • Newly added partition consume perceivable space in the tablespace

    Hello

    I added a new partition to an already existing partitioned table. This table has been partitioned by composite that is range and hash partitioning. After you add the new partition, I checked the relevant tablespaces and I realized that the % of each relevant tablespace has been increased to a few percent (8% to 10%) and in terms of size of 1 GB of space total was consumed/occupied by this newly added partition.

    My question is that is - this normal? If this isn't the case, then what could be the problem occurred? The important thing is that I completely did the same on the other two instances of the same database running on two different machines, and here I do not see a significant consumption of space in the relevant tablespaces only 0.01% space was occupied it.

    I would be grateful to the subject to help in this problem.

    Arshad.

    Hello

    FIPCA_RESULTS_PART0X tablespace size is close to 6500 M.
    The size of each partition is then 64 to create time.
    This means that each partition would almost 64/6500 * 100 = 1%

    That's why since it's composite partitioning know not how many partition you add both. If you add a partition 4 at the same time, there is a 4% increase in the use of space.
    It was only for the segment of the table. If you also have indexes on these tables then they would also occupy little space and I guess it would be 4% again so you see a 8% increase whenever a partition is created.

    If you do not see the same phenomena of another tablespace means one or both
    (1) storage spaces are very huge (since you're calculating percentage)
    (2) the initial and next extent of this table is less than what it is in this database.

    Concerning
    Anurag

  • How to find space in a Tablespace?

    Hello

    I have limited access to the objects in my database (do not have access to several tables).

    I have 300 GB in size in my table space that allows me to create my objects.

    Now, I want to know how much this size of table space allotted to me have exhausted. I don't have access to dba_data_files and dba_segments.

    Is there a way out for me? Could someone show me a way please?

    This query will give you the necessary information, but it uses DBA tables.

    SELECT B.TABLESPACE_NAME, TBS_SIZE SIZEGB, A.FREE_SPACE FREEGB

    from (select nom_tablespace, round (sum (bytes) / 1024/1024/1024, 2) as free_space)

    from dba_free_space

    GROUP BY TABLESPACE_NAME),

    (select tablespace_name, sum (bytes) / 1024/1024/1024 as tbs_size)

    from dba_data_files

    Group by tablespace_name b)

    where (+) a.tablespace_name = b.tablespace_name;

    However, you said that you are aware of the details of your tablespace then the above query can be modified to get the free space in your tablespace. Now I use user_frees_space and not dba_free_space. In general the user tables are and must be accessible to users.

    Select nom_tablespace, round (sum (bytes) / 1024/1024/1024, 2) as free_space

    of user_free_space

    where nom_tablespace = "your name of the tablespace.

    GROUP BY TABLESPACE_NAME;

    Ishan

Maybe you are looking for