SQL Code Snippets
Showing posts with label
with parameters
.
Show all posts
Showing posts with label
with parameters
.
Show all posts
Wednesday, December 12, 2018
Execute Function Oracle SQL in TOAD
declare
v_smtpServerName varchar2(50);
begin
fnd_profile.get( 'SMTP_SERVER' , v_smtpServerName );
dbms_output.put_line(v_smtpServerName);
end;
Older Posts
Home
Subscribe to:
Posts (Atom)