In today’s article, we will solve the problem of preventing our java application server from asking us for a password again and again with the …
Read More »Migrate Azure SQL Database To Managed Instance
In this article, I will be answering the question of how you can migrate an existing database backup to Arc Managed Instance. You will be …
Read More »PostgreSQL Installation (initdb)
The initdb command is one of the important steps for starting PostgreSQL. Cluster is created when initdb is made, and template, template1 and postgres databases …
Read More »Recovering a Datafile Deleted in Primary with Standby
We can recover a datafile that is corrupted or deleted in the Primary Database, or from a datafile in the Standby Database, which is briefly …
Read More »REP-52266: The In-Process Reports Server Failed To Start Error
While pulling data from services on Oracle Forms & Reports, I got an error with the message “REP-52266: The in-process Reports Server failed to start”. …
Read More »SQL Managed Instance Configuration
In this article, I will be answering the question of how we can configure the Azure Managed Instance that we created in the second part. …
Read More »PostgreSQL 13 Installation
PostgreSQL 9.2 version is common in the repos, you can install this version if you want. First, we download the postgresql 13 repo as follows. …
Read More »Active Oracle DataGuard Broker
In today’s article, I will tell you how to Active Oracle DataGuard Broker. If you have not installed Data Guard before, you can install it …
Read More »Incremental Backup Strategy
Oracle recommends a daily incremental backup strategy. In this backup strategy; Day 1: Full backup is taken. Day 2: Incremental backup is taken. (Incremental Level …
Read More »Disconnected: No Supported Authentication Methods Available (Server Sent: Publickey)
I did an Oracle Linux installation. I started getting an error when I tried to connect with putty in a way I didn’t understand. Error: …
Read More »