S SvenHeuer Member² Aug 28, 2003 #1 three questions: 1. Is there anything else i have to do on compressing long-field (CompressBLOB=true (i have always compressionratio of 0) 2. What is the ratio if i have two or more BLOB in a table? 3. Will the PLSQLDev support this feature? Greetigs Sven
three questions: 1. Is there anything else i have to do on compressing long-field (CompressBLOB=true (i have always compressionratio of 0) 2. What is the ratio if i have two or more BLOB in a table? 3. Will the PLSQLDev support this feature? Greetigs Sven
Marco Kalter Administrator Staff member Aug 28, 2003 #1 1. Is there anything else i have to do on compressing long-field Click to expand... Only binary fields (BLOB and LONG RAW) can be compressed. Character fields like CLOB and LONG cannot be compressed, because the character data will be transated by Oracle Net. 2. What is the ratio if i have two or more BLOB in a table? Click to expand... The average ratio. 3. Will the PLSQLDev support this feature? Click to expand... Yes (in a future release). ------------------ Marco Kalter Allround Automations
1. Is there anything else i have to do on compressing long-field Click to expand... Only binary fields (BLOB and LONG RAW) can be compressed. Character fields like CLOB and LONG cannot be compressed, because the character data will be transated by Oracle Net. 2. What is the ratio if i have two or more BLOB in a table? Click to expand... The average ratio. 3. Will the PLSQLDev support this feature? Click to expand... Yes (in a future release). ------------------ Marco Kalter Allround Automations
S SvenHeuer Member² Aug 28, 2003 #1 Long Raw?! I have only one table using a long (ReportBuilder). I should change this...... Thanx