The database status subcommand of the dbaascli utility can be used to check the status of the database in your database deployment. Execute this command as the oracle user. dbaascli database status
Articles Tagged: ORACLE CLOUD
dbaascli database start
The database start subcommand of the dbaascli utility can be used to start the database instance and open the database. Execute this command as the oracle user. dbaascli database start
Creating an SSH Key Pair on the Command Line
UNIX and UNIX-like platforms (including Solaris and Linux) include the ssh-keygen utility to generate SSH key pairs. To create an SSH key pair on the command line using ssh-keygen: Open a shell for entering the commands. At the prompt, enter the following: ssh-keygen -t rsa -N “” -b “2048” -C “key comment” -f path/root_name Alternatively, […]
Generating an SSH Key Pair on Windows
The PuTTYgen program is part of PuTTY, an open source networking client for the Windows platform. To generate an SSH key pair on Windows using the PuTTYgen program: Download and install PuTTY or PuTTYgen. To download PuTTY or PuTTYgen, go to http://www.putty.org/ and click the You can download PuTTY here link. Run the PuTTYgen program. […]
Buying Metered Oracle Cloud Services
You can buy metered subscriptions to Oracle Public Cloud Services in different currency denominations and payment models. The following payment models are applicable to Oracle Public Cloud Services: Pre-Paid Subscription Pay as you Go Subscription For More Detail : https://cloud.oracle.com/en_US/database/pricing
Connect to Oracle Cloud Database with SQL Developer using SSH
Let’s turn off the 1521 port if we can already open so that to make sure our connection using SSH works. It will confirm us that SSH is enabled. Moreover SSH connection is more secure. In SQL Developer menu, click on View –> SSH. Then right click and choose “Create New SSH Host”. Provide the […]
Connect to Oracle Cloud Database using SQL Developer
By default, the Oracle DBaaS Cloud Service blocks access port 1521 used by tnsping. You have to open the port before you can connect using SQL Developer or Connecting to another instance via sqlplus. Log in to the Oracle Database Cloud Service and click on the service name which you already created. Note down the […]
Create Database on Oracle Cloud
We will show you how to create database on oracl cloud database. Log into your Oracle Cloud Services account Go to the “Oracle Database Cloud Service” and create a new service Select “Oracle Database Cloud Service” as the type of subscription from the Dropdown Select the SSH Public Key as shown in the attached figure […]