Skip to content

mikekenn/Connecting-Django-to-Oracle-Cloud-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Connecting Django to Oracle Cloud Database

Creating an Oracle Cloud Free Tier Account and Provisioning a Database

  1. Start by either singing in, or creating a new account at OCI Cloud Free Tier
  2. Under the hamburger menu in the top left, select Oracle Database, then select Autonomous Database. Screenshot1
  3. Click on Create Autonomous Database. Screenshot1
  4. Change your Display Name and Database Name (The name must contain only letters and numbers, starting with a letter. Maximum of 30 characters.) to whatever you like. Screenshot1
  5. For Workload type i generally select Transaction Processing as alot of these little tutorials are not processing huge queries over massive datasets. Screenshot1
  6. Configure the database - Select Always Free. Screenshot1
  7. Create administrator credentials - I generally always leave this as ADMIN and give it a good password you wont forget. Screenshot1
  8. Choose network access - I always select Secure access from everywhere and ensure that Require mutual TLS (mTLS) authentication is selected. Screenshot1
  9. Then click Create Autonomous Database at the bottom of the page. It will take about a minute or so for the Cloud DB to provision. Screenshot1
  10. Once the databse has provisioned, click on your database name and then select Database Connection. Screenshot1
  11. Download client credentials (Wallet) - for Wallet Type_ select Instant Wallet, then download the Wallet. It will ask you to input a password to create it. Do so, and remember the password. Screenshot1

Screenshot1

Creating Django Project & Configuration.

TODO

Downloading Oracle Client Libraries and Configuration.

TODO

Setting up .env file.

TODO

About

This Repo is to Demo how to connect a Django Project to a Oracle Free Tier Cloud Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published