Description Table Structure Describe Tablename; Open Display System Output Set ServerOutput On; System Output DBMS_Output.put (OutputString); output to temporary buffer dbms_output.put_line (outputstring); display all content of the buffer.