вторник, 11 октября 2011 г.

Windows: Get details of service

-- Find service name
sc query state= all | findstr OracleService
-- Get details
sc qc OracleServiceORCL

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

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

Update BLOB

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