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!

several sqlplus settings not working properly in sqldev 17.4

PeterVanRijnJan 22 2018 — edited Jan 22 2018

One of my colleagues, an experienced sqlplus user,  started to use sql developer and is not able to format the query results as he was used to.

This is mainly being caused by the inability to use several sqlplus settings.

For example "set numformat".

We are used to being able to set this as "999g999g999d99", but now we get the error message:

SP2-0246: Illegal FORMAT string "999g999g999d99"

The string "999g999d99" is accepted, so it seems only one grouping seperator is accepted.

Another thing is that when we set linesize to 132 in the login.sql (which is used in the preferences) and after logging in test how it is set we get:

show linesize

linesize 1301

When we use the setting in the worksheet it seems to work properly.

Is it me, who is doing something wrong? Or is sqldev not working as it should?

Regards,

Peter

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2018
Added on Jan 22 2018
5 comments
501 views