Author: Abhishek Sharma
-
Memory Grants Pending
Hello there, everyone! I hope everything is going well for you. Today In this blog I am going to explain you about Memory Grants Pending and How to monitor it. Memory Grants Pending- The number of processes that are pending a workspace memory grant is known as Pending. Because they are unable to acquire adequate RAM while…
//
-
Detach and Attach in SQL Server
Hello there, everyone! I hope everything is going well for you. Today, I’ll show you about Detach and Attach Detach SQL Server Database- A SQL Server database is made up of at least two files: a data file (mdf) and a log file (ldf), though there may be additional data files in some circumstances. Since…
//
-
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 database management system that is one of the most advanced. Because it is open-source software, its source code is available under the PostgreSQL license, which is a broad open-source license.…
//
-
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 exampledb to user name; Grant usage on schema public to user name; How to Connect with PSQL Shell- Psql How to select version of PostgreSQL and Current Date- Select Version…
//
-
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. All Database objects like table, index, view etc. can be created under that user. In Oracle users and schemas are essentially the same thing. You can consider that a user…
//
-
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 Process in Oracle like pmon. [oracle@clota-labl08 ~]$ ps -ef | grep -i pmon oracle 2207 1 0 Sep26 ? 00:00:05 ora_pmon_clotaDB oracle 43671 37353 0 04:47 pts/4 00:00:00 grep –color=auto -i pmon Step 2 – To Set the Environment…
//
-
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 is one where one session is impeding the progress of another session. When one session has a lock on a resource that another session is attempting to access, this can…
//
-
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 in Oracle Database 19c refers to the set of features and technologies that enable communication between various Oracle Database system components, such as clients, servers, and other database-related elements. In…
//
-
Oracle Tablespace
Hey guys, in this blog I am going to explain to you about Oracle Tablespace. Oracle Tablespace: – An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database’s data. A table space is a storage structure; it contains tables, indexes, large objects, and long data. Type of…
//
Search
Categories
- Azure (7)
- About Us (1)
- Azure SQL Database (6)
- My SQL (53)
- About Us (1)
- DBMS Concepts (20)
- Handbook (1)
- MySQL Architecture (19)
- MySQL Basics (29)
- MySQL L1 (14)
- Oracle (34)
- PostgreSQL (37)
- About Us (1)
- DBMS Concepts (21)
- PG Hand Book (1)
- pg_ High Availability (4)
- pg_Backup (4)
- pg_basic (11)
- SQL Server (132)
- About Us (1)
- Azure SQL Database (4)
- Backup and Recovery (17)
- Backup Tools for SQL Server (3)
- DBA Worries Continued (27)
- DBMS Concepts (28)
- High Availability (12)
- Installation and Configuration (23)
- L1 DBA (59)
- Monitoring (17)
- Performance Tuning (29)
- Power Shell Script (6)
- Security (12)
- SQL DBA Hand Book (2)
- SQL Scripting (16)
- SQL Server Reporting Services (2)
- Uncategorized (3)