Monday, July 15, 2019

Output not visible in SQL_Developer

Sometimes we run query in SQL Developer, query will get execute and output will be null like below.


To fix this, we need to set the nls_language parameter to our session as below. Once this is set we'll be able to view the output in SQL Developer.


Now re-run your query and this time you'll be able to see the output.


                            ****************************நன்றி****************************

No comments:

Post a Comment

IAS Cache initialization failed

 Today I faced an Issue in R12.2 instance. The solution I followed to overcome the issue is very simple, but they are more than one solution...