Create a Database in Oracle Cloud and Connect to it by Using SQL*Plus and SQL Developer

How to Create a Database in Oracle Cloud and Connect to it by Using SQL*Plus and SQL Developer


๐Ÿ‘€In the video below on my YouTube Channelhttps://www.youtube.com/@LidaGholizadeh_ORACLE_GIS, you can see the steps of creating a Database in Oracle Cloud and connecting using SQL*Plus and SQL Developer 




๐Ÿ‘‰Create an Autonomous Database in Oracle Cloud

  1. Login to http://cloud.oracle.com/
   
    2. Navigate to Oracle Autonomous Database then Click Create Autonomous Database.

      3.Click Create Autonomous Database.




      4. Download and Extract the Wallet
  • In your Autonomous DB details page, click DB Connection.

  • Select Instance Wallet.

  • Click Download Wallet (you’ll need to enter a password for the zip file).

  • Extract the contents to a known location, C:\Wallet.




         ✹ 5. unzip zip file and in sqlnet.ora and 
change Directory to your wallet location


✹ Change Directory to your wallet location




๐Ÿ‘‰ Connect with SQL*Plus

Set the Environment Variable (Windows)

set TNS_ADMIN=C:\Wallet
sqlplus admin@freepdb1_high



๐Ÿ‘‰ Connect with SQL DEVELOPER

Open Oracle SQL Developer Username: admin Password: your password (check Save Password) Connection Type: choose Cloud Walle Configuration File: the Zip file of your wallet that you first downloaded Service: select freepdb1_high




Thanks for your reading.I hope it was useful for you ๐Ÿ˜Š




Comments

Popular posts from this blog

Installation of Oracle Database 23ai and APEX 24.2 and ORDS 24.4 on Windows Step-by-Step

Building a Fully Local AI-Powered Assistant with Oracle APEX and Vector Search #APEXCONN2025 #orclAPEX

Configuration of ORDS: Standalone, Tomcat, and WebLogic on Windows Step-by-Step

✔ RTL Map Region Labels APEX 24.2 & ๐ŸŒGeoCoding

Building an AI-Powered Resume Matching System Using Oracle APEX and 23ai Vector Search๐Ÿ˜Ž

JavaScript In Oracle APEX (Client Side)

Vector Tiles in Oracle Spatial 23

Leveraging ONNX Models for AI Vector Search in Oracle Cloud Database 23ai

My Experience at Oracle CloudWorld Tour in Frankfurt – April 10, 2025

What is SYS.ODCI (SYS.ODCINumberList or SYS.ODCIVarchar2List) and How Can Use it in APEX ?