Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBMS_OUTPUT.PUT_LINE and implict cursor value

310285Sep 16 2002
Why cant the following work and get error message
"wrong number or types of arguments in call to 'PUT_LINE'"

begin
for x in ( select column1 from t )
loop
DBMS_OUTPUT.PUT_LINE( x );
end loop
end;


thanks

barr-kum
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2002
Added on Sep 16 2002
2 comments
220 views