To performance monitoring, administrators commonly use Enterprise Manager Database Express. If you are not able to access Enterprise Manager Database Express it might be there is no port number set, you wallet file has no permisson of 600, listener does not working or your browser do not have flash player. Continue Reading
Can Sayın
Oracle 19 Installation On Linux
I am going to install oracle 19c on oracle linux. You can check oracle linux installation article from here; http://www.cansayin.com/2019/11/16/oracle-linux-7-5-installation-and-configuration/ First set the host in /etc/hosts file. Write your ip address and the hostname vi /etc/hosts 192.168.154.132 localhost.localdomain localhost Then install required packages before database installation. Some of the packages Continue Reading
Couchbase Server Upgrade On Linux
Upgrade Couchbase Server is quite simple. You can upgrade your couchbase server with a few steps .I am going to upgrade my server from 6.0 to 6.5. Couchase allows directly upgrade from 6.0 to 6.5.If you want to upgrade from previous versions, you have to upgrade previous paths before upgrade Continue Reading
Couchbase Installation On Linux
In order for couchbase to work more efficiently, we need to make some settings on the operating system, before non-root database installation. Firstly, we have to check THP status. With ‘cat’ command below, we can check the status. cat /sys/kernel/mm/transparent_hugepage/enabled cat /sys/kernel/mm/transparent_hugepage/defrag [always] madvise never As a result, it will Continue Reading
What is Couchbase ?
Couchbase is a document and key- value based NoSQL database. The couchbase, which operates on the cluster architecture, can distribute data on many nodes. The data on the node is primarily processed in memory and also writes to the disc to be consistent. In the Oracle database, the transaction is Continue Reading
Oracle 12C Installation On Linux
I installed oracle linux 7.5 before, you can check that article from here. Now i am going to install oracle 12c database onto linux operating system. First we have to install some package for database installations. I prefer the install these package first, before configure the system and database installation. Continue Reading
Oracle Linux 7.5 Installation and Configuration
In this article, you will learn how to install and configure Linux operating system. First, Set Install Oracle Linux 7.5 Selecting language From SOFTWARE SELECTION part, we are going to select our operating system’s server software types. I want to install GUI Server. So, i am going to select Server Continue Reading
Alter System Date Format
After Oracle DB installation, db automatically set default date format. When we want to insert row to our tables, we can get error because of date format onto that column. Because our table’s date format and system’s date format are not suit each other. When we get this error we Continue Reading