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
Creating Logical Domains (LDoms) on Solaris 11
https://www.techsupportpk.com/2013/08/ldoms.html https://www.oracle.com/technical-resources/articles/it-infrastructure/howto-create-kernal-zones-s11.html
ipmp with vlan configuration
t8-1 geekbench
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 »
SL150 – Is There a Driver for the SL150 for the Veeam Backup Solution on Windows 2008 R2? (Doc ID 1581250.1)
APPLIES TO: StorageTek SL150 Modular Tape Library – Version All Versions and laterInformation in this document applies to any platform.VeeamSL150 SYMPTOMS Customer has a SL150 FC and Veeam backup (Windows 2008 R2 Server, Veeam Version 7) solution.With this solution they are able to make a backup to the SL150 drives by manually mounting tapes but… Leer más »