Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I want to use the tOracleSP which can perform functions / procedures with parameters. However I need to pass a parameter type (IN) as:
TYPE g_rec_param IS RECORD
(
l_param_name VARCHAR2(20),
l_param_type VARCHAR2(20),
l_param_value VARCHAR2(100)
);
I wanted to know if it was possible and if yes, how?
I looked on the internet without having an answer.
Thank you