Sqlplus common set commands

Source: Internet
Author: User


Sqlplus commonly used set commands set colsep ''; // # -- set echo off, a domain output separator; // # -- display each SQL command in the start script, the default value is on set feedback off; // # -- display the number of records processed by this SQL command. The default value is on set heading off; // # -- output domain title, the default value is on set pagesize 0; // # -- output the number of lines per page. The default value is 24. To avoid paging, you can set the value to 0. Set linesize 80; // ##-- output the number of characters in a row. The default value is 80 www.2cto.com set numwidth 12; // ##-- output the length of the number type domain. The default value is 10 set termout off; /// ## -- display the execution result of the command in the script. The default value is on set timing off; // ## -- display the time consumption of each SQL command. The default value is off set trimout on; /// ## -- remove the trailing space of each standard output line. The default value is off set trimspool on; // ## -- remove the trailing space of each line output by the redirection (spool). The default value is off.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.