Hi,
I think there's a bug here in parsing:
ORA-01008: not all variables bound
Version 13.0.4.1906 (64 bit)
I think there's a bug here in parsing:
ORA-01008: not all variables bound
PL/SQL DeveloperBEGIN
-- Test statements here
EXECUTE IMMEDIATE q''
USING OUT :c;
END;
Version 13.0.4.1906 (64 bit)
Last edited: