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!

version 17.4.0.355 is not using NLS parameters

Mustafa KALAYCIJan 5 2018 — edited Mar 28 2018

Hi,

current sql developer version is: 17.4.0.355

when I get an error, first error message is in Turkish and rest of it is in English (which I was getting all messages in English)

here is my nls parameters:

Capture.PNG

"hiç veri bulunamadı" means "no data found" in Turkish.

when I checked NLS_SESSION_PARAMETERS for NLS_LANGUAGE, it is Turkish (even if it is not set in the properties):

Capture.PNG

with same parameters, it is in English in 17.3:

Capture.PNG

when I checked nls_session_parameters in this version 17.3:

Capture.PNG

this is not something big of course but really disturbing, even if it is in my own language(Turkish) I don't understand the error messages sometimes

thanks.

This post has been answered by Oyvind Isene on Jan 5 2018
Jump to Answer

Comments

Luís Gustavo Lira

Hi,
I don't see any problem with this approach of using "alter session" to execute commands in the PDB.
It's just always good to check if it's in the correct PDB, you can for example use a "show con_name" to make sure you are in the right place.

kuljeet singh -

as luis has already mention, check pdb before doing admin task, rest of your approach is fine

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 25 2018
Added on Jan 5 2018
5 comments
472 views