Tags: get

Solaris: How to Get to the ok Prompt

Welcome, Solaris Send feedback »
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 »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
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 »

Oracle: HOW TO GET INFORMATION REGARDING TABLESPACE

Technology, Oracle Send feedback »
desc dba_tablespaces or desc v$tablespace; more »

Oracle: HOW TO GET TEMPFILE INFORMATION

Technology, Oracle Send feedback »
desc dba_temp_files or desc v$tempfile; more »

HP-UX: How can I retrieve the system serial number

Technology, HP-UX Send feedback »
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 »