Oracle Export/Import LOB tables
I have the Oracle table with LOB data.
I have in table CMS_DATA 1000 records.
For this table I have index files with 3500 records.
I made EXPORT/IMPORT table on new database.
In new database I have the same 1000 records in CMS_DATA table,
but I have in idex file 1500 records only.
I made rebuld index !
Why is the number of index records in the new database smaller?
Regards!
Hine
-------------------------------------------------------------------------------
CREATE TABLE MYDB.CMS_DATA
( DATAID NUMBER,
DATAKATEGORIJAID NUMBER,
DATUM DATE,
IME VARCHAR2(256 BYTE),
DATA BLOB,
TIP VARCHAR2(64 BYTE),
KONCNICA VARCHAR2(16 BYTE),
VELIKOST NUMBER,
LANGUAGE CHAR(2 BYTE) DEFAULT 'EN',