The process of querying and outputting table structure data from the Oracle database under sqlplus

Source: Internet
Author: User

The system table for storing the attribute names in the Oracle table is dba_tab_columns. You can check all the attribute names from this table,

Set pagesize 0 -- set the page size. 0 indicates no limit. If it is set to 10, the second blank row after 10 rows of data;
Set num 18; set the number length. If it is not large enough, use scientific notation;
Set heading off; set not to question header,
Set feedback off; no response is required;
Set term off;
Set trimspool on;
Spool C:/data.txt;
@ SQL/1000. SQL; set the file name of the spool query statement. You can add a path such as @ C:/SQL .txt.
Spool off;
Exit;

 

 

Related Article

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.