понедельник, 10 января 2011 г.

General: Oracle parameters

-- Session
v$parameter
-- Current system (for new sessions)
v$system_parameter
-- Current spfile
v$spparameter

Комментариев нет:

Отправить комментарий

Update BLOB

set define off DECLARE    vb1 CLOB := 'long text';    vb2 CLOB :=                 'long text';    vb3 CLOB :=              ...