How to find block free space  and PCTUSED FOR THE TABLE

HI all,
Due to performance issues for my database , my management ask me to reset the PCTUSED and PCTFREE values , and my doubt is
1)How to find the current PCTUSED and PCTFREE values.
2)How to find block free space and PCTUSED FOR THE TABLE.
Please help me out regarding this.
Regards,
Vamsi.

1)version is 10.2.0.4
2)output of query
tablespace extent_management allocation_type segment_space_management
SYSTEM     LOCAL     SYSTEM     MANUAL
UNDOTBS1     LOCAL     SYSTEM     MANUAL
SYSAUX     LOCAL     SYSTEM     AUTO
TEMP     LOCAL     UNIFORM     MANUAL
USERS     LOCAL     SYSTEM     AUTO
UNDOTBS2     LOCAL     SYSTEM     MANUAL
INS     LOCAL     SYSTEM     AUTO
CONFTBS     LOCAL     SYSTEM     AUTO
REINS     LOCAL     SYSTEM     AUTO
ANALYST     LOCAL     SYSTEM     AUTO
BI     LOCAL     SYSTEM     AUTO
INTRFC     LOCAL     SYSTEM     AUTO
COGNOS     LOCAL     SYSTEM     AUTO
TS_INDX     LOCAL     SYSTEM     AUTO
TS_CHOLAWEB     LOCAL     SYSTEM     AUTO
TS_DASBOARD     LOCAL     SYSTEM     AUTO

