DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: SQL Plus command question

  1. #1
    Join Date
    Mar 2001
    Posts
    287

    SQL Plus command question

    "undefine" can be used to undefine a variable. Is there an option to undefine all variables once? (For example, to clear ALL column format, enter CLEAR COLUMNS.)
    Last edited by dba_admin; 01-15-2004 at 08:36 PM.

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    You can do "undef var1_name var2_name var3_name etc" all on one line, but no magic "undef all" command (you can use undef as an abbreviation for undefine).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width