PUTTY – HOW TO LOG TERMINAL SESSION OUTPUT?
… AND WHY YOU MUST DO THIS?
How to log output from a terminal to a file?
Different file at every new session without user interaction?
When i tried to make a new oem12c installation, i spotted an error during removing repository from database:
Apr 19, 2014 1:05:55 AM oracle.sysman.emcp.EMConfig perform
SEVERE: Database instance unavailable.
How to solve that?
— in database log:
1 2 3 4 5 6 |
Wed Nov 20 22:05:13 2013 DBMS_STATS: GATHER_STATS_JOB encountered errors. Check the trace file. Errors in file /u01/app/oracle/diag/rdbms/szkol/SZKOL/trace/SZKOL_j003_16873.trc: ORA-20011: Approximate NDV failed: ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04040: file iso88592.csv in SLOWNIKI_CSV not found |
How to solve that?
How to send a notification from Your server to mailbox?
How to create alerting service what will send a mail to us?
Sometime we need to be noticed about miscelaneous situations in our linux/unix systems.
Let’s make a small notice program – i need to been warned when amount of files in specified directory exceed defined value.