Archivo de la categoría: ORACLE

How to extend a boot volume in OCI linux instance

Sometimes if you have created a new instance and the initial 50GB is not enough, you can extend the disk and the partition. The disk is extended very easy, using the OCI console: 1- Select the Boot/Block volume you want to extend: 2- Press Edit : From the Intial Volume Size write the needed size:… Leer más »

How To Install MongoDB 4.4 on RHEL 8 | CentOS 8

In this guide, we will cover the steps to install MongoDB 4.4 on RHEL 8 / CentOS 8. MongoDB is an open source NoSQL database system written in C++ designed to ensure scalability, high performance, and availability. MongoDB common use case is storage and management of Big Data-sized collections of literal documents like text documents, email messages,… Leer más »

iptables OCI ubuntu 22.04 oracle cloud

source: https://docs.oracle.com/en-us/iaas/developer-tutorials/tutorials/apache-on-ubuntu/01oci-ubuntu-apache-summary.htm The Ubuntu firewall is disabled by default. However, you still need to update your iptables configuration to allow HTTP/HTTPS traffic. Update iptables with the following commands.Copy

Opening port 80 on Oracle Cloud Infrastructure ubuntu node

disable iptables systemctl disable iptables systemctl stop iptables I figured it out. The connectivity issue was due to Oracle’s default use of iptables on all Oracle-provided images. Literally the very first thing I did when spinning up this instance was check ufw, presuming there were a few firewall restrictions in place. The ufw status was inactive, so I… Leer más »

How to Change Oracle SQL Developer Language

Option 1  You can send the language setting as a command line argument when executing SQL Developer, so you can make it use a specific language by just modifying the shortcut’s target, like this: «C:\Program Files\sqldeveloper\sqldeveloper-21.2.1.204.1703-x64\sqldeveloper\sqldeveloper.exe» –AddVMOption=-Duser.language=en Please note that those are two hyphens before AddVMOption, but only one after the equal sign.  Also, your… Leer más »