Tags: information
May
18
At the very least, collect the following information for each system that you have: 1. Hostname: % hostname 2. Hostname aliases: % grep `hostname` /etc/hosts | awk '{ print $3 }' 3. Host network addresses: % grep `hostname` /etc/hosts | awk '{ print $1… 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
desc dba_tablespaces or desc v$tablespace; more »
Aug
05
desc dba_temp_files or desc v$tempfile; more »
Jul
16
Tasks
AIX Logical Volume
Manager
Veritas Volume Manager
Create a Volume Group
mkvg
vxdg init
Create a Logical Volume
mklv
vxassist make… more »
Recent comments