Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Oracle Developer Hide SQL in Results Window

I'm using Oracle Developer Tools for VS Code Extension. When I run a SQL statement a Results Tab opens displaying the SQL statement and records retrieved.

How can I hide the SQL statement in the Results tab? I don't want to see it with my data rows.

This is the Extension:

enter image description here

This is the SQL Tab:

enter image description here

This is the SQL Results Tab: enter image description here

like image 438
cmill Avatar asked Feb 21 '26 02:02

cmill


1 Answers

This can be controlled using the oracledevtools.query.echo setting, but note you'll need to reload any windows before the setting will take effect:

oracledevtools.query.echo setting

You may also wiuth to bump the oracledevtools.query.resultSet.pageSize setting to 25 at the same time:

oracledevtools.query.resultSet.pageSize setting

like image 134
user2519832 Avatar answered Feb 24 '26 14:02

user2519832



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!