Oracle Cloud Free: Connect to Your 21c Database From an OCI Client
Welcome back. In my earlier blog post we created an account on Oracle Cloud Free Tier, and we created an Oracle 21c database as part of the Always Free option. Each database comes with one superuser named ADMIN, and we created a developer account named SADIE. Database users on Oracle Cloud can be configured with REST or not. REST-enabled users can connect to the database through the Oracle Cloud web-based interfaces like SQL Developer Web. Users without REST enabled can only connect to these databases using traditional client software such as SQL*Plus installed on your laptop. Connecting from your own application or from a client-server utility like SQL*Plus on your laptop requires special attention and is low-to-medium difficulty. I'll walk you through the process in this blog post. You will need Oracle Client software, and since everything on Oracle Cloud is secured you'll need a copy of your database wallet in order to connect to the database. Don'...