I would like to create a simple controller which connects to the database of specific regions based on the user inputs. User selects a db and its region from another drop down. Eg. MyOracleDB, region: UAT.
And also enters a query. My controller should run that query in that selected database of selected version and give me the result.
Comments
Leave a comment