Size in /u02?

Hi guys,
df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/u01lv 125.00 31.13 76% 359348 5% /u01
/dev/u02lv 88.00 11.97 87% 924784 22% /u02
I got the above information but don't know the total size in "/u02", does anyone know? How much is used in "/u02"?
FAN

total size is 88 GB, Free is 11,97 GB and used 87%
CHeers

Similar Messages

  • System tablespace is almost full

    My database is 10gR2 in Solaris 10. My system tablespace is almost full 99%. What should i do?

    This is a UNIX box, right?
    /u02/oradata/PPRD/
    run:
    df -k /u02/oradata/PPRD/
    Make sure you have enough space on your disk.
    If you have, resize the file:
    SQL> alter database datafile '/u02/oradata/PPRD/syst_PPRD_01.dbf' resize xxxxxMB;
    It doesn't have to be in AUTOEXTEND.
    You don't need to add another datafile, unless you ran out of space on the
    disk, then add another database file on another filesystem if you have one.
    Modern UNIX file systems still can be expanded, depends on your file system type.
    $ chfs -a size=+100000 /u02/oradata/PPRD
    Make sure you check all you were asked for.
    If you don't have enough dree space, buy another disk.
    Regards,
    Richard.
    Edited by: user571349 on Oct 15, 2009 1:38 PM

  • How to add more than one datafile while creating tablespace

    how to add more than one datafile while creating tablespace. I know by using alter command i can add datafile but i want while creating tablespace

    Hi Dadivela,
    how to add more than one datafile while creating tablespace.Here is the syntax:
    !http://www.dba-oracle.com/images/create_tablespace.jpg!
    I do it like this:
    create tablespace myts
    datafile
    *'/u01/app/oracle/db1.dbf' size 100m,*
    *'/u02/app/oracle/db2.dbf' size 200m;*
    Here are my complete notes:
    http://www.dba-oracle.com/t_tablespace_create_alter.htm
    Hope this answers your question . . .
    Donald K. Burleosn
    Oracle Press author

  • Data block size

    I have just started reading the concepts and I got to know that Oracle database data is stored in data blocks. The standard block size is specified by
    DB_BLOCK_SIZE init parameter. Additionally we can specify upto 5 other block sizes using DB_nK_CACHE_SIZE parameter.
    Let us say I define in the init.ora
    DB_BLOCK_SIZE = 8K
    DB_CACHE_SIZE = 4G
    DB_4K_CACHE_SIZE=1G
    DB_16K_CACHE_SIZE=1G
    Questions:
    a) Does this mean I can create tablespaces with 8K, 4K and 16K block sizes only?
    b) whenever I query data from these tablespaces, it will go and sit in these respective cache sizes?
    Thanks in advance.
    Neel

    yes, it will give error message if you create tablespace with non standard block size without specify the db_nk_cache_size parameter in the init parameter file .
    Use the BLOCKSIZE clause of the CREATE TABLESPACE statement to create a tablespace with a block size different from the database standard block size. In order for the BLOCKSIZE clause to succeed, you must have already set the DB_CACHE_SIZE and at least one DB_nK_CACHE_SIZE initialization parameter. Further, and the integer you specify in the BLOCKSIZE clause must correspond with the setting of one DB_nK_CACHE_SIZE parameter setting. Although redundant, specifying a BLOCKSIZE equal to the standard block size, as specified by the DB_BLOCK_SIZE initialization parameter, is allowed.
    The following statement creates tablespace lmtbsb, but specifies a block size that differs from the standard database block size (as specified by the DB_BLOCK_SIZE initialization parameter):
    CREATE TABLESPACE lmtbsb DATAFILE '/u02/oracle/data/lmtbsb01.dbf' SIZE 50M
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K
    BLOCKSIZE 8K;
    reference:-http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/tspaces003.htm

  • Can we decrease the datafile size in 8.1.7.4

    Hello All-
    I have created a sample db with table space with datafile size of 2 GB. I may be needing hundreds of mb only.It is eating up the space on unix box server.
    Is there any way I can decrease the size of the datafile attached to the tablespace in Oracle 8.1.7.4.
    Any help would be appreciated.
    Thanks
    Vidya R.

    Yes you surelly can
    SQL> ALTER DATABASE DATAFILE '/u02/oracle/rbdb1/stuff01.dbf'
    RESIZE 100M;
    Cheers !!
    Jagjit

  • Maximun size for  a datafile

    Hi,
    Oracle Version :10.2.0.1
    Operating system:Linux
    Can any please tell me what is the maximum size that a datafile can grow and the maximum size for tablespace.
    Here i am having one tablespace which is having 4 datafile in that 2 datafile are 33 gb and the other 2 datafile size are 1gb and 400 mb.But in my OEM it is showing that your tablespace ECA_DATA is 88 percent full.
    I think there is no maximum size for the tablespace but why it is how it is showing the my tablespace is 88 percent full.

    Hi,
    Here is the output of the query which you have given.Can you pleas tell me what is the
    FILE_ID|FILE_NAME|ALLOCATED|USED|FREE
    1|/u02/oradata/eca/system01.dbf|901775360|894435328|7274496
    2|/u02/oradata/eca/undotbs01.dbf|4881121280|47841280|4833214464
    3|/u02/oradata/eca/sysaux01.dbf|713031680|698744832|14221312
    4|/u02/oradata/eca/users01.dbf|13851688960|595197952|13256425472
    5|/u03/oradata/eca/ECAPROD_01.dbf|131072||65536
    6|/u03/oradata/eca/ECA_DATA_01.dbf|34358951936|31995723776|2363097088
    7|/u02/oradata/eca/ECA_INDX_01.dbf|17028874240|6012272640|11016536064
    8|/u02/oradata/eca/ECAUAT_01.dbf|104857600||104792064
    9|/u02/oradata/eca/ECAPREPROD|106496||65536
    10|/u02/oradata/eca/ECA_DATA2|34358951936|33730527232|628293632
    11|/u02/oradata/eca/ecadump.dbf|12582912||12517376
    12|/u02/oradata/eca/ecaread.dbf|18517721088|12014845952|6502809600
    13|/u03/oradata/eca_80504.dbf|104857600||104792064
    14|/u03/oradata/eca_80505.dbf|104857600||104792064
    15|/u03/oradata/ECAVAPDL.dbf|104857600|4784128|100007936
    16|/u02/oradata/eca/ECA_DATA3|1048576000|1048313856|196608
    17|/u02/oradata/eca/ecadump1.dbf|419430400||419364864
    18|/u02/oradata/eca/ECA_DATA3.dbf|419430400|419364864|
    19|/u02/oradata/eca/CKM_PROD_P2.dbf|11943804928|11925979136|17760256
    20|/u02/oradata/eca/CKM_PROD_p3.dbf|12575178752|12431785984|143327232
    21|/u02/oradata/eca/CKM_PROD_p4.dbf|13187809280|13187743744|Here my tablespace ECA_DATA contains datafile are
    FILE_ID|FILE_NAME|ALLOCATED|USED|FREE
    6|/u03/oradata/eca/ECA_DATA_01.dbf|34358951936|31995723776|2363097088
    10|/u02/oradata/eca/ECA_DATA2|34358951936|33730527232|628293632
    16|/u02/oradata/eca/ECA_DATA3|1048576000|1048313856|196608
    18|/u02/oradata/eca/ECA_DATA3.dbf|419430400|419364864|Edited by: SIDDABATHUNI on Nov 30, 2009 2:29 AM

  • R11 disk size problem

    Hi;
    I have 11.5.10.2 instance on redhat... The question is my disk size become %94... is there any file in EBS system which can be hold soo many space?? Anyone can advice me whihc file i can delete from disk(log file etc..)
    or
    i can ask my question like that.... for can have open more space for my system which files can be delete for space
    Thanks A lot

    Hi hussein;
    Sorry for latley update,
    If you have some other mount point(s) which can be utilized, then consider moving the datafiles (some or all) and/or the archivelog files to this disk.Sorry if i say something wrong hussein. Can you be guide for my curious about below steps.
    For instance my dbf file path is :
    /u01/VIS/database/visdata and i create new path as : /u02/VIS/database/visdata and move some dbf from /u01 to /u02 manualy as mv command... Is this cause of problem? Becouse i moved them by mv command and when i run something they try to look their old path?
    For the other application/database files, please refer to the following documents/links.
    Note: 274666.1 - Cleaning An 11i Apps Instance Of Redundant FilesThanks for that nice notes
    Delete Events Logs
    Re: Delete Events Logs
    Thanks for those nice posts and answers too :)
    By the way Thanks god we have you here, and oracle is soo lucky becouse they have person like you in this forum which is love to give answers, which is gives always correct notes...
    Thanks again

  • Is my OS block size 4096 or 512 bytes?

    Hi!
    I am working on RHEL 4.5 ES edition. I have an installation of an Oracle 10g database whose files spread out over two separate partitions /u01 and /u02 that show a block size of 4096 using dumpe2fs.
    dumpe2fs /dev/sdb1 | grep 'size'
    dumpe2fs /dev/sda7 | grep 'size'
    Block size: 4096
    Fragment size: 4096
    Inode size: 128
    Using a different method of deriving the OS block size by querying v$archived_log I get the output of 512.
    Is the v$archived_log method of finding the OS block size incorrect?
    Thanks and Regards,
    Aniruddha

    What does
    /sbin/tune2fs -l /dev/xxx
    return? 4096 only? If yes, then your block size is 4096.
    From http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_1016.htm#sthref3455
    The online log logical block size is a platform-specific value that is not adjustable by the user.
    So may be it is fixed at 512 bytes.
    Others: Please comment.

  • Database files to /u02 & flashbackup to /u03,

    OS: AIX 5.2
    DB: 10.2.0.1.0
    Hello All,
    I succesfully installed Oracle Database on AIX.
    We wanted to use Oarcle Database filesystem as follows:
    /u01 for Oracle
    /u02 for datafiles
    /u03 for backup (flashbackup)
    But we missed Advance configuration method and install Compltete Oracle database on dir /u01.
    Now I would like to configure system to move all database files to /u02 & flashbackup to /u03.
    Can I use RMAN to configure this, if yes how.
    any feed back will be appreciated.
    DN

    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    $ pwd
    /u01/app/oracle/oradata/abc
    $ cp * /u02/oradata/abc
    $ cd /u02/oradata/abc
    $ ls
    control01.ctl example01.dbf redo03.log temp01.dbf users01.dbf
    control02.ctl redo01.log sysaux01.dbf test
    control03.ctl redo02.log system01.dbf undotbs01.dbf
    $ sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 6 13:31:17 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 1174405120 bytes
    Fixed Size 2020392 bytes
    Variable Size 301992920 bytes
    Database Buffers 855638016 bytes
    Redo Buffers 14753792 bytes
    Database mounted.
    SQL>
    No I need to do as below: (Please confirm)
    SQL> alter database rename file '/u01/control01.ctl ' to '/u02/control01.ctl';
    SQl> alter database rename file '/u01/redo02.log' to '/u02/redolog';
    SQl>alter database rename file '/u01/temp01.dbf ' to /u02/temp01.dbf';
    DN

  • Oracle 11.2 default instance volume is 50 GiB - How can I increase size?

    Hi,
    I created an ebs Oracle 11.2 instance that defaulted to a volume size of 50GiB.
    Does anyone know how to increase the volume size to 300GiB?
    This didn't work:
    I created another volume (300Gib), attached it to the instance, mounted the drive, but when I ran the Oracle install script - that drive didn't show up:
    Select a disk device to store your datafiles and redo logs on:
    ID DEVICE_NAME
    [0] Refresh List
    [1] Use Default
    [2] /dev/sdc1
    Thanks.

    I didnt have any luck with the scripts it comes with the AMI so I just cut and paste of what I need heres the script I use.
    You can mount the 300G to /u02 or whatever you want
    and change the ORACLE_SID to <YOUR_SID_NAME>
    Also you have to run it as user oracle instead of Root
    and make sure that the ORACLE_HOME is correct
    ORACLE_SID=<YOUR_SID_NAME>
    SID=${ORACLE_SID}
    GLOBAL_NAME=${SID}
    SYS_PWD=s
    SYSTEM_PWD=s
    DBSNMP_PWD=s
    SYSMAN_PWD=s
    DBF_MOUNT=/u02
    FRA_MOUNT=/u02
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
    DBCA_TEMPLATE_DIR=${ORACLE_HOME}/assistants/dbca/templates
    DBCA_TEMPLATE_NAME=${DBCA_TEMPLATE_DIR}/General_Purpose.dbc
    ORACLE_OWNER=oracle
    DBCA=${ORACLE_HOME}/bin/dbca
    SQLPLUS=${ORACLE_HOME}/bin/sqlplus
    EMCTL=${ORACLE_HOME}/bin/emctl
    DB_FILE_DIR=${DBF_MOUNT}/oradata
    RECO_AREA=${FRA_MOUNT}/flash_recovery_area
    CHARSET=AL32UTF8
    export ORACLE_SID=${SID}
    mkdir -p ${DBF_MOUNT}/admin/${ORACLE_SID}
    mkdir -p ${DBF_MOUNT}/admin/${ORACLE_SID}/dbs
    mkdir -p ${DBF_MOUNT}/admin/${ORACLE_SID}/adump
    export EMKEY_LOCATION=${DBF_MOUNT}/admin/${ORACLE_SID}/dbs
    echo
    echo "Please wait while your database is created..."
    echo
    ${DBCA} -silent -createDatabase -templateName ${DBCA_TEMPLATE_NAME} -gdbName ${GLOBAL_NAME} -sid ${SID} -sysPassword ${SYS_PWD} -systemPassword ${SYSTEM_PWD} -dbsnmpPassword ${DBSNMP_PWD} -sysmanPassword ${SYSMAN_PWD} -emConfiguration LOCAL -storageType FS -datafileJarLocation ${DBCA_TEMPLATE_DIR} -sampleSchema true -datafileDestination ${DB_FILE_DIR} -recoveryAreaDestination ${RECO_AREA} -characterSet AL32UTF8
    RV=$?
    if [ $RV -ne 0 ]
    then
    echo
    echo "There was a problem creating your database.  Please review the log file shown above."
    else
    ${EMCTL} stop dbconsole
    ${SQLPLUS} /nolog << EOF
    ${SQLPLUS} /nolog << EOF
    connect / as sysdba
    alter system set audit_file_dest='${DBF_MOUNT}/admin/${ORACLE_SID}/adump' scope=spfile;
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    ALTER USER anonymous ACCOUNT UNLOCK
    @${ORACLE_HOME}/apex/.apxxepwd_custom.sql ${APEX_PWD}
    shutdown immediate
    exit
    EOF
    mv $ORACLE_HOME/dbs/spfile${ORACLE_SID}.ora ${DBF_MOUNT}/admin/${ORACLE_SID}/dbs/.
    mv $ORACLE_HOME/dbs/orapw${ORACLE_SID} ${DBF_MOUNT}/admin/${ORACLE_SID}/dbs/.
    ln -s ${DBF_MOUNT}/admin/${ORACLE_SID}/dbs/spfile${ORACLE_SID}.ora ${ORACLE_HOME}/dbs/.
    ln -s ${DBF_MOUNT}/admin/${ORACLE_SID}/dbs/orapw${ORACLE_SID} ${ORACLE_HOME}/dbs/.
    ${SQLPLUS} /nolog << EOF
    connect / as sysdba
    startup mount
    alter database archivelog;
    alter database open;
    exit
    EOF
    ${SQLPLUS} /nolog << EOF
    connect sysman/${SYSMAN_PWD}
    @/home/oracle/scripts/osbws/submit_osb_cloud_backup.pls
    exit
    EOF
    ${EMCTL} start dbconsole
    echo
    grep ORACLE_SID /home/oracle/.bash_profile > /dev/null 2>&1
    if [ $? -eq 0 ]
    then
    echo "Not adding ORACLE_SID=${SID} to /home/oracle/.bash_profile"
    echo "because ORACLE_SID is already set in that file."
    else
    echo "Adding ORACLE_SID=${SID} to /home/oracle/.bash_profile"
    echo "export ORACLE_SID=${SID}" >> /home/oracle/.bash_profile
    fi
    OH="\/u01\/app\/oracle\/product\/11.2.0\/db_1"
    cp /etc/oratab /tmp/oratab.bak
    sed "s/${ORACLE_SID}:${OH}:N/${ORACLE_SID}:${OH}:Y/" /tmp/oratab.bak > /etc/oratab
    echo
    echo "The database was created successfully."
    fi
    echo
    echo
    /home/oracle/scripts/setup_osbws.sh
    echo
    echo "You can connect to your database as follows:"
    echo
    echo "Command Line: sqlplus sys/<your-password> as sysdba"
    echo "Enterprise Manager Database Console: https://${ORACLE_HOSTNAME}:<port number>/em e.g. https://${ORACLE_HOSTNAME}:1158/em"
    echo "Oracle Application Express (APEX): http://${ORACLE_HOSTNAME}:<port number>/apex e.g. http://${ORACLE_HOSTNAME}:8080/apex"
    echo "Actual ports numbers can be found in ${ORACLE_HOME}/install/portlist.ini file. If this is the first database being created on this machine, the above example URLs should work."
    echo
    echo "Thank You for choosing Oracle Database on EC2."Edited by: vxwo0owxv on May 11, 2011 1:01 PM

  • Tempfile size problem!

    Hi all,
    I added 1 more datafile to temp tbs by:
    alter tablespace temp add tempfile '/u02/oradata/pro/temp02.dbf' size 1G autoextend on next 100m maxsize 2G;
    Then i display info as below:
    Tablespace
    Size (MB) Free (MB) % Free % Used
    TEMP
    32767 0 0 100
    TEMP
    1024 0 -3100 100
    What is -3100 and can my temp tbs work?
    Thanks
    Dan.
    Edited by: Dan on Sep 7, 2011 8:30 PM

    Sorry Kamran Agayev A! I'm making my question more detail!
    I received alert "ORA-1652: unable to extend temp segment by 128 in tablespace TEMP
    Mon Sep 5 17:04:11 2011" So i check temp tablespace as result below:
    Tablespace Size (MB) Free (MB) % Free % Used
    TEMP 32767 0 0 100
    So i added 1 new tempfile to enlarge space for temp tablespace by issuing this statement:
    alter tablespace temp add tempfile '/u02/oradata/pro/temp02.dbf' size 1G autoextend on next 100m maxsize 2G;
    Temp tablespace info after adding new tempfile:
    Tablespace     Size (MB)     Free (MB)      % Free     % Used
    TEMP     32767     0     0     100
    TEMP     1024     0     -3100     100
    My question is:
    What does -3100 mean and why the database tell me the new tempfile that i've just added is 100% used?
    Thanks
    Dan.
    Edited by: Dan on Sep 7, 2011 8:45 PM
    Edited by: Dan on Sep 7, 2011 8:45 PM
    Edited by: Dan on Sep 7, 2011 8:49 PM

  • How do I find, at-a-glance, the sample size used in several music files?

    How do I find, at-a-glance, the sample size used in several music files?
    Of all the fields available in a FInder Search, "Sample Size" is not available. Finder does offer a "Bits per Sample" field, but it only recognized graphic files and not music files.
    Running 10.8.5 on an iMac i5.
    I did search through a couple of communities but came up empty.
    Thank you,
    Craig

    C-squared,
    There is no View Option to allow display of a column of sample size. 
    For WAV or Apple Lossless files, it is available on the Summary tab (one song at a time, as you know).  For MP3 and AAC it is not available at all.
    You can roughly infer it from the files that are larger than expected for their time.
    99% of the music we use is at the CD standard of 16-bit, so I can guess that displaying it has never been a priority.  However, if you want to make a suggestion to Apple, use this link:
    http://www.apple.com/feedback/itunesapp.html

  • Edit scanning size

    Hi. I downloaded AiO Remote app for my iPad. It has connected fine, but I was wondering if there is a way to alter the size of a document that I have scanned from my printer to my iPad. It did give me a size option which I thought would have been fine as it said A4, but when I later printed it from my iPad to the same printer, it was about 1/3rd the size of the A4 sheet of paper.
    Thanks

    Hi,
    You have to select the size of the original, not the size of the glass.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Mixing memory module of different sizes in G5-8 slot machine

    is there a problem with Mixing memory module of different sizes in G5-8 slot machine
    I have 2gb on four slots with 512 memory chips
    Can I upgrade my memory with 1gb chips in the remaining four slots.

    Hi epospiech-
    Yes you can.
    Instructions here: Memory (DIMMs) Replacement Instructions
    Luck-
    -DaddyPaycheck

  • Delete file from original location and when copied size of file increases.

    hi !
    I have 2 exe's both of 1.15MB which I want to move to another folder. The files are copied to the folder but the size of exe increases to around 350MB each. What can be the problem ?
    BufferedOutputStream bos=new BufferedOutputStream(new FileOutputStream(filename));
    int o=bis.read();
    do{bos.write(o);}while (o!=-1);
    boolean del=this.fpara.delete();
    System.out.println(del);          Also, the file is not deleted from the original location even though I have used the delete function. The last line produces null output.

    And do follow coding conventions
    {color:0000ff}http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html{color}
    If your original source is all jammed up like the snippet you posted, I'm not surprosed that you can't spot your mistakes.
    db
    Edited by: Darryl.Burke on Mar 9, 2008 12:40 AM

Maybe you are looking for

  • Most of my songs are gone and I want them back

    I recently was asked by iTunes if I wanted my songs stored in the cloud or on my computer.  Not thinking I said the cloud.  Most of my songs are not available because they have an "error".  I want my library of songs back.

  • After filling out a form, when I click print , it smooshes everything I have typed together and prints it that way.  How do I fix it?

    When I fill in a form and then hit print everything I have typed gets moved.  How do I stop it from doing that?

  • Send IDoc to R3 in Integration Process

    Hello everyone, I want to send some idocs to R3 system's vender from XI Integration Process, but i do not how how to configure in the adapter-specific identifiers. If i set the Idoc Adapter Logical System, the idoc went to the logical system, if i di

  • I don't know what to

    I have had my Zen touch for about a year now. Never had any major problems. The other day all of the buttons except for volume and power stopped working. Its not playing music, and i get no response from the play/pause, fast foward, rewind, back, men

  • Flash & Tabs

    Hello All. I am using Dreamweaver CS3 and really like the Spry Tabs option. I am using these tabs and inserting Flash animations into them. They work fantastic when viewing the website with Firefox, but using IE, when you click on the tab AND DO NOT