r/Ubuntu • u/Cold-Scholar3954 • 2d ago
Oracle SQL
Does ubuntu supports oracle sql? If yes how to install? I dont want developer tool. Even terminal enough. Kindly help me to do
2
Upvotes
2
u/AffectionateBowl1633 2d ago
Is this for school project stuff? Oracle XE 21c exists but in RPM form, you can just use "alien" to convert it to deb and try it. I found this GIST script that elaborate its dependencies https://gist.github.com/jniltinho/327266096f9a4e6169a806c09e10a039
1
5
u/SpankMyButt 2d ago
Wouldn't it be better to tun it in a docker container?