dbTalk Databases Forums  

Sqlplus (set verify command)

comp.databases.oracle comp.databases.oracle


Discuss Sqlplus (set verify command) in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
losway
 
Posts: n/a

Default Sqlplus (set verify command) - 10-19-2005 , 02:11 AM






Hi everyone

Firstly i would like to thank everyone for their help an
suggestions
However, i still could not fulfil my boss request. Here what i need t
do

Original
SQL> set verify o
SQL> define myv = 10
SQL> select last_name from employees where employee_id = &myv
old : select last_name from employees where employee_id = &my
new : select last_name from employees where employee_id = 10

LAST_NAM
------------------------
King

Require
SQL> set verify o
SQL> define myv = 10
SQL> select last_name from employees where employee_id = &myv
new : select last_name from employees where employee_id = 10

LAST_NAM
------------------------
King

I only want the 'new query' to be printed out. That is all.
And im not supposed to use print statements to print out the query
Which means whenever the user changes the query, the printout o
query will be changed automatically. If by using print statements
the user has to change both the query and the print statements, henc
not robust

Could anyone help me? i appreciate your help very much. Thanks i
advance

Los


Reply With Quote
  #2  
Old   
Altasen.com
 
Posts: n/a

Default re:Sqlplus (set verify command) - 11-11-2005 , 02:11 AM






Hi losway

as far as I know this it not possible. It is all or no verif
information

HT

Roel Hogendoor
More information on Oracle Apps or Tech Oracle can be found on
http://www.altasen.co


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.