What all files we need to change for using oracle as backend for the existing awx code base.
We have a requirement to use oracle as backend for the awx application
We are using oracle 11g as our db. does it compatible with current django version which is used in awx?
How to configure oracle instant client in docker
Ragesh,
I’ve already answered this question for you here: https://github.com/ansible/awx/issues/3969#issuecomment-497333969
We are using oracle 11g as our db. does it compatible with current django version which is used in awx?
From https://docs.djangoproject.com/en/2.2/ref/databases/#oracle-notes:
Django supports Oracle Database Server versions 12.1 and higher.