Calling a stored function with the Oracle DA
12 Jan
2000
12 Jan
'00
2:50 p.m.
All, The "begin procedure (x, y, ..); end;" syntax works for procedures okay, but how do I call a function? The typical quick & dirty way in sqlplus is variable x number -- or whatever begin :x := function (a, b, ...); end; This function actually does updating, so I can't use the pragmas to make it acceptable in a select. Thanks, Jim
9582
Age (days ago)
9582
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Cain