Calculate the space used by an individual/idebtifying partition in the partitions belonging to a partition - possible?

Hello

Using oracle 11.2.0.3 and have a partitioned table, some of the partitions use their own tablespace for to use WHERE user_segments but many partitions share the same tablespace.

We wish to place each partition to a tablepsace of dedicatde and seek to identify the space used by a single partition.

What is the best way to do this?

See user_tatb_partitions ha snum_rows + blocks.

Can see WHERE user_segments door secondary partition names.

Is that a query can use for secondary idnentify belonging to a partition

Thank you

See halfway down the page below for SQL XML util to convert a string of high_value.

http://OraStory.WordPress.com/2013/12/12/SQL-utils-using-XML/

Tags: Database

Similar Questions

  • Calculate the space used in the database!

    Hi all

    I can calculate the space used by using one of the following ways:

    1. determine the size allocated by issuing

    SELECT SUM(d.bytes/1024/1024/1024)
    FROM dba_data_files;

    2 calculate the free space by issuing

    SELECT SUM(bytes/1024/1024/1024)
    from dba_free_space;

    Space used will be the value of the first statement - value of the second statement. This is manually!

    Is it possible to combine these two queries?

    Thank you!

    Dan.

    You can certainly combine queries

    SELECT (allocated.bytes - free.bytes )/1024/1024/1024 used_gb
      FROM (select sum(bytes) bytes from dba_data_files) allocated,
          (select sum(bytes) bytes from dba_free_space) free
    

    Normally, you could group tablespace as well.

    But if you want just the amount of space used, it is probably easier to just

    SELECT sum(bytes)/1024/1024/1024 used_gb
      FROM dba_segments
    

    Justin

  • calculate disk space total used by databases oracle across the company

    Hello

    If we want to know the number of instances, the number of RAC databases and disk space around total used by oracle (not the size of file system),

    1. any script can be run to grid control OEM against all instances/databases?

    or

    2. we have a unix server that has the entire databases tnsnames, any script that we can run from there?

    Thank you very much!!

    This is not a difficult task.

    What OEM version you have?

    (i) connection in OEM

    (2) create a Group and add all of the databases in this group

    3) go to the "Reports" section in OEM and GO to 'Oracle database space use (group)'

    4) click on this link

    (5) select the group that you created in the previous step and see the report.

    (6) it will show you the TOTAL space, space allocated and free space of all databases in the group together.

  • I want to view the properties of folders of files and the size of the files used on the right by clicking on them and the properties of the workstation to see the disk space used. __

    I have trouble finding the disk space used by files and folders individually and when I try to know how much is consumed and free by right click on my computer.  This was easy in XP, but I can't get the answers I need to analyze which uses space, where and how.  What is happening with this?

    Hi NativeLegal Eagle,

    Usually, right-click on the file or folder and clicking the properties option will give the details of the file or folder. The details include, type, size, location, size of the file on the disc etc.

    Make a right click on my computer will not give the details of available disk space on the computer.

    If you want to know the amount of space consumed by a program, then it can be found in the Add/Remove Programs window.
    a. Click Start, click Run, type appwiz.cpl, and then click ok.
    b. in the list, we can find the total space used by individual program running on the computer.

    Note: If nothing is listed in the file properties window or a file, then provide us with more information, so that we can better help you.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Calculate the disk space required for the INDEX

    Hello

    How to calculate the disk space required to create an INDEX? Please tell me where I can get the details of resources.

    For example:
    I need to create a non-UNIQUE INDEX on the columns, an approximate size would do.

    < PRE >
    NOT NULL DATE EVENT_DATE
    APPT_DATE_SLOT VARCHAR2 (15)
    EVENT_STATUS VARCHAR2 (4)
    < / PRE >

    The table has some 7 300 000 rows. I would like to know how to calculate too.

    All AIDS are very much appreciated.

    A rough estimate of the index space will need is possible by

    adding the actual length expected from each column, plus 6 for the rowid, 2 for the number of the X-header of the rows in the table that will be so an entry

    Date are 7 bytes internal + 15 + 4 + 2 + 6 = 34 X 7.3 M = 248200000 X General fresh for the block header, initrans, etc...

    We will use 20% overhead block or 1.2 X 248200000 = 297840000, which is about 285 M

    The actual distribution will vary according to your method of range tablespace.

    HTH - Mark D Powell.

  • How to calculate the equation of dataset using 'Fitting VI' (non-linear or polynomial fit)?

    I have the datasheet of a NTC (thermistor negative Coefficient) and I want to calculate the most approximate equation

    that describes its behavior. The table has values of temperature and resistance. If the resistance of the NTC varies according to the temperature it detects. I tried the following:

    -Excel: polynomial adjustment

    -Maple: polynomial adjustment

    -LabVIEW: Polynomial Fit.vi

    I've been doing equations with a not very good approximate parameteres. I suspect that this method 'Polynomial FIT' it is not the best method for this type of data/equation (being a non-linear equation).

    So is - that someone has used the non-linear Fit.vi matching the behavior of a dataset object? If so, can you explain how this VI... I would really appreciate it.

    Thanks in advance and I will wait for your reply.


  • Calculate the speed of the target by using photoelectric sensors 2

    I use 2 photoelectric sensors mounted parallel to each other. As the target passes in front of the sensor, the signal of output voltage goes from 0V to 10V. Because I know that the distance between the sensors, I need to use the difference of rise time of the signal between the sensors to calculate speeds. I can do that when I export the data to excel, but I would do it automatically into my LabVIEW code.

    The data of my sensors are the type of waveform. I can extract the waveform (t0, dt, Y) components using 'Get waveform components' and then look for the timestamp for each value using t0, dt and index value. I need to calculate the timestamp of each sensor once the signal passes to 10V (Y = 10V). I can't extract the components of waveform for signals from sensors (seems to only be able to extract the components for a sensor) and once I extracted components, setting up my calculation of the speed. I think I need a case structure to save the timestamp, once the signal hits first 10V (if Y = 10V save timestamp; if Y = 0V continue indexing of values).

    Any suggestions on the extraction of components of form of wave or indexation of values and calculation speed are greatly appreciated! The code I wrote to collect signals is attached.

    Thank you very much

    Alberto M.

    Here is a sample of the signals of the sensor showing the difference of signal rise time.

    1. you must use the finished sample mode and read all samples.  To match what you have, I would use 10 k samples.  That would be 5 seconds worth of data.  This eliminates the need for the while loop and gives you the full waveforms.

    2. just use the base trigger level detection VI (in the Signal Processing-> measures of waveform-> palette of Waveform Monitoring) to get the time for every rising edge.  Then it's a simple subtraction and divide.

    In addition, if you want to make things even easier, you could have used a camera with a meter of A - B.  Then the meter gives you just the time difference directly.

  • Calculate the maximum value of the sub-table when creating using a structure of case and records the shift

    I have two 1 d arrays that contain cyclical information (a bit like a sine wave).  One that contains information about the position in degrees and another that contains the couple.  I would like to calculate the value of maximum torque whenever the station is within a certain range (for example, 30 to 80 degrees).  The beaches are repeated - that is why it is cyclical.   I use the function "in the range", a structure of the case and the shift records to build a new table with the values that are included in the beach I said - that was easy part (see attached VI).  I'm struggling with a way to calculate a maximum value for each sub-table formed when the values are 'in range '.   Your help is very appreciated.

    vt92 solution worked!  I agree that there should be a simpler solution, but your to works fine.  Thank you very much.

  • automate the backup of the computer while limiting the space used

    Hello
    I would like to help by using the Task Scheduler to automate a "computer backup."  I also use the "back up files" to back up my data files.  I want to use the same destination for two backups drive, but must limit the space used for each utility half the destination drive.  for example, I have a 150 GB C: drive.  the backup destination, F: drive is 500 GB.  I would use 250 for backup of the computer and 250 GB for backup of files.  is there a command in Task Scheduler that will automate the backup of the computer while minimizing space used for 250 GB?  Thank you!

    moved the post to the backup – Windows and Windows Server forum: http://social.technet.microsoft.com/Forums/en-US/windowsbackup/thread/bbacc0df-3964-40ae-bf98-a3fe2c36314c

  • How to calculate the space needed to move a member to another pool?

    Dear,

    We move - Member3 - member to a pool of maintenance for the upgrade of the firmware.

    My question is how can we calculate the space needed to move a member to another pool?

    I have attached some pictures of SANHQ for the pool/ability/member of the group.

    PS To consider space group not the pool area, because we have a fourth demo maintenance pool member and we it will move to the default pool for the process of upgrade only.

    Kind regards

    Turki

    Try this:

    GrpName > show Member - poolinfo
    Name State Version discs capacity FreeSpace connections pool
    ---------- ------- ---------- ----- ---------- ---------- ----------- -------
    Virt2-Mem2 V6.0.6 (R3 16 6.8 TB TB 5.53 208 ActiveP online
    51932)                                             ool
    Virt2-Mem3 V6.0.6 (R3 16 6.8 TB TB 5.95 Alterna 36 online
    51932)                                             tePoo
    l
    Virt2-Mem1 V6.0.6 online (R3 16 23.08(a) TB TB 21.44 209 ActiveP
    51932)                                             ool

    Re: cancel the mapping.  Some points to remember.  Cancel the MAPPING does not work on the replicated volumes, it's either sync replication or point-in-time standard.   Also according to the file system, it will not immediately reclaim the unused space on existing volumes.   Some file systems like VMware VMFS does not cancel the map on the fly, but offer a CLI utility to create large balloon files then delete and send him UNMAP commands simultaneously.

    The basic rule is that you must have enough space to move the member selected out of the pool.   If this isn't the case, then the operation will not be allowed.  You may end up having to add the new Member to the pool until you can move a table.

    Note: If you do not already done, then the site of Equallogic, with FW downloads is a document that describes how to set the value of disktimeout for several OS.   This allows the host (or the guest virtual machines) to cross the short breakdown during a firmware update or a failover of controllers due to a failure of the CM.

    Kind regards

  • Disk space used by the Windows folder

    Hi guys I found that my windows folder takes a lot of my disk space. It takes 31 GB of my C: / drive... .and I saw on other computers just 15 and 16 GB of disk space. I also found that Winsxs is taking up to 18 GB 31 GB of the windows folder. Can you please tell me what can I do for this problem all...

    Investigating disk space use to download, install and run Treesize (freeware) as an administrator.

    http://www.Jam-software.com/treesize_free/

    Place a Treesize shortcut on your desktop, right-click on the icon and select run as administrator to open Treesize. You must run as administrator to see all the files. If you do not see the content of the System Volume Information folder you have not run Treesize as administrator.

    Information about Treesize

    http://www.Jam-software.com/treesize_free/

    When you open Treesize scan select in the Menu and you will see a list of drives. Click on C and it will generate a list of files. Display the names and sizes of the larger 6 under windows folders.

  • Is this possible? I have less free space on the C drive, and I have exactly 56.998 space USED (s)

    I have less free space on the C drive, and I have exactly 56.998 space USED (s)... Here is the photo that explains everything...

    P.S 
    I recently installed a new Windows 7 because my PC was crushed.

    Adding sizes show in various properties of the folder does not show the actual space consumed.

    This free utility can reveal information relevant and that is using the space

    http://www.Jam-software.com/treesize_free/

  • Calculate the use of operating rooms

    I received this question in an e-mail.

    I will post it here, as well as my own answer-, so that other people with the same problem can find and learn, and that responses can be given (here there are smart people who might have alternative solutions of large .)

    Here's the post with the question:

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

    Hi Kim,

    I'm stuck in a SQL query.

    I want to calculate the use of operating rooms. follwing is my data structure

    create the table room_usage
    (in_time DATE,
    out_time DATE,
    mr_no VARCHAR2 (15).
    room_no, NUMBER (3));

    insert into room_usage
    values
    (to_date('11-Feb-15 8:33:00 AM', 'dd-mon-rr hh:mi:ss am'),
    to_date('11-Feb-15 10:17:00 AM', 'dd-mon-RR hh:mi:SS am'),
    '00052740',
    733);
    insert into room_usage
    values
    (to_date('11-Feb-15 10:56:00 AM', 'dd-mon-rr hh:mi:ss am'),
    to_date('11-Feb-15 12:36:00', 'dd-mon-RR hh:mi:SS am'),
    '00111780',
    733);
    insert into room_usage
    values
    (to_date('11-Feb-15 12:56:00 PM', 'dd-mon-rr hh:mi:ss am'),
    to_date('11-Feb-15 2:46:00 PM', 'dd-mon-RR hh:mi:SS am'),
    '00111777',
    733);
    insert into room_usage
    values
    (to_date('11-Feb-15 3:02:00 PM', 'dd-mon-rr hh:mi:ss am'),
    to_date('11-Feb-15 6:12:00 PM', 'dd-mon-RR hh:mi:SS am'),
    '00052713',
    733);
    insert into room_usage
    values
    (to_date('11-Feb-15 6:51:00 PM', 'dd-mon-rr hh:mi:ss am'),
    to_date('11-Feb-15 7:57:00 PM', 'dd-mon-RR hh:mi:SS am'),
    '00052760',
    733);
    insert into room_usage
    values
    (to_date('12-Feb-15 8:51:00 PM', 'dd-mon-rr hh:mi:ss am'),
    to_date('12-Feb-15 9:57:00 PM', 'dd-mon-RR hh:mi:SS am'),
    '00082760',
    733);

    Select IN_TIME, OUT_TIME, (OUT_TIME - IN_TIME) * 24 * 60 stay, MR_NO, ROOM_NO
    of room_usage
    When trunc (IN_TIME) between February 11, 15 'and 12 February 15'
    order of in_time


    in_time out_time stay_min mr_no room_no

    11 February 15 08:33 11 February 15 10:17 104 00052740 733
    11 February 15 10:56 11 February 15 12:36 100 00111780 733
    11 February 15 12:56 11 February 15 14:46 110 00111777 733
    11 February 15 15:02 11 February 15 18:12 190 00052713 733
    11 February 15 18:51 11 February 15 19:57 00052760 733
    12 February 15 20:51 12 February 15 21:57 00082760 733

    But I also want to get time slots to USE NOT. This is the result I want

    in_time out_time stay_min mr_no room_no

    11 February 15 12:01:00 AM February 11, 15 08:32 511 no use of 733
    11 February 15 08:33 11 February 15 10:17 104 00052740 733
    11 February 15 10:18 11 February 15 10:55 37 no use of 733
    11 February 15 10:56 11 February 15 12:36 100 00111780 733
    11 February 15 12:37 February 11, 15 12:55 18 no use of 733
    11 February 15 12:56 11 February 15 14:46 110 00111777 733
    11 February 15 14:47 11 February 15 15:01 14 no use of 733
    11 February 15 15:02 11 February 15 18:12 190 00052713 733
    11 February 15 18:13 February 11, 15 18:50 37 no use of 733
    11 February 15 18:51 11 February 15 19:57 00052760 733
    11 February 15 19:58 11 February 15 23:59 241 no use of 733

    How can I get that.

    A problem like this is easy to solve with the model clause:

    Select in_time, out_time, round ((out_time-in_time) * 24 * 60) stay_min, mr_no, room_no
    of room_usage
    model
    partition (room_no, trunc (in_time) d)
    dimension (row_number() on rn (partition room_no, trunc (in_time) order of in_time))
    measures (in_time, out_time, mr_no)
    rules iterate (1000) until (presentv (in_time [iteration_number + 1], 1, 2) = 2)
    (in_time [iteration_number + 0.5] = presentv (out_time [iteration_number], [iteration_number] out_time, trunc (in_time [iteration_number + 1])) + interval minute '1'
    , out_time [iteration_number + 0.5] = presentv (in_time [iteration_number + 1], in_time [iteration_number + 1], trunc (out_time [iteration_number] + 1))-'1' minute of interval
    , mr_no [iteration_number + 0.5] = 'no use '.
    )
    order of in_time

  • What happens when the space used hits space put into service?

    I work for the first time with VMWare software and everything while browsing the virtual machines, I saw that the space used was about to hit the space provided. I was doing some research on the definition of these 2 and I don't get a solid and reliable definition. Does anyone can say exactly what they are and explain what happens when the space used hits the space provided?

    Thank you

    Welcome to the community - Itsounds like your virtual drive are configured as thin provisioned - their size increases as disk space is consumed - when you hit provisioned used equal is a machine virtual will be error if it tries to use multiple disks FEPs - usually with a disk space error output - your options are to add more data stores and move virtual machines to the new data store.

  • Why I don't see (created with my iPhone 5 s) forms in the creative clouds (for iOS) and the space used in CC is 0 MB? Where are they kept?

    I installed Adobe forms on my iPhone (iOS 8) and don't see, where the forms are stored.

    In CC app for iOS, there is no files (and the space used in CC is 0 MB). And I do not see my shapes in your other apps (for iOS: ideas, Photoshop Mix).

    How to export shapes for the storage of files?

    Content in your libraries CC is currently not available on the CC iOS app.  You can see it online.  But, not in the app native iOS... yet. I hope that the CC app will have this feature soon.

Maybe you are looking for

  • Firefox doesn't do not display window full

    Firefox only shows not the window full any site Web Im on. Tried to adjust the zoom (zoom in, zoom out, and)reset the zoom) none of them works. Internet Explorer works fine.

  • Installing WXP on Satellite L30-105

    OK, I'll take delivery today of a new L30-105 (Core Duo 1 GB 80 GB DVDRW Vista Home) and have heard a lot of bad things about Vista. Couple because I splashed by A £100 for a real OEM version of XP to Christmas, I really do not have this go waste and

  • Kill remote processes on Windows 7 and 8 LabVIEW.

    Hello What is the best way to kill a process of LabVIEW "at a distance".  Example: Computer wants to kill an executable LabVIEW on computer B.  The two computers can run Windows 7 or 8.  The two computers are on my local network and I have the admini

  • HP chromebox: how to install on hp chromebox kodi

    can someone tell me how to install kodi app to my hp chromebox or another similar system that I can use on chromebox

  • Pavilion dm1-2010nr

    What is the biggest hard drive and most of memory module that can be improved?  (Existing: Win7 64-bit, 320 gb hd, ram 2gm)