как принудительно отключить сжатие при impdp ?

Е_Гусева
Дата: 14.10.2015 12:05:40
ProgMann
Е_Гусева
пропущено...

11.2.0.3.0 EE

Тогда придется создать таблицу и уже в неё заливать данные ..............



а в другой какой-то версии можно как-то по-другому?
ProgMann
Дата: 14.10.2015 13:16:06
Е_Гусева
ProgMann
пропущено...
Тогда придется создать таблицу и уже в неё заливать данные ..............

а в другой какой-то версии можно как-то по-другому?


В Оракл 12с DPImport имеет параметр
TABLE_COMPRESSION_CLAUSE: NONE | compression_clause

If NONE is specified, the table compression clause is omitted (and the table gets the default compression for the tablespace). Otherwise the value is a valid table compression clause (for example, NOCOMPRESS, COMPRESS BASIC, and so on). Tables are created with the specified compression. See Oracle Database SQL Language Reference for information about valid table compression syntax.

If the table compression clause is more than one word, it must be contained in single or double quotation marks.

Specifying this transform changes the type of compression for all tables in the job, including tables that provide storage for materialized views.


Ставите
TRANSFORM = TABLE_COMPRESSION_CLAUSE:NONE
и тогда таблицы будут от тэйблспейса воспринимать способ компрессии ..............
Е_Гусева
Дата: 14.10.2015 14:18:58
ProgMann
Е_Гусева
пропущено...

а в другой какой-то версии можно как-то по-другому?


В Оракл 12с DPImport имеет параметр
TABLE_COMPRESSION_CLAUSE: NONE | compression_clause
If NONE is specified, the table compression clause is omitted (and the table gets the default compression for the tablespace). Otherwise the value is a valid table compression clause (for example, NOCOMPRESS, COMPRESS BASIC, and so on). Tables are created with the specified compression. See Oracle Database SQL Language Reference for information about valid table compression syntax.

If the table compression clause is more than one word, it must be contained in single or double quotation marks.

Specifying this transform changes the type of compression for all tables in the job, including tables that provide storage for materialized views.


Ставите
TRANSFORM = TABLE_COMPRESSION_CLAUSE:NONE
и тогда таблицы будут от тэйблспейса воспринимать способ компрессии ..............



эээх, придется орекел переустанавливать (((
eev
Дата: 14.10.2015 14:27:54
Е_Гусева,
impdp SEGMENT_ATTRIBUTES
Opus Magnum
Дата: 14.10.2015 17:41:01
Переустанавливать Оракл чтобы пожать таблицу?
А почему нельзя MOVE сделать после импорта?
Е_Гусева
Дата: 14.10.2015 17:47:16
Opus Magnum
Переустанавливать Оракл чтобы пожать таблицу?
А почему нельзя MOVE сделать после импорта?


потому что она не влезит.

проще оракел переустановить
AlexFF__|
Дата: 14.10.2015 17:48:51
Е_Гусева
эээх, придется орекел переустанавливать (((

Не легче TS перенести, тем более, что таблиц тысячи...?