Friday, 31 October 2025

Linux: sftp gets stalled after some time and it won't progress

 The solution that helped me, was to run instead:


>scp -l 8192 <file> <remote_destination>

It is slower, but ot doesn't get stalled. I hope it will help others as well.

Thursday, 16 January 2025

How to find if the Oracle Client installation is 32 or 64 bits, on Linux?

 [prdbmleod1@DUMMY]/u01/app/oracle/product/19.3.0/bin > file exp

exp: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=a04d7ff56d7b1b76605408eae9135f3deec77518, not stripped


Tuesday, 11 June 2024

Monday, 29 May 2023

PGA_AGGREGATE_TARGET

 PGA_AGGREGATE_LIMIT can be set to 0 either in a parameter file or dynamically after startup. If a value of 0 is specified, it means there is no limit to the aggregate PGA memory consumed by the instance.

Thursday, 23 February 2023

How to install oracle 19c in silent mode? This is useful to overcome the Xterm issue

 ./runInstaller -silent -ignorePrereqFailure -waitforcompletion -responseFile /u01/app/oracle/soft/install/response/db_install.rsp -debug