Database in OCI

Database in OCI

March 30, 2024 | seedling, permanent

tags :

Database in OCI #

  1. MySQL MySQL HeatWave
  2. OpenSearch
  3. Oracle NoSQL Database

Database in OCI #

Autonomous is world’s first self healing managing advanced database

Autonomous database #

connecting Autonomous database from Django application, ref database connection

DATABASES=
    'default':

    'ENGINE':'django.db.backends.oracle',
    'NAME':'scraju_dbhigh',
    'USER':'admin',
    'PASSWORD':'mypw',#Please provide the db password here

Django can connect to Autonomous database Autonomous database is better than postgres on AWS with Django Django support of Django supports Oracle Database Server

Demo #

MySQL database service #

NoSQL #


Go to random page

Previous Next