HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

SQLDeveloper set default linesize

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
linesizesqldeveloperdefaultset

Problem

As per title, how to set Oracle SQL Developer default linesize so that I don't have to set it every time I open the program?

Solution

Create an SQL file with the content that sets the desired linesize, e.g:

login.sql

set linesize 200


Then in SQL Developer, go to Tools/Preferences/Database, and set this file at Filename for connection startup script.

Code Snippets

set linesize 200

Context

StackExchange Database Administrators Q#106169, answer score: 2

Revisions (0)

No revisions yet.