Database Administration (MOSC)

MOSC Banner

Oracle Export/Import LOB tables

edited Mar 14, 2013 4:31AM in Database Administration (MOSC) 3 commentsAnswered
Dear!

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',

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center