Posts

Showing posts with the label How to Extend Swap space on LVM Disk Linux

Oracle Database Error Solutions & DBA Knowledge Base

Welcome to Oracle Database Error Solutions, a professional technical knowledge base dedicated to helping Oracle Database Administrators, Oracle E-Business Suite administrators, developers, and IT professionals troubleshoot Oracle Database and Oracle Linux issues with confidence.

This website provides practical, real-world troubleshooting guides based on hands-on Oracle administration experience. You'll find detailed solutions for Oracle Database errors, RMAN backup and recovery, Data Guard, ASM, RAC, Oracle Linux administration, Oracle E-Business Suite (EBS), cloning, performance tuning, patching, installation, and day-to-day DBA tasks.

Whether you're resolving ORA-27101, ORA-28040, ORA-01555, ORA-12154, ORA-01017, or other Oracle errors, our step-by-step articles are designed to save you time and help you solve problems efficiently.

How to Extend Swap space on LVM Disk Linux

Image
How to Extend Swap space on LVM Disk Linux   Applies to:             Oracle Database 12.2             Oracle Linux 7 Description:             Want to extend Swap space on LVM disk. Assumes that space is available in the volume group on which the current swap partition is located as logical volume. Solution:             To extend the amount of swap space in a LVM environment follow the below steps. To verify the swap space exists and is a logical volume issue the following command:              To view the swap volume using fdisk command: [root@ora12c ~]# fdisk -l We see that current swap space is 7.88GB and we want to extend 2GB to this swap volume. Stop or terminate all program/services which are using sw...