<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Oracle_DBMS_OUTPUT.PUT_LINE</id>
	<title>Oracle DBMS OUTPUT.PUT LINE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Oracle_DBMS_OUTPUT.PUT_LINE"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Oracle_DBMS_OUTPUT.PUT_LINE&amp;action=history"/>
	<updated>2026-05-13T10:25:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=Oracle_DBMS_OUTPUT.PUT_LINE&amp;diff=2095&amp;oldid=prev</id>
		<title>Egge: New page: Q: How do I view the output from DBMS_OUTPUT.PUT_LINE statements in a stored procedure.  A: You can have the output sent to your screen if you run the following statement before executing ...</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=Oracle_DBMS_OUTPUT.PUT_LINE&amp;diff=2095&amp;oldid=prev"/>
		<updated>2009-06-24T01:56:02Z</updated>

		<summary type="html">&lt;p&gt;New page: Q: How do I view the output from DBMS_OUTPUT.PUT_LINE statements in a stored procedure.  A: You can have the output sent to your screen if you run the following statement before executing ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Q: How do I view the output from DBMS_OUTPUT.PUT_LINE statements in a stored procedure.&lt;br /&gt;
&lt;br /&gt;
A: You can have the output sent to your screen if you run the following statement before executing the stored proc:&lt;br /&gt;
&lt;br /&gt;
SET SERVEROUTPUT ON&lt;br /&gt;
&lt;br /&gt;
Q: Is there any other way to get the output?  &lt;br /&gt;
&lt;br /&gt;
A: Programatically, you can call DBMS_OUTPUT.GET_LINE, and dump the results to the screen/log.  SQLPlus does this for you, but most programs don&amp;#039;t.  &lt;br /&gt;
&lt;br /&gt;
http://docstore.mik.ua/orelly/oracle/bipack/ch06_01.htm&lt;br /&gt;
You will see output from this package only after your program completes its execution. You cannot use DBMS_OUTPUT to examine the results of a program while it is running. And if your program terminates with an unhandled exception, you may not see anything at all!&lt;br /&gt;
&lt;br /&gt;
http://www.cs.umbc.edu/help/oracle8/server.815/a68001/dbms_out.htm&lt;br /&gt;
&lt;br /&gt;
In a separate PL/SQL procedure or anonymous block, you can display the buffered information by calling the GET_LINE procedure. If you do not call GET_LINE, or if you do not display the messages on your screen in SQL*Plus or Enterprise Manager, then the buffered messages are ignored. The DBMS_OUTPUT package is especially useful for displaying PL/SQL debugging information.&lt;br /&gt;
&lt;br /&gt;
[[Category:Oracle]]&lt;/div&gt;</summary>
		<author><name>Egge</name></author>
	</entry>
</feed>