Display a record in a single dbms_output.put_line statement

How can I display a record in a single dbms_output.put_line statement?

    Requires Free Membership to View

dbms_output.put_line has the restrictions of displaying 255 characters. You can concatenate components of a record to display using dbms_output.put_line, but remember that the maximum length of the output string is 255 characters.

This was first published in February 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.