How to find old SQLT download to match the version preinstalled on Oracle AWS RDS?
On AWS Oracle RDS SQLT is preinstalled, we enable it using an "options" like a flag.
But if my local SQLT script are more recent than the preinstalled, it fail silently without showing the reason in SQLPlus, instead it's written in some of the log file, and the reason is version mismatch.
So, where I can find old version of SQLT to download so that I can use the same version pre-installed on Oracle RDS?