Microsoft
Software
Hardware
Network
Question : How to supress variable output???
I'm a newbie to PL/SQL, I'm trying to run a script and get some HTML output using a variable passed from the command line, @c:\Scripts\test.sql myvariable.
The variable is passed correctly to the script and I am trying to spool the output to an HTML file, that also is working correctly with the exception of the 1st 2 lines of the output seen below:
old 4: entity VARCHAR(25) := &1;
new 4: entity VARCHAR(25) := myvariable;
<HTML>
<HEAD>
The script that I am using looks like this:
set feedback off
spool w:\DATA\detail.html
SET SERVEROUTPUT ON
DECLARE
l_dummy NUMBER(26,3);
i NUMBER := 1;
name VARCHAR(25) := &1;
CURSOR users IS
(SELECT DISTINCT SUBSTR(level_2,1,6) users FROM people WHERE level_1 = name...
So my question is can I suppress the 1st 2 lines of the output?
Thanks,
NG
Answer : How to supress variable output???
'set verify off' above the commands in the script
Random Solutions
Making a Button on a Form Visible After Checking the Text Property of a ComboBox on the Form
execution of procedure
How do I charge for a job?
Cisco 2950 Vlan for Voice
Access Report Ribbon
Event ID 5000 error office11shipassert
Apache - Tomcat TCP Connection problem - CLOSE_WAIT / FIN_WAIT_2
How do I find the .NET FW version on 64 bit Windows 7? XP?
SSG5 VPN Routing, internal LAN route works, VPN route doesnt.
GP error --> Key segment not found <-- within Customer Service Mgt