Problem creating LOB segment

Hi all,
I'm working with 11gR2 version in RAC environment with 2 nodes. I'm creating the schemes on my new database with empty tablespaces and 100Mb of initial free space. I'm having an error on the creation of this table:
CREATE TABLE "IODBODB1"."DOCUMENTOS"
(     "ID_DOC" NUMBER NOT NULL ENABLE,
     "ID_APP" NUMBER(5,0) NOT NULL ENABLE,
     "ID_CLS" NUMBER(6,0) NOT NULL ENABLE,
     "CREATE_FEC" DATE NOT NULL ENABLE,
     "LAST_MODIFIED_FEC" DATE NOT NULL ENABLE,
     "DOC_NAME" VARCHAR2(100 BYTE) NOT NULL ENABLE,
     "DOC_SIZE" NUMBER NOT NULL ENABLE,
     "DOC_DATA" BLOB NOT NULL ENABLE,
     "CLASE_FORMATO_FORMATO" VARCHAR2(150 BYTE),
     "REGULAR_NAME" VARCHAR2(100 BYTE) NOT NULL ENABLE,
     "USUARIO" VARCHAR2(25 BYTE),
     "USUARIO_LEVEL" VARCHAR2(5 BYTE)
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "ODBODB_TBD_DADES"
LOB ("DOC_DATA") STORE AS BASICFILE (ENABLE STORAGE IN ROW CHUNK 8K PCTVERSION 10 NOCACHE LOGGING STORAGE( BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT))
PARTITION BY LIST ("ID_APP")
SUBPARTITION BY RANGE ("ID_DOC")
PARTITION "PTL_DOCUMENTOS_FICTICIO" VALUES (0) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
STORAGE(BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "ODBODB_TBD_DADES"
LOB ("DOC_DATA") STORE AS BASICFILE (ENABLE STORAGE IN ROW CHUNK 8K PCTVERSION 10 NOCACHE LOGGING STORAGE(BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT))
(SUBPARTITION "PTR_DOCUMENTOS_FICTICIO" VALUES LESS THAN (MAXVALUE) LOB ("DOC_DATA") STORE AS (TABLESPACE "ODBODB_TBL_LOBS" ) TABLESPACE "ODBODB_TBD_DADES" NOCOMPRESS ) );
PARTITION "PTL_DOCUMENTOS_ALFIMG" VALUES (2) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
STORAGE(BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "ODBODB_TBD_DADES"
LOB ("DOC_DATA") STORE AS BASICFILE (ENABLE STORAGE IN ROW CHUNK 32K PCTVERSION 10 NOCACHE LOGGING STORAGE(BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT))
(SUBPARTITION "STR_DOCUMENTOS_ALFIMG" VALUES LESS THAN (MAXVALUE) LOB ("DOC_DATA") STORE AS (TABLESPACE "BEALFIMG_TBL_ODB" ) TABLESPACE "BEALFIMG_TBD_ODB" NOCOMPRESS )
The error is:
ORA-03252: initial extent size not enough for LOB segment
I can't understand how Oracle can't allocate enough extents to create the LOB segment, and I don't know to which LOB segment it refers because the sqlplus don't mark it with the error.
Any ideas about this issue?
Thanks in advance!
dbajug

Please, forget this post, I feel dumb... The LOB segment need to have same size of the rest of partition...

Similar Messages

  • Performance of LOB Segments for Blob Columns

    Hi,
    I am migrating 11,000 rows of tiff images from Informix to Oracle.In Informix the datatype for the image storage is Byte and Oracle we chose it to Blob.
    The Blob column is creating lob segment and lob index.
    When I do the migration I observe that the size of the lob segment object is increasing rather than the table object.
    So due to creation of this lob segment for the Blob column,will there be any performance issues while retrieval of images from the database and Inserting images into into the database.
    Can I get all the issues that can be encountered by storing data in blob column in terms of lob segment.
    This is very important information for us as the application has lot of SQL queries for retrieving and injecting images in the database.
    It will be really apprecialbe if you can provide Information about this.
    Thanks & Regards
    Ramanathan KrishnaMurthy

    I agree with D.Morgan that object type with 250 attributes is doubtful.
    I don't like object tables (tables with "row objects") too.
    But, your table is a relational table with object column ("column object").
    C.J.Date in An introduction to Database Systems (2004, page 885) says:
    "... object/relational systems ... are, or should be, basically just relational systems
    that support the relational domain concept (i.e., types) properly - in other words, true relational systems,
    meaning in particular systems that allow users to define their own types."
    1. How will Oracle store the data in the ADT column?...
    For some answers see:
    “OR(DBMS) or R(DBMS), That is the Question”
    http://www.quest-pipelines.com/pipelines/plsql/tips.htm#OCTOBER
    and (of course):
    "Oracle® Database Application Developer's Guide - Object-Relational Features" 10g Release 2 (10.2)
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14260/adobjadv.htm#i1006903
    Regards,
    Zlatko

  • Graphical Mapping Problem : Create Segments by conditions

    Hi,
    i have a problem while mapping an incoming invoice to IDoc Invoic02. I had to create some Segments (E1EDP02) on basis of identifiers in the incoming message. I hope the following example i created will help to understand my exact problem:
    EXAMPLE MESSAGE:
    <invoice>
    <document>
    <position>
       <line>
         <posnum> 1 </posnum>
         <IMD>
         <ident> Name </ident>
         <val>   Maxx </val>
         </IMD>
         <IMD>
         <ident> Age </ident>
         <val>   19 </val>
         </IMD>
         <IMD>
         <ident> Gender </ident>
         <val>   Male </val>
         </IMD>
       </line>
    </position>
    <position>
       <line>
         <posnum> 2 </posnum>
         <IMD>
         <ident> Name </ident>
         <val>   Tina </val>
         </IMD>
         <IMD>
         <ident> Age </ident>
         <val>   28 </val>
         </IMD>
         <IMD>
         <ident> Gender </ident>
         <val>   Female </val>
         </IMD>
       </line>
    </position>
    </document>
    </invoice>
    THE RESULT I WANT:
    <invoic02>
    <E1EDP01>
    <SEGMENT> </SEGMENT>
    <POSEX> 1 </POSEX>
      <E1EDP02>
           <SEGMENT> </SEGMENT>
         <QUALF> 021 </QUALF>
         <BELNR> 19 </BELNR> // THIS should be the Age
      </E1EDP02>
      <E1EDP19>
      </E1EDP19>
    </E1EDP01>
    <E1EDP01>
    <SEGMENT> </SEGMENT>
      <POSEX> 2 </POSEX>
      <E1EDP02>
         <SEGMENT> </SEGMENT>
         <QUALF> 021 </QUALF>
         <BELNR> 28 </BELNR> // THIS should be the Age
      </E1EDP02>
      <E1EDP19>
      </E1EDP19>
    </E1EDP01>
    </invoic02>
    I tried to different ways to get the above result but i failed
    My first try:
    ident      -------|--- equalsS ------ createIf ---- E1EDP02
    Constant[000] --------- SEGMENT
    Constant[Age]--|
    ident      -------|--- equalsS ------ ifWithoutElse ---- QUALF
    Constant[Age]--|             |          
                           |
                        Constant[021]
    ident      -------|--- equalsS ------ ifWithoutElse ---- BELNR
    Constant[Age]--|             |          
                           |
                           val
    Result:
    The E1EDP02 Element will not created reliable. Sometimes it is there sometimes not dunno why ? Any Idea ?
    My second try:
    IMD -------------- E1EDP02
    Constant[000] --------- SEGMENT
    ident      -------|--- equalsS ------ ifWithoutElse ---- QUALF
    Constant[Age]--|             |          
                           |
                        Constant[021]
    ident      -------|--- equalsS ------ ifWithoutElse ---- BELNR
    Constant[Age]--|             |          
                           |
                           val
    Result:
    Now every E1EDP01 Element has two E1EDP02 Elements. One correct one and an empty one with only a segment element. Is there a way to delete this empty elements ?
    Any ideas to create a working mapping ?
    Thanks

    @Liang Ji 
    When i do this i have only the first E1EDP01 Element
    @Tarang Shah
    Which function i had to use for this ?
    Thank you

  • How to move lob segment in partitioned table

    On my Oracle 11.2, I have a partitioned table wich I would like to move to another tablespace
    After invoking script, there's still unmoved lob segment withing table
    CREATE TABLE BONGO.AAA_3
      ID       NUMBER,
      DATUM    DATE,
      OBJEKAT  BLOB
    TABLESPACE BONGODATA_HUGE
    PCTUSED    40
    PCTFREE    10
    INITRANS   1
    MAXTRANS   255
    LOGGING
    PARTITION BY RANGE (DATUM)
      PARTITION P_MAXVALUE VALUES LESS THAN (MAXVALUE)
        LOGGING
        NOCOMPRESS
        TABLESPACE BONGODATA_HUGE
    LOB (OBJEKAT) STORE AS
            (   TABLESPACE  BONGODATA
              ENABLE        STORAGE IN ROW
              CHUNK       8192
              RETENTION
              NOCACHE
              STORAGE    (
                          INITIAL          64K
                          NEXT             1M
                          MINEXTENTS       1
                          MAXEXTENTS       UNLIMITED
                          PCTINCREASE      0
                          FREELISTS        1
                          FREELIST GROUPS  1
                          BUFFER_POOL      DEFAULT
        PCTUSED    40
        PCTFREE    10
        INITRANS   1
        MAXTRANS   255
        STORAGE    (
                    INITIAL          64K
                    NEXT             1M
                    MINEXTENTS       1
                    MAXEXTENTS       UNLIMITED
                    FREELISTS        1
                    FREELIST GROUPS  1
                    BUFFER_POOL      DEFAULT
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;how to move this lob segment in partitioned table?
    or, is there some package for data move within tablespaces?
    regards

    tnx...
    now, I have another problem..
    I have a nested table within partitioned table, and I'm trying to move it to another tablespace.
    I tried to move child table (of nested type colum), but I didn't succedeed...

  • ORA-01652: unable to extend lob segment . by in  tablespace .

    Hello.
    We have 2 application servers 10.1.2.2. Each have its own infrastrusture.
    We run report from form. On one AS report works fine.
    On the second AS we get error:
    ORA-01652: unable to extend lob segment . by in tablespace .
    Exactly the same message with dots.
    What do we need to extend? Tablespace of second AS infrastructure? But which tablespace?
    Thanks.

    Maybe the problem is in this procedure (procedure loads data from file system into database):
    create or replace PROCEDURE load_document
    (P_ID IN document.ID%TYPE
    ,P_doc_name IN document.name%TYPE
    IS
         source BFILE := BFILENAME('source_map', p_doc_name);
         where_to BLOB;
    BEGIN
         SELECT file INTO source
         FROM document
         WHERE id = p_id
         FOR UPDATE;
         DBMS_LOB.OPEN(source, DBMS_LOB.LOB_READONLY);
         DBMS_LOB.OPEN(where_to, DBMS_LOB.LOB_READWRITE);
         DBMS_LOB.LOADFROMFILE(where_to, source, dbms_lob.getlength(source));
         DBMS_LOB.CLOSE(where_to);
         DBMS_LOB.CLOSE(source);
         COMMIT;
    END;
    If we remove this procedure from form, we don't get any error from both application servers.
    Why does this code works with one AS and not with the second one?
    Thanks.

  • Truncate table will delete the corresponding LOB segment of table or not ?

    Hi All,
    I have few table with LOB segments, if i fire the truncate table on those table will it purge the LOB segment as well ?
    Approximately how much time will take to truncate 100gb LOB segments.
    Thanks

    903787 wrote:
    Hi ,
    1.Truncate will delete the LOB segment or not ?It won't delete the LOB segments but it should release most of the allocated space.
    >
    2.To reclaim space we need to run the below command, is it correct ?
    ALTER TABLE <table_name> MODIFY LOB (LOB_COLUMN) (SHRINK SPACE);
    Should not be needed in 11.2:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    SQL> select count(*) from user_segments;
      COUNT(*)
             0
    SQL>
    SQL> create table t(x clob);
    Table created.
    SQL> select segment_name, segment_type, bytes
      2  from user_segments;
    SEGMENT_NAME                             SEGMENT_TYPE            BYTES
    T                                        TABLE                   65536
    SYS_IL0000030908C00001$$                 LOBINDEX                65536
    SYS_LOB0000030908C00001$$                LOBSEGMENT              65536
    SQL>
    SQL> insert into t select lpad(segment_name,8192) from dba_segments;
    6312 rows created.
    SQL> commit;
    Commit complete.
    SQL>
    SQL> select segment_name, segment_type, bytes
      2  from user_segments;
    SEGMENT_NAME                             SEGMENT_TYPE            BYTES
    T                                        TABLE                  393216
    SYS_IL0000030908C00001$$                 LOBINDEX                65536
    SYS_LOB0000030908C00001$$                LOBSEGMENT           53477376
    SQL>
    SQL> truncate table t;
    Table truncated.
    SQL>
    SQL> select segment_name, segment_type, bytes
      2  from user_segments;
    SEGMENT_NAME                             SEGMENT_TYPE            BYTES
    T                                        TABLE                   65536
    SYS_IL0000030908C00001$$                 LOBINDEX                65536
    SYS_LOB0000030908C00001$$                LOBSEGMENT              65536
    SQL>
    SQL> alter table t modify lob(x) (shrink space);
    Table altered.
    SQL>
    SQL> select segment_name, segment_type, bytes
      2  from user_segments;
    SEGMENT_NAME                             SEGMENT_TYPE            BYTES
    T                                        TABLE                   65536
    SYS_IL0000030908C00001$$                 LOBINDEX                65536
    SYS_LOB0000030908C00001$$                LOBSEGMENT              65536
    SQL>

  • Problem with Idoc segment maximum length

    Hi friends,
    We are now creating a new Idoc type. We have started to create the first segment but we encountered a major problem.
    The problem is that we have a field of 4000 characters but the limit of all segment fields together is 1000 characters.
    Is there any way to change this limitation or another way to define Idoc?
    Thanks in advanced,
    Udi Dekel.

    Hi,
    When you create a segment that exceeds the max length, SAP automatically creates a child segment for the exceeded length. For your problem though, you can create 4 segments of length 1000 each and split the data in these 4 segments and then concatenate the data later in the idoc processing function module. On the other hand if it is an outbound idoc, you can ask the receiving system to do the same.
    Best regards,
    Advait

  • LOB Segments

    Hi
    How is the size of the LOBSEGMENT caluclated? We carried out an insert of around 50 odd columns into a table that contained a CLOB value, but we observed that LOBSEGMENT value was a very huge figure, around 400mb, though the entire data contained in the table would not exceed 50 mb. The LOBSEGMENT has an intial extent of 65536 bytes. If it goes on increasing, what will be its max limit?
    Initially, when the clobs were being created, we ran out of table space and therefore the rows did not get created. But the LOBSEGMENT was observed to be around 200 mb in size though there were zero rows in the table.
    Also, we did the clob manipulation using DBMS_LOB package and observed that midway during the generation of clob data, the session got killed somehow. And this happened four to five times during the clob creation.
    Please help :-)
    Thanks,
    Vinoj

    You can use DBA_LOBS to link tables and LOB columns:
    select table_name, column_name, segment_name
    from dba_lobs
    where segment_name = <...>The 10 biggest LOB segments with table and column info should be retrieved with:
    select * from (
    select
    l.owner,
    l.table_name,
    l.column_name,
    l.segment_name,
    round(s.bytes/1024/1024) as mb
    from dba_lobs l , dba_segments s
    where l.owner = s.owner
    and l.segment_name = s.segment_name
    order by s.bytes desc
    ) where rownum < 11;If you are using SAP you should contact SAP support to make sure any script is also supported by SAP.
    Edited by: P. Forstmann on 31 oct. 2011 17:29
    Edited by: P. Forstmann on 31 oct. 2011 17:30

  • LOB segment size is 2 times bigger than the real data

    here's an interesting test:
    1. I created a tablespace called "smallblock" with 2K blocksize
    2. I created a table with a CLOB type field and specified the smallblock tablespace as a storage for the LOB segment:
    SCOTT@andrkydb> create table t1 (i int, b clob) lob (b) store as
    t1_lob (chunk 2K disable storage in row tablespace smallblock);
    3. I insert data into the table, using a bit less than 2K of data for the clob type column:
    SCOTT@andrkydb> begin
    2 for i in 1..1000 loop
    3 insert into t1 values (mod(i,5), rpad('*',2000,'*'));
    4 end loop;
    5 end;
    6 /
    4. Now I can see that I have an average of 2000 bytes for each lob item:
    SCOTT@andrkydb> select avg(dbms_lob.getlength(b)) from t1;
    AVG(DBMS_LOB.GETLENGTH(B))
    2000
    and that all together they take up:
    SCOTT@andrkydb> select sum(dbms_lob.getlength(b)) from t1;
    SUM(DBMS_LOB.GETLENGTH(B))
    2000000
    But when I take a look at how much is the LOB segment actually taking, I get a result, which is being a total mystery to me:
    SCOTT@andrkydb> select bytes from dba_segments where segment_name = 'T1_LOB';
    BYTES
    5242880
    What am I missing? Why is LOB segment is being ~2 times bigger than it is required by the data?
    I am on 10.2.0.3 EE, Solaris 5.10 sparc 64bit.
    Message was edited by:
    Andrei Kübar

    thanks for the link, it is good to know such thing is possible. Although I don't really see how can it help me..
    But you know, you were right regarding the smaller data amounts. I have tested with 1800 bytes of data and in this case it does fit just right.
    But this means that there is 248 bytes wasted (from my, as developer, point of view) per block! But if there is such an overhead, then I must be able to estimate it when designing the data structures. And I don't see anywhere in the docs a single word about such thing.
    Moreover, if you use NCLOB type, then only 990 bytes fits into a single 2K chunk. So the overhead might become really huge when you go over to gigabyte amounts...
    I have a LOB segment for a nclob type field in a production database, which is 5GB large and it contains only 2,2GB of real data. There is no "deleted" rows in it, I know because I have rebuilt it. So this looks like a total waste of disk space... I must say, I'm quite disappointed with this.
    - Andrei

  • Move LOB segment

    Oracle 11.0.1.7:
    How can I move the lob segment: I am trying this
    CREATE TABLE PART_TMP(
      PAYLOAD_ID Number(19,0) NOT NULL,
      created_date timestamp(6),
      pay blob
    LOB ("PAY") STORE AS (DISABLE STORAGE IN ROW TABLESPACE EFE_LOB)
    PARTITION BY RANGE (payload_id)
    interval (2)
    SUBPARTITION BY HASH (payload_id)
    SUBPARTITIONS 64(PARTITION PART_TMP_p00 VALUES LESS THAN (1));
    alter table part_tmp move subpartition SYS_SUBP28243 update indexes; --This works
    --But this doesn't work. Is this the right way of moving LOB segment? Looks like Lobs segment doesn't move with above command.
    alter table part_tmp move LOB(pay) subpartition SYS_SUBP28243 update indexesI need to move SUBPARTTION and associated LOB SUBPARTITION. Could someone please help?

    There is a table which has a LOB and there are lot of deletes and updates happening daily .
    I need to shrink the space. When I use:
    alter table lob_test modify lob (data) (shrink space);
    It throws an error cannot use shrink clause on this table. Table as no function based indexes and segment space management for this tablespace is auto.
    Can any one tell what is the best approach to reclaim the space.
    Can any one tell can I use the alter table move online or needs downtime.
    Thanks

  • Unable to extend lob segment SAPSR4DB

    Hi All,
    I am getting the error u201Cunable to extend lob segment SAPSR4DBu201D when i try to import any dependency into my SC or during the Assembly of my SCA. Then we go and increase the space of the table, it starts working.
    I would like to know how to resolve this problem and if there is any setting to be made so that the contents of this table are cleared automatically after being used?
    Regards,
    Poojith MV

    Hi,
    Have you cheked SAP / BRTOOLS for a tablespace overflow ?
    Mark

  • Can not create Rollback segment

    Hi,
    in 8i on Win 2003
    unfortunately I have dropped rollback tablespace. Now when creating I receive ORA-01552 :
    SQL> CREATE PUBLIC ROLLBACK SEGMENT "RBS1"
      2      TABLESPACE "RBS"
      3      STORAGE ( INITIAL 204k NEXT 10K MINEXTENTS 2 MAXEXTENTS
      4      32);
    CREATE PUBLIC ROLLBACK SEGMENT "RBS1"
    ERROR at line 1:
    ORA-01552: cannot use system rollback segment for non-system tablespace 'RBS'Any solution ?
    Thank you.

    @Satish,
    DRSYS is one of the default tablespaces which used to come with the DBCA ,
    http://download-west.oracle.com/docs/cd/A87860_01/doc/paraserv.817/a76934/chap1.htm#1014437
    @OP,
    Firrst thing is that you shouldn't create any segment , rollback or other in any system alike tablespace like DRSYS. You should create a seperate tablespace in which you should create the segments. As Satish asked already, there shouldn't be any problems as such but only the expectation of 1555 error due to the improper sizing of the rollback segments. But this is just a thought, it would be better if you explain your doubt(s) .
    HTH
    Aman....

  • Generating list in "Create a Segment" returns whole customer list.

    Hi.
    In obiee marketing (Oracle Business Intelligence 10.1.3.4), we are trying to generate a marketing list.
    We have created a list format ( customer nr,email, firstname,lastname). We have no filter on the format list.
    We have then created a segment and connected the segment to a list format.
    Our segment returns a part of our customer set. When we check the count, it returns 500 customers out of our total stock of 5,000, and this is the number that we are expecting.
    However, when click on "generate lists", the list includes all 5000 customers. It seems to be ignoring the segment and just returns what was in the format list.
    Why is this happening?
    We have read that when creating a list format you can check the “Re-qualify list results against original segment criteria”. But we are missing this check box in the Create list format section. Why are we missing this check box and does it have anything to do with our problem.
    Best Regards
    Joel

    Hi.
    We found the problem. In the Oracle BI Administration Tool, Marketing Manager, we didn't have Qualifying Keys set in our List Catalog.
    After setting the Qualifed List Item to our customer nr column, the “Re-qualify list results against original segment criteria” checkbox showed
    up when creating a format list.
    After this, when clicking on "generating lists" in the segment tool, our file contained the correct number of customers, instead of the whole customer population.
    //Joel

  • Dropping a Spatial LOB segment

    Hi guys,
    I´m trying to reduce the size of my datafile. but oracle spatial creates a LOB segment in this tablespace and I´m having trouble to move or drop it. Anybody here have any suggestion regarding this ?
    the LOB segment is called SYS_IL0000078552C00003$$
    Thanks in advance,
    Felipe

    Hi Felipe,
    What do you exactly want to do? Reorganizing your tablespace or ...?
    regards, Andreas
    btw: The SYS_IL0000078552C00003$$ you can't rename! The name is different in any database.

  • Alter partitioned lob segment syntax - trouble

    Hi,
    I've created range partitioned table as follows:
    CREATE TABLE TAB_NEW
    ID NUMBER(10) NOT NULL,
    DANE CLOB
    PCTUSED 40
    PCTFREE 5
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    NOLOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    NOMONITORING
    TABLESPACE BAD
    partition by range(ID)
    partition p1 values less than (3047004) tablespace BAD LOB(DANE) store as DANEP1 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p2 values less than (6090036) tablespace BAD LOB(DANE) store as DANEP2 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p3 values less than (9158799) tablespace BAD LOB(DANE) store as DANEP3 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p4 values less than (12237772) tablespace BAD LOB(DANE) store as DANEP4 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p5 values less than (15271041) tablespace BAD LOB(DANE) store as DANEP5 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p6 values less than (18304310) tablespace BAD LOB(DANE) store as DANEP6 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p7 values less than (21342986) tablespace BAD LOB(DANE) store as DANEP7 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p8 values less than (24376274) tablespace BAD LOB(DANE) store as DANEP8 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p9 values less than (27409624) tablespace BAD LOB(DANE) store as DANEP9 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p10 values less than (30442947) tablespace BAD LOB(DANE) store as DANEP10 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p11 values less than (33476406) tablespace BAD LOB(DANE) store as DANEP11 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p12 values less than (36509752) tablespace BAD LOB(DANE) store as DANEP12 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p13 values less than (39543085) tablespace BAD LOB(DANE) store as DANEP13 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p14 values less than (42577960) tablespace BAD LOB(DANE) store as DANEP14 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p15 values less than (45611690) tablespace BAD LOB(DANE) store as DANEP15 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p16 values less than (48645056) tablespace BAD LOB(DANE) store as DANEP16 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p17 values less than (51678366) tablespace BAD LOB(DANE) store as DANEP17 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p18 values less than (54711686) tablespace BAD LOB(DANE) store as DANEP18 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p19 values less than (57747336) tablespace BAD LOB(DANE) store as DANEP19 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p20 values less than (60782373) tablespace BAD LOB(DANE) store as DANEP20 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p21 values less than (63816780) tablespace BAD LOB(DANE) store as DANEP21 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p22 values less than (66852173) tablespace BAD LOB(DANE) store as DANEP22 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p23 values less than (69888407) tablespace BAD LOB(DANE) store as DANEP23 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p24 values less than (72923756) tablespace BAD LOB(DANE) store as DANEP24 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p25 values less than (75960757) tablespace BAD LOB(DANE) store as DANEP25 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p26 values less than (78997758) tablespace BAD LOB(DANE) store as DANEP26 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p27 values less than (82034759) tablespace BAD LOB(DANE) store as DANEP27 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p28 values less than (85071760) tablespace BAD LOB(DANE) store as DANEP28 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p29 values less than (88108761) tablespace BAD LOB(DANE) store as DANEP29 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p30 values less than (91145762) tablespace BAD LOB(DANE) store as DANEP30 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p31 values less than (94182763) tablespace BAD LOB(DANE) store as DANEP31 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p32 values less than (97219764) tablespace BAD LOB(DANE) store as DANEP32 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p33 values less than (100256765) tablespace BAD LOB(DANE) store as DANEP33 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p34 values less than (103293766) tablespace BAD LOB(DANE) store as DANEP34 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p35 values less than (106330767) tablespace BAD LOB(DANE) store as DANEP35 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p36 values less than (109367768) tablespace BAD LOB(DANE) store as DANEP36 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p37 values less than (112404769) tablespace BAD LOB(DANE) store as DANEP37 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition p38 values less than (115441770) tablespace BAD LOB(DANE) store as DANEP38 (tablespace BAD chunk 8k NOCACHE NOLOGGING ),
    partition P_MAX values less than (maxvalue) tablespace BAD LOB(DANE) store as DANEPMAX (tablespace BAD chunk 8k NOCACHE NOLOGGING )
    what is the syntax to change lob segments to logging ?
    Tried with :
    alter table TAB_NEW modify partition p1 lob(dane) store as DANEP1 (logging)
    but no success (ORA-00906: missing left parenthesis).
    Regards.
    G

    Ok, got that:
    alter table TAB_NEW modify partition p1 lob(dane) (cache);
    cache makes logging implicit, with
    nocache You can have logging or nologging :)
    Regards.
    G

Maybe you are looking for

  • Ipad deleted all the music on it's own.

    Listening to iPad and the music stopped playing. Tried to play anther song and there was no music on the iPad. It says "no items" when you go to a song list. The songs on the PC it was synced to disappeared as well. When you click any songs to play t

  • Unable to mark old Emails 'Complete' in SAP CRM IC

    Hi Experts, One of the user is facing a wierd issue where he is unable to mark an email complete for old emails in his agent inbox. He is able to mark new emails as Complete with no issues. Any clue on why this could be happening only for old emails

  • Material for BW-BPS 3.5

    Hello all, I am a BW consultant but I am new in BPS. I need some material to read about. Anyone could give me SAP official certification book in BPS? Thanks in advance. Carmen

  • Html form in an email body

    hey, Actually i, have a requirement to send an html form in the body of an email message( couple of radiob button questions, some checkboxes, etc.) and then read the recipients answers into a java program. when i tried sending this form in an email.

  • Searching for a file and returning location?

    Hello, Using flex 4, and creating an AIR desktop app for windows only, can you have a function search for a known file name and return the location? I cannot find anything about this, only an example for mac.