Security

--Create auto login wallet
orapki wallet create -wallet <location> -auto_login [-pwd password]
 
--Extproc in 11g
extproc in 11g, no need to set listener, use $ORACLE_HOME/hs/admin/extproc.ora 
BUT it is still safe to run as different user via listener ([ID 1263148.1])

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

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

Update BLOB

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