Search
 
SCRIPT & CODE EXAMPLE
 

SQL

how to increase the width of the screen in oracle

When selecting data from Oracle tables, the default line width can often be shorter than the lines of
data you wish to view. This causes the text to wrap around, making it very hard to read. To avoid
this problem you can change the Oracle default settings to increase the width of the lines, using the
set command.
Eg. At the SQL*Plus command line, type:
set linesize 200 - this will change the line width to 200 characters.
You could try a few different line size settings unitl you find the size that suits you
Comment

PREVIOUS NEXT
Code Example
Sql :: above average salary in sql 
Sql :: Oracle cx_Oracle example 
Sql :: sql server epoch to datetime 
Sql :: grab part of a string sql 
Sql :: oracle no data found error code 
Sql :: creating a database sql 
Sql :: set value to null postgres 
Sql :: sql full outer join 
Sql :: delete all from mysql table 
Sql :: delete sql 
Sql :: mysql begin statement 
Sql :: oracle tablespace autoextend 
Sql :: mysql date comparison with formatting 
Sql :: sql query to delete duplicate records 
Sql :: postgres drop type 
Sql :: oracle select 
Sql :: can sqldatareader be null 
Sql :: xampp mysql problem detected port 3306 in use by 
Sql :: sql server port number 
Sql :: join sql 
Sql :: SELECT SQL LIKE 
Sql :: how do you insert boolean to postgresql 
Sql :: subquery sql 
Sql :: Oracle Procedure ex2 
Sql :: psql list view rules 
Sql :: sql commands in android 
Sql :: SQL Query Records Using Dates 
Sql :: deduplicate delimited string bigquery 
Sql :: Load SQLite in Jupyter Notebook together with the access to the file 
Sql :: express api ith mysql data 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =