среда, 19 августа 2009 г.

Roles in PL/SQL

Use authid current_user
Need to have granted directly to compile

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

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

Update BLOB

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