VS Code extension: Oracle GUID Converter
There is a very useful extension if you work with Oracle database which converts GUID from RAW(16) to string and vice versa.
- A selected valid GUID in the text editor will be replaced with converted value
- If nothing is selected, then additional input is displayed, so the user can enter GUID
- Converted value is put to clipboard and displayed in an info window
Oracle GUID converter in action
- Previous: Oracle SQL*Plus
- Next: PowerShell and environment variables