Tags: space
Jun
08
The swap command provides a method of adding, deleting, and monitoring the swap areas used by the kernel. Swap area changes made from the command line are not permanent and are lost after a reboot. To create permanent additions to the swap space, cre… more »
Sep
22
1. Determine the size of the installed RAM with the command:vmstat -P | head -22. Determine the allocated swap space with the command:/usr/sbin/swapon -s3. Determine the required size of the swap space.You can find the minimum swap space requirement in t… more »
Sep
18
You can set up swap space now if you have a suitable volume group. You also can perform this step at the end of the OS preparation.
Prerequisites
You can find the minimum swap space requirement as per your project documentation. If possible, you shoul… more »
Sep
17
a. Determine the size of the installed RAM: Run SAM and choose:
Performance Monitors --> System Properties --> Memory
b. Find out how much swap is currently configured on your system:
/usr/sbin/swapinfo
3. Increase the swap space if necessa… more »
Aug
07
1.EXPORT:
exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log
rows=y statistics=none feedback=100 indexes=y consistent=y compress=n;
(for individual tables=table1,table2,.....)
2.IMPORT:
imp system@test fromu… more »
Recent comments