|
OUT
(write-only), and INOUT
(read and write).
Note: Unlike the type specifier in a PL/SQL variable declaration, the type specifier in a parameter declaration must be unconstrained. For example, CHAR(10) and VARCHAR(20) are illegal; CHAR or VARCHAR should be used instead. The actual length of a parameter depends on the corresponding argument that is passed in when the procedure is invoked.
Young Son: “Is it true, Dad, that in some parts of Africa a man doesn’t know his wife until he marries her?” Dad: “That happens in every country, son.” |