Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer - Sessions startup script issue

user12213655Dec 9 2015 — edited Dec 10 2015

Hi,

I know that it is possible to execute a script at the opening of a new connection.

I have to enter the path of my file login.sql in Tool->Preferences->Database.

It contains only 3 lines :

  • set echo on
  • set pagesize 5000
  • set linesize 5000

The three options are well "taken". For exemple if I write show all (after opening a connection) I can see the three options with good values.

The problem is a surprising one. The option set echo on don't do anything. I have to rewrite set echo on to have the correct behavior when a query is executed.


Does any one of you already have this issue ?



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2016
Added on Dec 9 2015
5 comments
1,840 views