Database Space Problem

I have one large table that contains 50 columns.
The original table structure:
Key_id | .. .. | Value_1 | Value_2 | ... .. | Value_40 | updated_user | updated_date
The Type of Value_1 ~ Value_40 are 5 digital Integer.
The content of the Value_25 ~ Value_40 are not always filled. In order to save the database space, I use “NULL” value to represent Empty value instead of “0”.
But updated_user and updated_date must be filled when new record added.
I want to know that if I put the “updated_user” and “updated_date” in front of the Column “Value_1”, more space of the Database will be saved or not?
The layout will be like this:
Key_id | .. .. | updated_user | updated_date | Value_1 | Value_2 | ... .. | Value_40
For example, I have a record like this
1234567, .. .. .. , , 45,35,.. .. , NULL, NULL, NULL, ben, 12-jan-2005
if I change to this format:
1234567, .. .. .. , ben, 12-jan-2005, 45,35,.. .. , NULL, NULL, NULL
More space of the Database will be saved or not?
Thank a lot

2nd option saves space as Oracle does not store nulls for trailing null columns

Similar Messages

  • Database space problem during EHP4 installation

    hi every body
    actually i am upgrading my sap to EHP4 on DEV,
    my space assigned for MS SQL database is 125 GB(60gb free)  on Windows 2003 ,
    but at the preprocessing stage in EHPi it shows error that system needs 108GB of free space on database but i have only 60 .
    can any one tell me how is it possible to do this i am stuck here .

    Eric,
    I've a doubt here. I've come across a SAP note saying that for better performance in SQL database, we should atleast have 1:1 CPU count as that of the datafile count.
    If this is the case, we cannot go on adding new datafiles (if we have limited CPU count, say 4) but we should extend the existing datafile or the drive/FS size.
    Please correct me if I'm wrong.
    Regards,
    Varadharajan M

  • Space Problem in G: - after NW2004s SR1 installation on Windows 2003 server

    HI Friends,
    I have installed NW2004s SR1 on Windows 2003 server with Oracle 10g database successfully. My server has sufficient harddisk space as follows.
    C: 9.6GB
    G: 24GB
    H:64GB & I: 73GB.
    RAM is 6GB
    While installing NW2004s i have defined a paging size on C: 400MB-1600MB and
    i have set the option as System Manageble on other drives G, H& I drives. I did not get any Swap space problem while installing.
    During installation I have chosen G: drive to store MirrorlogA, MirrorlogB, Oraarch, OriglogA, OriglogB folders of Oracle for redolog archives,.Total size of all these folders is 17.4 GB
    G: drive has one more folder Program files which is of 155KB  and no other files exist in it.
    But My system says that I am running out of Space on G: drive and free space available now is only 44MB.
    My question is where has the rest 5GB of space gone? Is it consumed as a part of Paging file which i have set on this drive as System manageble??
    I have set the same option on other drives too i..e H & I. But i am not facing any space issues for these drives.
    What could be going wrong?? Please suggest me how to correct this
    Thanks
    mv_d

    898118 wrote:
    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad ShoaibOracle really doesn't like to be installed into directories with spaces in their names.

  • SIMPLE Database Design Problem !

    Mapping is a big problem for many complex applications.
    So what happens if we put all the tables into one table called ENTITY?
    I have more than 300 attributeTypes.And there will be lots of null values in the records of that single table as every entityType uses the same table.
    Other than wasting space if I put a clustered index on my entityType coloumn in that table.What kind of performance penalties to I get?
    Definition of the table
    ENTITY
    EntityID > uniqueidentifier
    EntityType > Tells the entityTypeName
    Name >
    LastName >
    CompanyName > 300 attributeTypes
    OppurtunityPeriod >
    PS:There is also another table called RELATION that points the relations between entities.

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    check the coloumn with WHERE _entityType='PERSON'
    as there is is clustered index on entityType...there
    is NO performance decrease.
    there is also a clustered index on RELATION table on
    relationType
    when we say WHERE _entityType ='PERSON' or
    WHERE relationType='CONTACTMECHANISM'.
    it scans the clustered index first.it acts like a
    table as it is physically ordered.I was thinking in terms of using several conditions in the same select, such as
    WHERE _entityType ='PERSON'
      AND LastName LIKE 'A%' In your case you have to use at least two indices, and since your clustered index comes first ...
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Have you ever thought of using constraints in your
    modell? How would you realize those?
    ...in fact we did.We have arranged the generic object
    model in an object database.The knowledge information
    is held in the object database.So your relational database is used only as a "simple" storage, everything has go through your object database.
    But the data schema is held in the RDBMS with code
    generation that creates a schema to hold data.If you think that this approach makes sense, why not.
    But in able to have a efficent mapping and a good
    performance we have thought about building only one
    table.The problem is we know we are losing some space
    but the thing is harddisk is much cheaper than RAM
    and CPU.So our trade off concerated on the storage
    cost.But I still wonder if there is a point that I
    have missed in terms performance?Just test your approach by using sufficiently data - only you know how many records you have to store in your modell.
    PS: it is not wise effective using generic object
    models also in object databases as CPU cost is a lot
    when u are holding the data.I don't know if I'd have taken your approach - using two database systems to hold data and business logic.
    PS2: RDBMS is a value based system where object
    databases are identity based.we are trying to be in
    the gray area of both worlds.Like I wrote: if your approach works and scales to the required size, why not? I would assume that you did a load test with your approach.
    What I would question though is that your discussing a "SIMPLE Database Design" problem. I don't see anything simple in your approach when it comes to implementation.
    C.

  • Oracle Developer Suite 10g - Windows 7 - swap space problem

    Hi brothers and sisters,
    Hope all you are fine. I am facing swap space problem while installing Oracle Developer Suite 10g on Windows 7 . I have downloaded and installed Oracle Database 11g Express Edition successfully and it is working properly. Now, I have downloaded two files
    a. ds_windows_x86_101202_disk1,
    b. ds_windows_x86_101202_disk2
    to install Oracle Developer Suite 10g using Windows 7 Ultimate. The Oracle Universal Installer have passed the following issues:
    a. Operating system version,
    b. Monitor
    But while checking swap space, it gives a message, "0 MB available, 1535 MB required", Failed. I have 2 GB RAM installed and system managed paging file space which is currently allocated to 2038 MB in my system .
    Please solve me the problem.
    Noor

    increase the system virtual memory for the OS drive.
    check this link
    http://hamid-oracle.blogspot.com/2011/06/how-to-install-oracle-developer-suite.html
    also check this link.
    Re: error installing oracle forms 11g release 2
    Hope this helps
    If someone response is correct or helpful, mark accordingly. and if answered mark answered.
    Edited by: HamidHelal on Jun 27, 2012 2:28 PM

  • ORACLE DATABASE SPACE USAGE report not showing all databases in 11g

    Hi All,
    I have scheduled "Oracle Database Space Usage (Group)" report for all databases available in the OEM11g. But in the report i am not able to see all the databases in the group. Can any one please help on this.
    Regards,
    GK

    We had the same problem in 12c EM. This had to something with "tablespace allocation metric". This metric was disabled for some databases. This could be your case in 11g also. This metalink note might worth seeing .
    Oracle Database Tablespace Monthly Space Usage shows no data (Doc ID 1536654.1)

  • Apex space problem....51gb full after 3 hours

    hi,
    my application only use tabular forms, tabular forms with reports and some standalone reports (joins over some tables)
    cause of many foreign keys and n:m tables i use many LOV´s, too.
    the problem is, after 3 hours my complete database space are full (51 gb)
    -->ORA-00257: archiver error. Connect internal only, until freed.
    one look on sessions --> massiv of that queries! why he makes ....NEXTVAL from dual. between that 3 hours i made no inserts!!!
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT hardwaretyp_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT interneschnittstelle_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT hardware_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:35 (Formatter Plus v4.8.8) */
    SELECT entwicklungsprozess_id_seq.NEXTVAL
    FROM DUAL
    /* Formatted on 2009/11/09 13:36 (Formatter Plus v4.8.8) */
    SELECT komplexitaet_id_seq.NEXTVAL
    FROM DUAL
    next step, clean the archive....but 3 hours later the same problem
    At "Home>Administration>Monitor Activity>Page Views by Weighted Page Performance" i find 2 pages with mass "Weighted
    Performance". i compared that pages with the same type of pages with no incredible "Weighted Performance", but i did not find any mistake.
    after that i restart the database, the http server and clean the archive again.
    i thought the problem was solved, because of no more mass "Weighted
    Performance" on that 2 pages, but 5 hours later....
    there are any typical mistakes for that problem?
    i´m using 10g R2 and apex 3.2.1..
    Edited by: sksus on 09.11.2009 12:39
    Edited by: sksus on 09.11.2009 12:42

    that is my problem....i didnt use any self made processes, computations or loops.
    Everyting was generated by the oracle migration workbench ( access to oracle)....and after migration every table was valid. ("Home>Application Migrations")
    I only used the option "Generate Maintenance Application" to create the application. (data model + tabluar forms on each table)
    the only thing...the migration workbench created trigger on every table to generate the PK for inserts (and update ???).
    CREATE OR REPLACE TRIGGER TEST.Hardware_Id_TRG BEFORE INSERT OR UPDATE ON TEST FOR EACH ROW
    DECLARE
    v_newVal NUMBER(12) := 0;
    v_incval NUMBER(12) := 0;
    BEGIN
    IF INSERTING AND :new.Id IS NULL THEN
    SELECT Hardware_Id_SEQ.NEXTVAL INTO v_newVal FROM DUAL;
    -- If this is the first time this table have been inserted into (sequence == 1)
    IF v_newVal = 1 THEN
    --get the max indentity value from the table
    SELECT max(Id) INTO v_newVal FROM Hardware;
    v_newVal := v_newVal + 1;
    --set the sequence to that value
    LOOP
    EXIT WHEN v_incval>=v_newVal;
    SELECT Hardware_Id_SEQ.nextval INTO v_incval FROM dual;
    END LOOP;
    END IF;
    -- save this to emulate @@identity
    msaccess_utilities.identity := v_newVal;
    -- assign the value from the sequence to emulate the identity column
    :new.Id := v_newVal;
    END IF;
    END;

  • HD space problem - startup disk shouldn't be full...

    Hello everyone.
    I'm having a really weird problem with my hard drive. All of a sudden, a message popped up saying that my Startup Disk was almost full, and the system profiler read it as having "zero k". This is extremely odd because I had about 19 Gb free just a moment before, and after checking folders, apps and documents there really shouldn't be a space problem. The first message came up right after importing a CD, but that shouldn't have caused this.
    I tried deleting some items, but space increased only by that tiny amount. After a restart, the indicated hard drive space randomly jumped up to 1 Gb. When I woke it back up right now it was down to 200 Mb, and after another restart it's just come up to 650Mb. It just seems to fluctuate...
    If anyone knows what the issue might be or what I could do about it, please help! Thanks,
    silvia

    Hi. Thanks for the tip, it was really helpful. Everything was as expected except for some log files in my Library. The sizes are mostly up to 100 K except for one huge 15.9 Gb file, called console.log.2 in a strange folder called 501
    It's located in
    Library > Logs > Console > 501 >
    I'm really not sure what these files are and what they do, or what these folders are. Can I trash them or is that a problem?
    Also, I've noticed that my hard drive space is actually continuously decreasing little by little... Do you think this is related?
    Thanks,
    silvia

  • Database termination Problem

    Hi every body ..plz help me on this..
    We are facing database termination problem in ECC6 production syste.
    Database: Oracle 10.2, O/S: Windows 2003. Spam  :27, SP level 13.
    Error is:
    Errors in file f:\oracle\p02\saptrace\background\p02_ckpt_6520.trc:
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: 'D:\ORACLE\P02\ORIGLOGB\CNTRL\CNTRLP02.DBF'
    ORA-27072: File I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.
    When we are performing backup then data base termination occuring freequently.
    Give right solution as early as possible.
    Thanks,
    Nani.

    Hi,
    Have a look at below snote which actually speaks about the oracle error codes
    Snote :  546006
    within the Snote it says :-
    " If you cannot access a database file (for instance a data file, control file or RedoLog) for whatever reason, an ORA-270xx appears. The actual cause comes from additional error messages (usually in the operating system) that occur on ORA-270xx. "
    And as per your last update
    " ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: 'D:\ORACLE\P02\ORIGLOGB\CNTRL\CNTRLP02.DBF' "
    i think there is problem accessing the database control file. Hence you  are facing the above problem.
    I think if you recreate your control file i think, it should resolve the problem.
    Hope it will be helpful to resolve your problem.
    Rgds
    Radhakrishna D S

  • Hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!!!

    hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!
    does anybody know how to solve this problem? thx!

    If you want to try to clear even more disk space see https://discussions.apple.com/thread/5872318?tstart=0

  • Immediate HELP in Tomcat 5 to Postgresql 7.4 database connectivity problem

    Hi,
    I failed to connect Tomcat 5.0.24 with Postgresql
    7.4.2. The files created by me and the changes i had
    made in the existing files are rates.jsp,
    conversionDAO.java, web.xml and server.xml. The error
    message on the top of the rest of it was "The value of
    useBean class attribute converter.conversionDAO is
    invalid". So far I found out that the coding for
    database connectivity purpose in conversionDAO.java
    cause the error. Another thing is Postgresql jdbc
    driver is required to set in the CLASSPATH for the
    java file to access the Postgresql database. I don't
    know where should I put it in Tomcat for web
    application. Anyway, I put it in
    $CATALINA_HOME/shared/lib according the book i
    refered. I do the database connectivity coding refer
    to the Tomcat Kick Start book from Sams Publishing.
    Below are the coding involved, please show me the
    mistake i had made. Thank you.
    ----server.xml----
    <Context path="/database"
    docBase="${catalina.home}/webapps/database" debug="0"
    reload="true">
    <ResourceParams name="jdbc/conversion">
    <parameter>
    <name>username</name>
    <value>myusername</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>mypassword</value>
    </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>org.postgresql.Driver</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:postgresql://localhost/conversion</value>
    </parameter>
    </ResourceParams>
    </Context>
    ----web.xml----
    <servlet>
    <servlet-name>conversionDAO</servlet-name>
    <servlet-class>converters.conversionDAO</servlet-class>
    </servlet>
    <resource-ref>
    <res-ref-name>jdbc/conversion</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    ----conversionDAO.java----
    public conversionDAO() throws SQLException,
    NamingException
    Context init = new InitialContext();
    Context ctx = (Context)
    init.lookup("java:comp/env");
    DataSource ds = (DataSource)
    ctx.lookup("jdbc/conversion");
    con = ds.getConnection();
    select = con.prepareStatement(
    "SELECT rate FROM Exchange WHERE src= ? AND dst =

    Immediate HELP in Tomcat 5 to Postgresql 7.4 database connectivity problem (cont.)
    Errors log
    2004-06-06 01:07:53 StandardContext[servlets-examples]SessionListener: contextDestroyed()
    2004-06-06 01:07:53 StandardContext[servlets-examples]ContextListener: contextDestroyed()
    2004-06-06 01:07:53 StandardContext[jsp-examples]SessionListener: contextDestroyed()
    2004-06-06 01:07:53 StandardContext[jsp-examples]ContextListener: contextDestroyed()
    2004-06-06 01:07:59 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2004-06-06 01:08:00 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2004-06-06 01:08:00 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2004-06-06 01:08:00 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2004-06-06 01:08:00 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2004-06-06 01:08:01 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /rates/rates.jsp(5,0) The value for the useBean class attribute converters.conversionDAO is invalid.
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:357)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:141)
         at org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:1217)
         at org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1116)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
         at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
         at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
         at org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
         at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
         at org.apache.jasper.compiler.Generator.generate(Generator.java:3261)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:244)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:422)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:507)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:274)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
    ----more----

  • Database configuring problem in setup of managed systems in SMD

    Hello,
    i'm doing the setup of a CRM 5.0 in SMD Abap+Java and the setup results returns following:
    "Database configuration problem"  with the exception:
    java.lang.NullPointerException
         at com.sap.smd.server.manager.SMDPluginProperties.setProperty(SMDPluginProperties.java:114)
         at com.sap.smd.agent.plugins.database.ConfigurationTask.configureCustomProperties(ConfigurationTask.java:242)
         at com.sap.smd.agent.plugins.database.ConfigurationTask.configureProperties(ConfigurationTask.java:370)
         at com.sap.smd.agent.plugins.database.ConfigurationTask.execute(ConfigurationTask.java:124)
         at com.sap.sup.admin.setup.AppCfgTasks.configureDbApp(AppCfgTasks.java:115)
         at com.sap.sup.admin.setup.SetupStep.execute(SetupStep.java:202)
         at com.sap.smd.agent.plugins.remotesetup.SapInstance.setup(SapInstance.java:217)
         at com.sap.sup.admin.setup.SapCluster.setup(SapCluster.java:461)
         at com.sap.sup.admin.setup.SapCluster.access$000(SapCluster.java:26)
         at com.sap.sup.admin.setup.SapCluster$SetupRunner.run(SapCluster.java:669)
         at java.lang.Thread.run(Thread.java:534)
    Anybody knows which can be the problem?
    Thanks a lot
    Carlos

    Hi Shriraj,
    ensure that the installation path is correct. I only put /urs/sap/<SID> and you must put /usr/sap/<SID>/DV***/.
    In my case with that the setup returns all in green.
    I hope it helps you
    Regards
    Carlos

  • Database connection problem when i try store the values in JTable

    Hi Sir,
    I have a database connection problem when i try to store the data's in a JTable.I think the problem is with in the database connection.I have used 3 vectors here.The database which i have used is
    Access.Where the program is compiling well.But when i run it only the first column heading is printed and error message showing that
    "Invalid Cursor State".I need to solve this problem.pls. do help me.
    I will provide u with the code.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.util.*;
    import java.sql.*;
    public class DataBaseVector extends JPanel
    //Container contentPane=getContentPane();
    JScrollBar jsb = new JScrollBar(JScrollBar.HORIZONTAL);
    JScrollBar jsb1 = new JScrollBar(JScrollBar.VERTICAL);
    Image i1;
    String url="jdbc:odbc:Ananth";
    Vector col=new Vector();
    Vector rows=new Vector();
    Vector rdata=new Vector();
    Connection conn;
    public DataBaseVector()
    //super("JTable With ScrollBars");
    this.setLayout(new BorderLayout());
    UIManager.put("ScrollBar.track",Color.red);
    UIManager.put("ScrollBar.thumb",Color.blue);
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    conn=DriverManager.getConnection(url); // Is there any problem here?
    Statement st=conn.createStatement();
    ResultSet rs=st.executeQuery("Select * from AccountMaster");
    // rs is the result set obtained
    ResultSetMetaData rsmd=rs.getMetaData();
    int cols=rsmd.getColumnCount();
    for(int i=1;i<=cols;i++)
    col.addElement(rsmd.getColumnName(i));
    rdata.addElement(rs.getString(i));
    rows.addElement(rdata);
    }catch(Exception e)
         System.out.println("The Error Message was:"+e.getMessage());
    JTable jt=new JTable(rows,col);
    int v=ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED;
    int h=ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED;
    JScrollPane jsp=new JScrollPane(jt,v,h);
    this.add(jsp,BorderLayout.CENTER);
    this.add(jsb, BorderLayout.SOUTH);
    this.add(jsb1, BorderLayout.EAST);
    public static void main(String args[])
    JFrame jf=new JFrame();
    JPanel frame=new DataBaseVector();
    jf.getContentPane().add(frame);
    jf.setSize(800,600);
    jf.setVisible(true);
    Thanx,
    m.ananthu

    The problem is ResultSet.next() is not called.
    Try this and modify the table creation as you need.
    ResultSetMetaData rsmd=rs.getMetaData();
    int cols=rsmd.getColumnCount();
         while(rs.next()) {
              for(int i=1;i<=cols;i++)
                        col.addElement(rsmd.getColumnName(i));
                        rdata.addElement(rs.getString(i));
              rows.addElement(rdata);
    Hope this helps

  • HD space problem in iMovie projects

    I'm having hd space problems with one of almost two identical iMovie projects. I'm looking for a way to reduce size (or free up space with in the overly large project.)
    Both projects were imported same...firewire from camera.
    Both are about same length...approximately 1.25 hours.
    Both have approximately same number of clips and are at the same stage in the process...some minor editing...no titles or transitions in either.
    However, one project is 14gb in size, the other is 54gb. This is obviously causing space issues with my 160gb hd. (I rarely have a project over 25gb...even with lengthier projects with titles and transitions,)
    When I view trash info for larger project in iMovie, it shows 12gb, but when I delete, space is not cleared from hd. Project size remains at 54gb.
    The only difference in projects...with larger project I copied some files from a third iMovie project that I've since deleted.
    Any thoughts on how I go free up space or reduce file size?
    I've restarted computer, deleted iMovie pref file, ran disc utility.
    I'm running latest version of Tiger (10.4.11) on eMac. iMovieHD version is 6.0.3

    I suspect that when you copied those files from the third iMovie project you brought over portions of the clips that had been edited out. For example, if you have a 20 minute clip in iMovie that you trim down to 5 minutes, the project still retains the entire 20 minutes, even though you are using only 5 minutes of it in the project. This is true even if you empty the trash. As long as any part of the clip remains in the project, the entire clip remains in storage. This is due to iMovie's nondestructive editing feature. You never lose any part of a clip that you trim off. Some or all of the clips that you copied over from the old project may have been edited that way such that you thought, for example, that you were bringing over a 5 minute clip, but actually brought over 20 minutes of material. Thus your project size is larger than needed.
    One way to get rid of the space caused by the extra 15 minutes would be to export the clip to Full Quality quicktime movie, and then substitute the Quicktime movie clip for the original clip in your project. The quicktime movie will contain only the 5 minutes used in the project and not the extra 15 minutes that the original clip carried with it. This would limit some of your ability to re-edit the new Quicktime movie clip, because you will not be able to modify or eliminate any special effects or titles that that are contained in it. Likewise, the 15 minutes that you eliminated will be lost. So keep that in mind if and when you delete the old clips. Before you export the old clips to a Quicktime movie, you want to eliminate any unwanted editing that they may contain. If these old clips contain a lot of special effects that might account for their larger size as well.
    Keep a copy of the old edited clips until you are certain that your new project is exactly the way you want it.
    Hope this helps. If your problem is not the above, hopefully others will be able to offer some helpful comments.

  • Database space

    Hi Gurus,
    My client had never used LO cockpit before. I am activating the extract structures for MM. I am aware that filling up lot of set up tables and subsequent process may require lot of database space in the production server. I dont know how big the database is now.
    Can someone please guide me regarding this. Whether i need to ask my DBA team to increase the DB memory both in the BW and R/3 production server. I f you have figures of the space it may be of lot of help. Data may run into few million records ( around 10 million).
    thanks in advacne
    regards
    satish

    Dear Satish,
    You can check the database size and the available space size of a certain SAP system in transaction DB02. If you furthermore select "Object Details" (this is the name in NetWeaver 7.0, in NetWeaver 2004 it is slightly different, as far as I remember) you should be able to check the size of the R/3 tables which you are going to extract.
    SE11 could be helpful, too. This transaction tells you which length the table records have. If you multiply the value with the number of records you want to extract, you will get a first impression regarding the space size that will be needed.
    I hope that these hints help to answer your question.
    Kind regards,
    Stefan
    Message was edited by:
            Stefan Christen

Maybe you are looking for