Shrink system tablespace, or any laternate to reduce disk space usage!

Dear All,
My Database is 11gR1 and Linux is the operating system.
My System tablespace is consuming 24,000 MB disk space, The user i have created that contain all the objects is another tablespace.
I just want to know is there any way to shrink system tablespace or anything else that can be done to reduce its size?
Plus what are the directories from where we can delete logs and other files that do not affect the running of database. My disk space is 99% full and i have to delete files.
Regards, Imran

misterimran wrote:
Dear All,
My Database is 11gR1 and Linux is the operating system.
My System tablespace is consuming 24,000 MB disk space, The user i have created that contain all the objects is another tablespace.
I just want to know is there any way to shrink system tablespace or anything else that can be done to reduce its size?
Plus what are the directories from where we can delete logs and other files that do not affect the running of database. My disk space is 99% full and i have to delete files.
Regards, ImranFirst, do this:
sql> select distinct owner from dba_segments where tablespace_name = 'SYSTEM';Make sure the only objects in the SYSTEM ts are owned by legit users of that ts - SYS, SYSTEM, and OUTLN
As for log files .. look at your listener log. look at your alert log. look at any trace files in adump, bdump and udump that are old enough you don't want them any more.

Similar Messages

  • How to replace m4a conversion files with original mp3 files in iTunes library to reduce disk space?

    Hello
    I have a rather large music collection most of which is in mp3 format and also kept in seperate folders to my iTunes music. I had iTunes set up copy media to iTunes folder as m4a so now have two sets of files which are now taking up a large proportion of my hard disk space. Is there an easy way to move my mp3 files into the Itunes folder to replace the copies then delete the copied files.
    Many thanks

    By m4a are we talking compressed AAC?  Those don't take up any more room than the equivalent mp3 and probably give you better quality.
    Are you positive those files are m4a?  If iTunes is set to copy media when you add it to the library I don't think it converts.  It only converts when you import.
    Since we're not talking replacing mp3s with mp3s I don't know if there is an way to more or less invisibly replace the files.  If you were replacing a file with one of identical file name, you can trick iTunes into accepting it.  Since the new files end in mp3 and the old ones in m4a I suspect you will end up having to add the new files and delete the others.  This will of course mean you have to rebuild playlists and update tags.  Before you delete the old copy you can use Dougscript "Copy Tag Info Tracks To Tracks" to transfer some of the tag information that you might wish to retain such as playcount, ratings, last played, etc.

  • Time Machine - any known errors around disk space?

    Hey guys, I have a 1t drive backing up my 500g internal and 500g external drives. It's been doing fine, but just a few days ago I started getting an error that there's not enough disk space to do a backup, like WAY not enough.
    I realize this could seem like a totally stupid question, except that it happened so suddenly. One day I'm backing up fine, the next day I'm 62 Gb short on space.
    Aside from the obvious (too much crap on my drives), is there anything that might have caused such a problem, like a corrupted database or some junk files that got dumped onto one of my drives?
    Any suggestions?
    aTdHvAaNnKcSe
    (THANKS in advance)
    js

    Jesse Stern wrote:
    Hey guys, I have a 1t drive backing up my 500g internal and 500g external drives.
    That may not be large enough. It depends on how much data is on those drives, though. See #1 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).
    Aside from the obvious (too much crap on my drives), is there anything that might have caused such a problem, like a corrupted database or some junk files that got dumped onto one of my drives?
    Possibly. See #D4 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum), for some common culprits. Unfortunately, there's no way to tell what it's trying to back up beforehand; only when a backup is complete can you see what it did.

  • Zones - reducing disk space used

    We're currently looking at zones to consolidate our license servers, since fault management tends to be easier/faster when the license server is running in its own zone.
    However, as of right now the "sparse" root model configuration requires 578M of space - 495M taken by packages. Having several of zones using the same size like this would eat up disk space quickly.
    Ideally, I'd like the zones to be exactly like the global zone with a few changes under /etc
    Does anyone know a way to reduce or eliminate the number of packages needed to be installed, or other ways I might cut down disk usage further?

    We're trying to figure out how to speed up patching as well -- it seems silly how long it takes to effectively just update the /var/sadm structures for a sparse zone...
    One note though: to reduce space consumed in /var/sadm in a very safe way, you can delete the "obsolete*" files -- these are the backout information from patches that have been superseded at least once, so the only risk is that you will only be able to back out a single "layer" of patching. You can remove the "undo" files as well, but then you cannot backout the related patches.
    Infodoc 14295 has a nice overview of what the files in /var/sadm are for those interested.

  • System Update Repository - Using a lot of disk space

    Hi
    Looking at the Repository - it seems to be using a lot of space with multiple iterations of similar files
    It also appears to be keeping large Setup files as well as the Applications.  
    Are all these necessary?
    Is there anyway to remove them?  CAN I delete old files/setup files?  (do you need the old version if a new application is present and functioning)
    Many thanks

    What version of System Update are you running? The bloating of the repositiory was corrected with SU v5, which also redesigned the internals of SU. A side affect is that when V5 is installed, all installation history is lost (from old SU v4). Uninstall your current SU, Reply when YES you see the screen below during uninstall .  Install latest SU 5.006.16.
    =
    This is a boring stale message.  Reply yes, it deletes:
    c\programdata/lenovo\Systemupdate

  • Resizing System Tablespace

    Dear All,
    My system datafile size has reached around 3.29 GB. I have separated the datafiles and now My query indicates that i am only using 9 percent of the total system tablespace. I need to reduce the size of this file to 400M. i issued the command "ALTER DATABASE DATAFILE '............' RESIZE 400M". i recieve an error saying "file contains used data beyoung requested resize size".
    Any comments are highly appreciateable.
    Thanks and Best Regards.
    Shahzada Khurram Khan

    First, no matter which tablespace is the target you cannot shrink the allocated file space to less than the last allocated object.
    So map the tablespace: list objects by file, block to see how much room exists, if any, at the end of each allocated file. Then attempt to shrink each file down.
    This will take the space away before some other object gets allocated to it.
    Next verify that all objects in the system tablespace are only those objects placed there by Oracle when the database is created. Move non-SYS/SYSTEM owned objects to a different tablespace. Repeat above.
    The odds are you will still not get back that much of the allocated space. In which case your choices are to either live with it, or to bebuild the database from scratch so that you re-create the system tablespace.
    HTH -- Mark D Powell --

  • Doubt about SYSTEM tablespaces

    Sir,
    While creating database can we specify SYSTEM tablespace as
    'Locally Managed Autoallocate' and 'Segement Space Managemt Auto'
    regards
    Mathew

    Sir,
    Can we execute this command? My db version is 9.0.1.3.0
    create database APSDB datafile 'd:\oradata\APSDB\system01.dbf' size 200m extent management local segment space management auto
    undo tablespace UNDOTBS datafile 'd:\oradata\APSDB\undotbs01.dbf' size 100m
    default temporary tablespace TEMP tempfile 'd:\oradata\APSDB\temp01.dbf' size 200m
    logfile group 1 ('d:\oradata\APSDB\redolog1a.log','d:\oradata\APSDB\redolog1b.log') size 300k,
    group 2 ('d:\oradata\APSDB\redolog2a.log','d:\oradata\APSDB\redolog2b.log') size 300k
    regards
    Mathew

  • How to get available disk space for a disk in the system ?

    hi all,
    I need to figure out the available disk space for a particular disk before I can write my file to a directory in the disk. I do this to avoid unsufficient disk space problem in my program. May I know how can I do this in Java ? I look at the API function for java.io.File class but there isn't any function to check disk space. I would appreciate any help from fellow Java developers. Thanks a million.
    regards,
    tuck meng

    You cannot do this in purely platform independent way.
    You can use System.exec to run native OS utilities like df and parse the output, but then you have to knwo which platform your program is running on, or build in some automatic detection of OS and have corresponding native calls for each likely one.
    BTW. even if you get a number of free bytes on disk that's larger than the size of the file you want to write this is no guarantee that there will be enough diskspace for your file, because another process might write to the disk in the meantime. So you will have to do proper error handling and recover gracefully from the disk full sitution no matter what.

  • How to reduce the size of SYSTEM tablespace?

    * Solaris
    * Oracle 9.2.0.4.0
    * Locally managed database (since SYSTEM is locally managed TS)
    I have a Oracle 9i database with is around 7 months old. Over the 7 months it had around 400 schema’s at most and SYSTEM tablespace was increased to 850MB. Now it only has around 120 schema’s and size of the SYSTEM tablespace still 850MB and it’s 99% used.
    How can I get more free space on system tablespace?
    * I have made sure that non-sys(tem) user don’t have objects on SYSTEM tablespace.
    * I understand that dropping schema does not give you all the space back, since objects are store as row in System tables etc.
    Increasing disk is not an option for me. Any tips to free space on system welcome.
    Thanks,
    Nazrul Islam

    Thanks Joel Pérez for trying to help.
    SQL> select segment_name, owner from
    dba_segments
    where owner not in
    ('SYS','SYSTEM','OUTLN','MDSYS','ORDSYS','WMSYS')
    and
    TABLESPACE_NAME='SYSTEM';
    SEGMENT_NAME                   OWNER
    TOAD_PLAN_SQL                  TOAD
    TOAD_PLAN_TABLE                TOAD
    PLSQL_PROFILER_RUNS            TOAD
    PLSQL_PROFILER_UNITS           TOAD
    PLSQL_PROFILER_DATA            TOAD
    TPSQL_IDX                      TOAD
    TPTBL_IDX                      TOAD
    SYS_C006895561                 TOAD
    SYS_C006895563                 TOAD
    SYS_C006895566                 TOAD
    10 rows selected.
    SQL> select owner from dba_segments where
    tablespace_name='SYSTEM'
    group by owner;
    OWNER
    OUTLN
    SYS
    SYSTEM
    TOAD
    WMSYSHere is my query (to show TOAD is taking very little
    space):r.- That is true, the space used by TOAD is little
    >
    SQL> select owner, SUM(bytes)/1048576 AS "TOTAL
    (MB)"
    from dba_segments
    where tablespace_name = 'SYSTEM'
    group by owner order by "TOTAL (MB)" desc;
    OWNER                 TOTAL (MB)
    SYS                     820.4375
    SYSTEM                      20.5
    WMSYS                     3.6875
    TOAD                       .6875
    OUTLN                       .375Looks like, I have to grow system. Or since I have a
    fixed number of schema now, I think I will have to
    recreate a DB to reduce SYSTEM size.
    Joel one other info that might explain why
    this happening. Part of our build process is to drop
    4 schemas and roles and recreate them.
    e.g.
    drop user nislam cascade;
    create user nislam ....And we do many builds a day. Maybe Oracle uses more
    space in doing that since new userid, better might be
    drop objects from the schema. WHAT do you
    say?
    r.- In theorical lines. Both must give the same results but... I would recommend you to carry out some intensive test about it in a test enviroment testing both methods to monitor the behavior of the growth of the tablespace system. As you said, perhaps dropping the user objects will get better results.
    >
    Regards,
    Nazrul IslamJoel Pérez
    http://otn.oracle.com/experts

  • How to shrink a tablespace;;;Plz Help Me

    Hello,
    I have droped 2 big tables (more than 20 millions of records each one) and eventually many indexes in reference.
    In my Database server I don't have enougth space, I have only 5Go.
    I have to free disk space now by shrinking the size of Index and Data Tablespace.
    I used theses scripts to analyse my object plecement repartiton on both tablespaces : INDEX and DATA.
    1- select file_id, block_id, blocks,
    owner||'.'||segment_name "Name"
    from sys.dba_extents
    where tablespace_name = 'INDX'
    UNION
    select file_id, block_id, blocks,
    'Free'
    from sys.dba_free_space
    where tablespace_name = 'INDX'
    order by 1,2,3
    2- select file_id, block_id, blocks,
    owner||'.'||segment_name "Name"
    from sys.dba_extents
    where tablespace_name = 'DATA'
    UNION
    select file_id, block_id, blocks,
    'Free'
    from sys.dba_free_space
    where tablespace_name = 'DATA'
    order by 1,2,3
    After executing these scripts, I find many free extends in the middle and the command :
    ALTER DATABASE DATAFILE ... RESIZE is failed
    Any idea How to resize / reduce my tablespaces ?
    My database version 's :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 On Linux Sever.
    Thanks a lot
    Message was edited by:
    OracleJavaLinux

    hi
    do one thing create new tablespace like TEST move table by table to that and viseversa
    ie u have emp,dept ... etc tables move emp to ne tablespace and then move back to its original tablespace
    for ex:emp,dept... belongs to APPS_TS_TX_DATA
    alter table emp move tablespace TEST;
    alter table emp move tablespace APPS_TS_TX_DATA;
    after this rebuild all indexes on that tables
    alter index <index_name> rebuild;
    By this action u can recover unused space by the tables
    Message was edited by:
    BhanuChander

  • ORA-03206 when attempting to AUTOEXTEND system tablespace

    Hello.
    We're running 11.2.0.2.0 on 64-bit Linux.
    A week or so ago, I noticed my SYSTEM tablespace was getting close to it's limit of 32G, so I set it to autoextend by 1G, with a max size of UNLIMITED.
    This seemed to work. However, EOM shows it as still having a limit of 32G. I'm guessing the limit of 32G is treated as UNLIMITED.
    So, I tried extending to 50G. This failed with ORA-03206. Presumably as the SYSTEM tablespace isn't a BIGFILE tablespace.
    The majority of suggestions mention reducing the datafile maxsize, which isn't an option for us.
    As far as I can see I'll have to either:
    1. Add a new datafile (can we do this on SYSTEM?)
    2. Change SYSTEM to a BIGFILE tablespace
    Can anyone advise on the best course of action here? I'm guessing 1) is safer than 2) and 2) would need downtime, but would also be future proof.
    Any help.suggestions would be much apprciated, as always,
    Thanks,
    Ray

    Many thanks for the quick reply. I also had an inkling that the tablespace was growing unusually fast...turns out it was the FGA_LOG$ table, which lives in the SYSTEM tablespace, which had grown to a massive 25GB!
    Another thread deals with a similar issue:
    Extents Issue
    Truncated FGA_LOG$ and all's well again. We need to examine our FGA policy but for now the problem is solved.
    Ray

  • System Tablespace unexpected usage

    Hi
    this is my Oracle version:
    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production.
    The problem I'm having is that my System tablespace fills up quicker than expected (for example 500mb in less than a week and it is not a very 'buisy' server either) and it does not reduce in size.
    No other user objects use the system table-space.
    I have a separate Temp tablespace.
    I am aware of the Autoextend parameter.
    Can anyone please explain why this happens and what can be a solution.
    Thank you.

    Thanks Virag for ur suggestions.
    I have tried to do this:
    SQL> VARIABLE total_blocks NUMBER
    SQL> VARIABLE total_bytes NUMBER
    SQL> VARIABLE unused_blocks NUMBER
    SQL> VARIABLE unused_bytes NUMBER
    SQL> VARIABLE lastextf NUMBER
    SQL> VARIABLE last_extb NUMBER
    SQL> VARIABLE lastusedblock NUMBER
    SQL> exec DBMS_SPACE.UNUSED_SPACE('SCOTT', 'EMP', 'TABLE', :total_blocks, -
    :total_bytes,:unused_blocks, :unused_bytes, :lastextf, -
    :last_extb, :lastusedblock);and got a result.
    But how do I do the same for the SYSTEM tablespace.
    And, is there any other way to monitor the SYSTEM tablespace growth?
    Thank You.

  • System tablespace space not regained when objects are dropped

    Mine is a Oracle 10g 10.2 on windows.
    I am importing a export file into a user ,It takes some amount of space in SYSTEM and another tablespace .When I drop the user space in system tablespace is not coming back. ANY IDEA WHY
    BEFORE IMPORT
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYSTEM';
    SUM(BYTES)/1024/1024
    22.1875
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYS';
    SUM(BYTES)/1024/1024
    544.1875
    SQL> select sum(bytes)/1024/1024 from dba_segments where segment_name='SOURCE$';
    SUM(BYTES)/1024/1024
    41
    I use the following commands to import
    SQL>create user <username> identified by <password> default tablespace <tsname> quota unlimited on <tsname>;
    SQL>grant create session,imp_full_database to <username>;
    imp system file=filename.dmp log=logname.log fromuser=<username> touser=<username> statistics=none
    AFTER IMPORT
    SQL> select sum(bytes)/1024/1024 from dba_segments where segment_name='SOURCE$';
    SUM(BYTES)/1024/1024
    53
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYSTEM';
    SUM(BYTES)/1024/1024
    22.1875
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYS';
    SUM(BYTES)/1024/1024
    728.375
    AFTER DROPPING THE USER/SCHEMA
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYS';
    SUM(BYTES)/1024/1024
    728.375
    SQL> select sum(bytes)/1024/1024 from dba_segments where owner='SYSTEM';
    SUM(BYTES)/1024/1024
    22.1875
    SQL> select sum(bytes)/1024/1024 from dba_segments where segment_name='SOURCE$';
    SUM(BYTES)/1024/1024
    53
    I even tried deleting the objects first and then dropping the user
    SQL> delete from source$ where obj# in(select object_id from dba_objects where owner='USERNAME');
    211252 rows deleted.
    SQL> commit;
    Commit complete.
    SQL> drop user USERNAME cascade;
    User dropped.
    The space used by the schema on system tablespace is not coming back.

    Hi user509593!
    Adding objects to a tablespace requires space in that tablespace. This space is managed in segments and extents. If an extent is fully used (that means 100 % usage) a new extent will be added to a segment. Oracle uses a mechanism called "High Water Mark" to mark the last used extent.
    Your problem is that oracle don't set this High Water Mark back if you are dropping objects from a tablespace. Once an extent is marked as it it retains marked as used.
    Before Adding Objects:
    u = used Extent
    x = free Extent
    | = High Water Mark
    uuuuuuxxxxx
    ...........|
    After Adding Objects:
    uuuuuuuxxxx
    ............|
    After dropping objects:
    uuuuuuuxxxx
    ............|
    The only chance to get your "unused" space back is to reorganized your tablespace. But before you reorganize something please read the documentation to know all about the costs and traps that comes with reorganization.
    Hope this help!
    null

  • RMAN duplicate target database for standby from active fails to create newname for system tablespace/datafile

    When executing 'duplicate target database for standby from active'  the system tablespace/datafile (datafile 1)  is not cloned.  All other datafiles clone successfully.  The RMAN process aborts with the following errors while attempting to clone the system tablespace/datafile.
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    Here are the details:
    Primary is 11.2.0.2 RAC database  on an Exadata platform
    Standby is 11.2.0.2 Single Instance database (same patch level as primary) on a Red Hat Linux box
    This is an ASM to ASM duplication.
    This is not unique to this database.  We tried another database and go the same behavior - all datafiles clone successfully with the exception of the system tablespace/datafile.
    We have traced the RMAN execution and it seems to fail when it is trying to assign a NEWNAME to the system tablespace/datafile.
    We even issued an explicit SET NEWNAME command but RMAN ignored it.
    We also shutdown the primary and started is up in mount mode thinking that something had ahold of the System Tablespace/datafile.
    We also opened up the network firewall to allow permit any,any traffic.
    We increased the max_server_processes
    and added TCP.NODELAY=yes to the sqlnet.ora file.
    There seems to be some artifact present in our Primary System tablespace/data file that is preventing it form being cloned.
    checked all alert files grid, asm,  and dbhome - no abnormal messages.
    We are in the process of restoring the database from a backup but we would prefer to get this working using the 'Active Database' methodology

    I successfully created the standby database using RMAN backup and recovery.
    I started the managed recovery.  Archive logs are being sent from the primary to the standby ( I can see them in ASM), but the standby is not applying them.
    I get the following messages in the standby alert log...
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:19:58 2013
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    Tue Nov 26 16:20:01 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:11 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:22 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:32 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    I don't see any MRP processes:
    select process,
    status,
        thread#,
        sequence#,
       block#,
      blocks
      7     from v$managed_standby;
    PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCK#     BLOCKS
    ARCH      CLOSING               2     154363          1        132
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    RFS       IDLE                  0          0          0          0
    RFS       IDLE                  1     145418        121          1
    RFS       IDLE                  0          0          0          0
    PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCK#     BLOCKS
    RFS       IDLE                  0          0          0          0
    12 rows selected.
    SQL>  SELECT THREAD#, SEQUENCE#, APPLIED FROM V$ARCHIVED_LOG;
       THREAD#  SEQUENCE# APPLIED
             2     154356 NO
             2     154357 NO
             1     145411 NO
             2     154358 NO
             2     154360 NO
             2     154361 NO
             1     145414 NO
             1     145415 NO
             2     154362 NO
             2     154363 NO
             1     145416 NO
    11 rows selected.
    I do have the archive logs that cover sequences 154158-154257
    Crosschecked 38 objects
    Crosschecked 62 objects
    Finished implicit crosscheck backup at 26-NOV-13
    Starting implicit crosscheck copy at 26-NOV-13
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Crosschecked 2 objects
    archived log file name=+RECO_XORA/nmuasb00/archivelog/2013_11_26/thread_2_seq_154377.344.832521989 RECID=29 STAMP=832521990
    validation succeeded for archived log
    archived log file name=+RECO_XORA/nmuasb00/archivelog/2013_11_26/thread_2_seq_154378.346.832521991 RECID=31 STAMP=832521993
    Crosschecked 31 objects

  • How to create a system tablespace as  locally manged in 8.1.7

    After a good time looking for it I still haven't found an example of how to create a database with the system tablespace as locally managed in release 8.1.7
    I'm trying this, that isn't OK at all:
    create database CSR
    character set "WE8ISO8859P15"
    datafile '/home/oracle/create/CSR/system/sysCSR.dbf' size 75M
    extent management local
    DEFAULT TEMPORARY TABLESPACE tsp_temp
    DATAFILE '/home/oracle/create/CSR/temp/tempCSR.dbf'
    SIZE 80M REUSE
    logfile '/home/oracle/create/CSR/redo/redo1CSR.log' SIZE 500k,
         '/home/oracle/create/CSR/redo/redo2CSR.log' SIZE 500k,
         '/home/oracle/create/CSR/redo/redo3CSR.log' SIZE 500k;
    Can someone tell me what is wrong, please?

    I'm trying this, that isn't OK at allAre there any errors? can you explain what is not "OK"?

Maybe you are looking for

  • To display status message more than 50 characters

    Hi Gurus, I want to display status messages (not as a pop-up message) holding more than 50 characters. Please suggest me some solution to achieve the same. Thanks, Asha

  • Editable Column in ALV Column tree model

    Hi Experts, I have created ALV tree using the class CL_COLUMN_TREE_MODEL ,i have created some columns, and now  i have to make these columns editable, Please can anyone help me resolving this.

  • ABAP system copy on 6.40 system

    Hi, I am trying to complete a system copy using the SAP Tools for MS SQL.  I ran the install from the Master CD, restored the backup and then started the sapinst from Tools for MSSQL.  On step 5 creating the stored procedures, it dies on 143 (sap_mon

  • Problems with .mov file

    Hello All I need some help. Let me explain from the beginning. I recored some footage on HDV - transfered to my Macbook Pro and have no problem with that. Can open with QT and edit with FCP. I need to send part of the RAW footage to a friend of mine

  • Missing icons in application bar Bridge CS4

    I couldn't find an answer to this in documentation or forums; hopefully this is not redundant. Using CS4, both on a G5 machine with Leopard and a MacIntel machine with Snow Leopard. Frequently when I use bridge (I always have it open), the whole sect