Similar Messages

  • How to find out relevant Infosources and Infocubes for Datasources (LO)

    Hi Gems,
    I am new to BW.
    How to find out relevant Infosources and Infocubes for Datasources for LO Cockpit
    any help site pls.
    Thanks in advance

    1. make sure that your datasources have activated (trans RSA5 in SAP Source System) from the SAP Source system (Ex: R/3 or SCM System)
    2. after that you have to run trans RSA9 in SAP Source System to transfer new datasource in to BI System.
    3. log-on into BI System, run trans RSA1, choose SourceSystem Tab in the left panel. Right click on to your SAP Source System then choose <b>Replicate</b>.
    4. in the left panel choose BI Content tab, select infoObjects by infoArea.
    5. then Click on Grouping, select in <b>Dataflow Before and afterward</b>. Click Collection Mode, select Collect Automatically.
    6.in the middle panel, expand "Supply Chain Management" infoArea, select both <b>Characteristics: Logistics General</b> and <b>Key Figures: Logistics General</b>. Right click on it and select <b>Insert Objects for Collections</b>.
    7. After the objects have been inserted into Collected Objects then choose install with option Install in Background.
    8. Wait for the result.
    <b>Pls give point if you see its helpful.</b>
    Regards,
    Chuong Hoang

  • HT3680 How to get my free space back after quitting the disk utility's erase free space

    Hi,
    I started the DU's erase free space--fastest way method.  When it almost completed, I had a pop up that said that I need to free up disk space.
    So then i was flustered enought to just quit the program because I didnt want to free up disk space and I was frustrated. 
    Not knowing it would still keep whatever it was that took the remaning disk space on my Mac. 
    How to I get this removed so I am back to before?

    Sorry I don't really understand.... there are no partitions on the drive.  How do I repartition it?
    And should I use "erasing free space" or "erase" for wiping clean my drive of everything?  Erase seems to be faster last tiem I tried.
    Thanks!

  • How to find a autorization object and roles for paricuu00F6llar documetytpe(DMS

    Hello,
    I have a question,Its urgent ..#
    For a particular document type (for example PPN)..
    How to find a authorization object and roles...Please let me know.
    In the DIS which autority object and roles they use it for this.
    <b><REMOVED BY MODERATOR></b>
    Regards
    preethi
    Message was edited by:
            Alvaro Tejada Galindo

    This issue seems to be resolved since jDeveloper/ADF 11.1.1.3.
    Am I true?

  • How to find a autorization object and roles for paricuöllar documetytpe(DMS

    Hello,
    I have a question,Its urgent ..#
    For a particular document type (for example PPN)..
    How to find a authorization object and roles...Please let me know.
    In the DIS which autority object and roles they use it for this.
    Reward with full points
    Regards
    preethi

    This issue seems to be resolved since jDeveloper/ADF 11.1.1.3.
    Am I true?

  • How to remove "Enter your name and password for the server"

    Hi there,
    I have a Mac Book Pro from 2008. I have mountain lion running on it.
    We used to have a server (pc) in the office that I connected to and stored all of my photos and videos etc.
    We have jsut upgraded to a new server and this connects great!
    However, ever since the switch, when i open keynote, imovie or iphoto i get the error message:
    "Enter your name and password for the server "192.168.0.10".
    (it is trying to connect to the old server)
    I have tried a bunch of fixes online but i dont think they are relevant for this issue - or i cant find what they want tme to change or remove.
    Any help would be great! having this pop up while trying to create things slows everything down.
    thanks!!

    Hi Tom! Welcome to the Apple discussions. You have posted in the forum dedicated to the application Appleworks. Your question is better to post in the forum for MacOs 10.6. In that forum you have several sub-forums to choose from.

  • How to find remaining free space in your schema

    Hi
    I am new to Oracle hence this question..
    What is the command that would help me know how much percent of space allocated to my schema has been used and also how to find remaining amount of space in bits or bytes or whatever from SQL or any where... I am not a database admin (fyi)
    Appreciate ur help in this reg
    Thanx
    Kris

    Kris, free space is not assigned to a schema in Oracle per say, but it you mean "how can I see how much of their quota a user has used?" then the following should help.
    You can find quotas in dba_ts_quotas (also user version)
    You can find how much space has been used in dba_extents (also user_extents)
    You should be able to write a query that compared the sum of the used space for a tablespace to the quota for the tablespace. Try the following query (notice how DBA's are treated)
    select q.username, q.tablespace_name,
    q.bytes as Quota, e.spcused as Used,
    round(q.bytes/e.spcused * 100,2) as Percentage
    from dba_ts_quotas q,
    (select tablespace_name, owner, sum(bytes) as spcused
    from dba_extents
    group by tablespace_name, owner
    ) e
    where q.tablespace_name = e.tablespace_name
    and q.username = e.owner
    If you are actually interested in how much free space is left in a tablespace you can look at dba_free_space (user_free_space), but the value returned is not adjusted for the quota limitation. You need the query above for that.
    HTH -- Mark D Powell --

  • Erase free-space and permissions for applications

    Hi all. A couple of quick questions...
    1) The disk utility has an "erase free-space option". Is there a corresponding Unix command for this function?
    2) What are the proper permissions and ownership for files in the Applications folder? In particular, should these belong to "root"? Is that safe?
    Thanks in advance
    Eric

    MacintoshHD:~$ ls -ld / /usr/sbin/diskutil
    drwxrwxr-t 32 root admin 1190 Nov 27 05:30:28 2006 /
    -r-xr-xr-x 1 root wheel 85580 Sep 8 18:47:38 2006 /usr/sbin/diskutil
    so from an admin-privileged account, you shouldn't even need sudo...
    Negatory, my UNIXish friend. As I said before, free space doesn't belong to any directory. / is a directory, hence you cannot access free sectors through it. You must access the raw disk device; directories are a logical construct superimposed on the raw disk device by the OS*.
    You can find the raw disk device using either Terminal or Disk Utility. In Terminal, you can use
    df /; in Disk Utility, select 'Macintosh HD' in the left panel, and click "Info" in the tool bar. On my system, / is "mounted" on /dev/disk0s03; that's the raw disk device which holds all the disk sectors, whether they are in use or not.Karl-Zimmermans-Computer% df /
    Filesystem 512-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 116948016 87894784 28541232 75% /
    Karl-Zimmermans-Computer% ls -l /dev/disk0s3
    brw-r----- 1 root operator 14, 2 28 Nov 23:11 /dev/disk0s3
    Karl-Zimmermans-Computer%As you can see, you must be root to write to this device. Hence, you do need to use sudo to erase the free space.
    *The "raw disk device" is also a logical construct, imposed by the OS on the disk controller; several "raw disk devices" can reside on the same disk, and can overlap; typically, one such device represents the whole drive, and others are partitions.

  • "Not enough free space" and "cannot play the current song"

    I have a reasonably large (about 80gb) music store, consisting of mostly AAC's ripped from my CD collection but also a lot of iTunes store music and a sprinkling of MP3s, podcasts and iPhoto pictures, about 7,000 items in all.
    For some reason the Apple TV appears to sync nicely but then I have the following problems:
    1. Whenever I select a song I get the message: "Apple TV cannot play the current song"
    2. There is an exclamation mark next to Apple TV in iTunes stating that some of the tracks couldn't get copied across as there wasn't enough room
    3. Only one picture from iPhoto can be seen when you do the slideshow.
    The Apple TV is connected to my network directly into the back of the new Apple Airport Extreme (802.1n) base station by ethernet and can play trailers beautifully. The head unit is a Mac Mini running 10.4.9 and 7.1.1 with plenty of free disk space and 2gb of RAM.
    I've tried:
    - Reset to factory settings
    - Restart the Mac Mini running iTunes
    - Power off everything and start from scratch
    - Selecting a sub-set of stuff to copy across
    Before I reset, iTunes reported about 4GB used out of 32GB but now it shows 32.64GB free out of 32.83GB.
    So frustrating.... feels like a genuine bug. Will continue with my methodical trial and error but would love some pointers from anyone who has seen anything similar. Searching on these forums showed up nothing.
    Thanks in advance
    M.
    MacMini & Apple TV   Mac OS X (10.4.9)  

    Hmm... looks like an ID-10T error... source drive containing the music files had failed, a quick repair and things are looking a lot better.
    If this is the cause iTunes was very confusing, it appears to cache each set of error messages every time a sync fails, i.e. if it had tried to sync 3 times then you had to see all the error messages 3 times, plus the messages were things like 'not enough space' instead of 'reconnect the drive you idiot'.
    Syncing is taking a lot longer right now, suggesting the files are actually getting copied. I thought it was quick....
    Will confirm all is well shortly.

  • How to find out relevant Infosources and Infocubes for Datasources

    Hi All,
    I am BIW beginner, have system installed BW 3.0B, I want to use r/3 Datasources and find out relevant Infosources and Infocubes, can any one help on this issue.
    Thanks in Advance.

    hi,
    before going to install the infocube, infosource use follwing link to find the respective infosource belong to which infocube and chara, keyfigures.
    then do the in stallion in bi content
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    regards
    harikrishna N

  • How to find/create  SSO userid and password for oracle forms

    hi all,
    I have applied sso to one of my forms application by creating entries in the formsweb.cfg file.
    ssoMode=true
    ssoDynamicResourceCreate=true
    now single-sign-n has been applied to the forms application.What will be the user-id password that must be entered at the sso-login page.
    Do i need to create a separate sso user in metadata repository to login to this forms application?If so , please tell me how to do it.
    Thanx:)

    There are two types of orcladmin accounts. The first (cn=orcladmin) which is typically used to login to Directory Manager, is the superuser. He has rights into all parts of OID. The second type is the realm orcladmin user (cn=orcladmin,cn=Users,<your_realm>). There will be one of these for each realm .
    Login in to Oracle Diectory Manager as orcladmin , and :
    Navigate to Entry Management > your_realm > cn=Users > cn=orcladmin
    A sample realm would be dc=com > dc=oracle > dc=us
    Scroll on the right side to "userpassword" and edit the value
    Save changes and :
    Retry logging in to OIDDAS as orcladmin

  • How to find overhead costs(labor and material)  for report based on ck13n

    HI.
    i am creating a report based on ck13n...
    i need to display labor costs.
    overhead costs.
    material overhead costs for all assemblies (sub assembly as well as final assembly)..
    how do i proceed with it

    You can use information under itemization for cost estimate display. under itemization cost estimate are normally displayed (if configured) as break between materials, labour and other cost. I ope this helps

  • HT5624 How to find out my ICloud yahoo password for the account?

    how do i find my password for my yahoo Icloud account? setting up a new Iphone5 and need to log in on the phone for icloud????

    If you don't know it, you'll have to reset it at https://iforgot.apple.com/iForgot/iForgot.html.

  • To find locks on the objects  for the table-- urgent

    hi all..
    how to find which lock object is used for the table T001b...
    i want to lock a record of the table t001b before righting the select query and then  do some mofification and the unlock it again..
    plz can any one tell me how to do this...
    thnx
    Message was edited by:
            neha gupta

    Hi Neha,
    When you create a lock object System automatically creat two function module.
    1. ENQUEUE_<Lockobject name>. to insert the object in a queue.
    2. DEQUEUE_<Lockobject name>. To remove the object is being queued through above FM.
    You have to use these function module in your program.
    check this link for example.
    http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm
    tables:vbak.
    call function 'ENQUEUE_EZLOCK3'
    exporting
    mode_vbak = 'E'
    mandt = sy-mandt
    vbeln = vbak-vbeln
    X_VBELN = ' '
    _SCOPE = '2'
    _WAIT = ' '
    _COLLECT = ' '
    EXCEPTIONS
    FOREIGN_LOCK = 1
    SYSTEM_FAILURE = 2
    OTHERS = 3
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Thanks,
    Reward If helpful.

  • How can I add new content in iDVD to a DVD-RW disc which has ample remaining free space? After preparing the new video for burning and clicking on Burn to iDVD, I get a window saying the disc's already recorded and that I can either Erase or Eject.

    How can I add new content in iDVD to a DVD-RW disc with a video previously successfully recorded on it? (The disc has ample remaining free space.)
    After preparing the new video for burning and clicking in the File menu on Burn to iDVD, I get a window saying the disc's already recorded and that I can either Erase or Eject. My assumption has been that iDVD would automatically find the free space and continue with the new recording from there. I'd be grateful if anyone can shine light on this.

    There are, but not with a DVD written as a movie disk. It must be closed when completed, or it doesn't work.
    Apple's built in Burn utility also automatically closes any data CD, DVD or Blu-ray disk you burn. Doesn't matter how much space is unused, you can't use it. You'd have to use a more advanced disk creation app, such as Toast Titanium. I then have the option of choosing to write the data as a session:
    I can keep doing this until the disk is full. If I've written five sessions to the disk, when I put it in the drive, five CD/DVD icons will appear on the desktop since the OS will treat each session as if they are separate physical disks. At any point you choose Write Disk when writing a group of data, that means you're closing the disk, and again can't add anything after that. So if I had written two sessions, and the third was Write Disk, it's over. I can't put anything else on that disk.

