powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Посоветуйте размер буфера в imp и exp
2 сообщений из 2, страница 1 из 1
Посоветуйте размер буфера в imp и exp
    #32148014
KSN
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
KSN
Гость
Стоит RH73, 1Гб памяти.SCSI диски.Вообщем как обычно.
Из каких соображений выбирать разбер буфера для imp и exp.
И зависит ли это от ОС на которой стоит.
...
Рейтинг: 0 / 0
Посоветуйте размер буфера в imp и exp
    #32152044
Фотография Barracuda UA
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
BUFFER
Default: operating system-dependent. See your Oracle operating system-specific
documentation to determine the default value for this parameter.
Specifies the size, in bytes, of the buffer used to fetch rows. As a result, this
parameter determines the maximum number of rows in an array fetched by Export.
Use the following formula to calculate the buffer size:

buffer_size = rows_in_array * maximum_row_size

If you specify zero, the Export utility fetches only one row at a time.
Tables with LONG, LOB, BFILE, REF, ROWID, LOGICAL ROWID, DATE, or type
columns are fetched one row at a time.

Note: The BUFFER parameter applies only to conventional path Export. It has
no effect on a direct path Export.

Example
This section shows an example of how to calculate buffer size.
Consider that the following table is created:
create table sample (name varchar(30), weight number);
The maximum size of the name column is 30, plus 2 bytes for the indicator. The
maximum size of the weight column is 22 (the size of the internal representation for
Oracle numbers), plus 2 bytes for the indicator.
Therefore, the maximum row size is 56 (30+2+22+2).
Export Parameters
To perform array operations for 100 rows, a buffer size of 5600 should be specified. :)
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / Oracle [игнор отключен] [закрыт для гостей] / Посоветуйте размер буфера в imp и exp
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]