How to Registering Hosts and Deploying the Agent in Oracle Audit Vault Server

Oracle Audit Vault

21 October 2020   0 Comment

Registering Hosts and Deploying the Agent 6.2.2 Audit Vault Agent Requirements Ensure that the host machine has OpenSSL 1.0.1 (or later) installed for Audit Vault Agent [root@sp000dba03 ~]# rpm -qa|grep -i ssl openssl-libs-1.0.2k-19.0.1.el7.x86_64 openssl-1.0.2k-19.0.1.el7.x86_64 JAVA Requirements: Table 2-10 JRE Support Matrix JRE Version Release/Version 1.8 1.8.0_45 and later 11 11.0.3 Starting Oracle Audit Vault and Database […]

Read More

Communicate Two Docker Containers with “Docker Network”

Docker Tutorıal

7 October 2020   0 Comment

Today, I am going to talk about connecting two docker containers with docker network feature. First, we need to create at least two different docker containers. I am going to work with “Oracle DB” and “Oracle WebLogic” docker containers. Let’s check containers and their status with; My containers’ name are “OracleDBOrnek” and “OracleWebLogicSarper” docker ps […]

Read More

BUFFER / CACHE CLEANING on Linux

5 October 2020   0 Comment

Some apps and tools that are installed on Linux Distros, may use high Buffer/Cache RAM. As we know, High RAM consumption may cause Server Shutdown or Hang. To aviod this situation, we need to configure apps and tools first,If it does not work, we have a work-around solution as “Buffer/Cache Ram Cleaning” We can make […]

Read More

HOW TO RENAME DATABASE IN ORACLE RDBMS

longs-to-clob

4 October 2020   0 Comment

Two Best Practice Recreating controlfile DBNEWID utility First let’s see how to change the DB name using manual assumption (By recreating the control file) ASSUMPTİON 1: RE-CREATING CONTROLFILE STEP1:- CREATE CONTROLFILE CREATATION SCRIPT. [oracle@NVMBD1BZY150D00 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Wed May 24 16:29:40 2014Copyright (c) 1982, 2011, Oracle. All rights […]

Read More

How to change IP of Oracle Exadata in Oracle Linux

Oracle Exadata Troubleshooting

1 October 2020   0 Comment

In this post the changing of IP addresses on an Oracle Exadata Database Machine system. The most common use case for this procedure is when a system is moved, so this document was written with that case in mind. Importantly, system hostnames and domain name changes are not handled by this procedure. Assumptions The grid […]

Read More