пятница, 11 декабря 2009 г.

oradim DIM-00003

One of possible reason - underscore in sid name:

C:\project\new_sid>oradim -new -SID new_sid
DIM-00003: An argument is missing for the parameter.

C:\project\new_sid>oradim -new -SID newsid
Instance created.

Update BLOB

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