вторник, 7 декабря 2010 г.

resetlogs

1) archives the current online redo logs
2) resets the log sequence number to 1
3) gives the online redo logs a new time stamp and SCN

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

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

Update BLOB

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