Petros Amiridis
Member²
Is the statement below executed in a TOracleScript? It seems it gets ignored.
I know that I can write
I just want to be sure that the former is not supported.
Thanx,
--
Petros
Code:
execute schema.some_procedure
Code:
begin
schema.some_procedure;
end;
Thanx,
--
Petros