-
Win OS Related Quick Commands
Find Who Restarted Windows Server –Run the following command to filter the System Logs with Source as User32. Get-EventLog -LogName System | Where Source -eq…
//
-
Update Patch Error: Failed to retrieve data for this request.
Update Patch Error: Failed to retrieve data for this request. Step: 1– Login to the Primary Server and install Cumulative Update (CU20) on the Server. Double…
//
-
PG Basic Commands
PG Basic Commands ============================================================================================================== Create a User postgres=# create user user_name with encrypted password ‘mypassword’; CREATE USER s2user WITH PASSWORD ‘***************’; CREATE USER s2user WITH PASSWORD…
//
-
MySQL DBA Hand Book
Connect MySQL DB: mysql> mysql -u root –socket=/var/lib/mysql/mysql.sock -p Enter password:_ Check Running Process List: mysql> show full processlist \G Create User: mysql> create user ‘account_name’@’Ip_address or %’ IDENTIFIED BY…
//
-
My SQL Innodb Cluster Setup
Server List clota-dbl05 @@version 8.0.32-commercial 192.168.0.156 My SQL root password Secure@123 ——————————————————————- ota-dbl06 <cota-dbl06> @@version 8.0.33 192.168.0.197 My SQL root password Secure@123 ——————————————————————- clota-dbl07 192.168.0.195 @@version…
//
-
PostgreSQL Architecture and Back-end Process
Hey guys, in this blog I am going to explain to you about PostgreSQL Architecture and Back-end Process. PostgreSQL- PostgreSQL is an open-source general-purpose object-relational…
//
-
Table Partitioning in PostgreSQL
Hello Guys, In this blog, I am going to explain you about table partitioning in PostgreSQL Table Partitioning in PostgreSQL Partitioning – Partitioning involves splitting large…
//
-
PostgreSQL DBA Handbook
How to connect with PostgreSQL- sudo -i -u postgres Grant the necessary privileges for the new user to connect to yourdatabase: Grant connect on database…
//
-
Oracle Database User Creation
Hey guys, in this blog I am going to explain to you about Oracle Database User Creation. USER- User is basically used to connect to database.…
//
-
Import and Export in Oracle
Hey guys, in this blog I am going to explain to you about Import and Export in Oracle. Fig.1 On clota-labl08- Step 1- To Check the…
//
-
Blocking Session in Oracle
Hey guys, in this blog I am going to explain to you about Blocking Session in Oracle. Blocking Session- A blocking session in Oracle Database…
//
-
Oracle Connectivity and Networking
Hey guys, in this blog I am going to explain to you about Oracle Connectivity and Networking. Oracle Connectivity and Networking- Oracle Connectivity and Networking…
//