adspace


How to set up sql*plus output format in oracle?

Answer Posted / Munindra Kumar Mishra

"To customize the output format in SQL++ for Oracle, use the SET command. For example, to display column headings only once and to set field width for a specific column:

```sql
SET NEWPAGE 0 HEADING OFF FEEDBACK OFF TRIMOUT ON PAGE 99 LINESIZE 120 COLUMN col_name FORMAT A15"""

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is primary key clustered index?

1019


what are the advantages of sql ? : Sql dba

1142


How do I remove duplicates in two columns?

1187


Can we rollback truncate?

1074


what is dbms? : Sql dba

1061


define sql insert statement ? : Sql dba

1098


Do we need to rebuild index after truncate?

1138


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2091


Is inner join faster than left join?

1277


What is the best sql course?

1050


what is collation? : Sql dba

1229


how to use regular expression in pattern match conditions? : Sql dba

1113


what is bcp? When does it used? : Sql dba

1056


Is primary key always clustered index?

1095


If a cursor is open, how can we find in a pl/sql block?

1238