Data Type = boolean, Param Type = out
Posted: Sun 21 Jun 2009 09:06
1. ODAC 6.50.0.35
2. OraSQL:
begin
:b := true;
end;
b: Data Type = boolean, Param Type = out
3. Execute
4. Error:
ORA-06550: line 2, column 9:
PLS-00382: expressin is of wrong type
ORA-06550: line 2, column 3:
PL/SQL: Statement ignored

2. OraSQL:
begin
:b := true;
end;
b: Data Type = boolean, Param Type = out
3. Execute
4. Error:
ORA-06550: line 2, column 9:
PLS-00382: expressin is of wrong type
ORA-06550: line 2, column 3:
PL/SQL: Statement ignored