Maybe you are looking for

  • Installation doubt

    Hi All, Oracle 11.2.0.4 suse linux 10 am getting below error while installing oracle 11g(11.2.0.4) on suse linux (silent installation). please suggest is it ignorable or do i need to fix it up manually (run runfixup as a root user? am able to see in

  • Dynamic parallel node numbers

    hi, is it possible to have a dynamic number of parallel branches determined at runtime and not at design time? Christophe

  • Downloaded an app and now my safari keeps popping up with ads and words are hyperlinked on webpages. Does anyone know how to fix this?

    Hi, I was downloading Skype for mac last night, and now my safari isn't working correctly (has a lot of popups and and words are hyperlinked on my webpages I pull up now. I think I have the 'DownLite' trojan but I am unsure of how to get rid of it. I

  • Macbook pro freezes when left unattended

    amateur grandma here when I leave my Macbook pro alone, goes to sleep, blank screen, will not activate unless I shut off and restart. Leaves me message when I boot up below. Tue Jul 22 08:20:43 2008 panic(cpu 1 caller 0x004045DB): "TeslaSurface: atta

  • Crear tema para Bold 9700 con OS 6

    Ya millones de usuarios tienen su Bold 9700 instalada la versión OS 6 (6.0.0.344) y ya fué lanzada la versión del BlackBerry Theme Builder v6.0 pero solo permite crear temas para el Torch 9800. ¿Cuando lanzarán la actualización de este para que permi