oralce database flake

Oracle database on cloud

Get a oracle cloud account

https://www.youtube.com/watch?v=3RJ5jMi8YUQ

SQL Developer flake

How to install SQL Developer in your nixos system

export NIXPKGS_ALLOW_UNFREE=1 
nix shell nixpkgs\#sqldeveloper --impure

This will throw the error

https://www.oracle.com/tools/downloads/sqldev-downloads-204.html

click on this previous button until match the version and download the

Pasted image 20241019131051.png

then added it the folder

nix-prefetch-url file:///home/vaisakh/Downloads/sqldeveloper-20.4.0.379.2205-no-jre.zip
nix-prefetch-url file:///home/vaisakh/Downloads/jdk-8u381-linux-x64.tar.gz

Setting up

Now you can run sql queries

Hyprland blurry SQL Developer

xwayland {
  force_zero_scaling = true
}

Then set font size to 16

Setting up vim in Oracle SQL Developer on NixOS

ref: https://www.thatjeffsmith.com/archive/2013/02/how-to-plug-vi-into-oracle-sql-developer/

❯ which vim 
/run/current-system/sw/bin/vim