Tags: get
Aug
27
Ways of Accessing the ok Prompt
Access Method
What to Do
Graceful halt
From a console window (dtterm, for example), issue an appropriate command (for example, the shutdown,init, halt, or uadmin command)… 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
28
cstm is installed with the OnlineDiagnostics / Support Tools Bundle on HP-UX 9000 systems:
# echo "sc product system;info;wait;il" | cstm | grep -i "system serial"
# echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial"
# SER… more »
Recent comments