Tags: add
May
23
Create a RAM disk of 10 MB
# mkramdisk 10M
/dev/rramdisk0
Create a JFS File System on this RAM disk
# mkfs -V jfs /dev/rramdisk0
mkfs:destroy /dev/rramdisk0 (yes) ? y
Create Mountpoint
# mkdir /ramdisk
Mount RAM File System
# mount -V jfs -o… more »
Sep
24
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first.
(The system used for this example is running Red Hat Enterprise L… 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 »
Aug
05
create temporary tablesapce tempfile 'c:\------.dbf' size 200m; more »
Aug
05
alter tablespace add datafile 'PATH' size 200m; more »
Recent comments