To change the oc4jadmin password for a remote account without using Application Server Control: 1. Log in to the operating system…
Note: To avoid any problems with drivers is good to install first “Samsung PC Studio” on your PC. Easiest way: Either…
Fact sheet about Oracle database passwords Oracle Password Algorithm (7-10g Rel.2) (Designed by Bob Baldwin) Up to 30 characters long. All…
Random Password generator – let’s generate the password from within the urandom mess….
Shell script: read and show ip address – suitable with Linux, FreeBSD and SunOS
This script will archive and compress Oracle Database Archive Logs into one package of 10 log files.
Display ANSI colors in shell
A small tuning of wget – sometimes a remote servers are braking up the connection. This wget will try and try…
A simple script to test connection to a remote host #!/bin/bash n_sec=2 #ping waits n of seconds REMOTE_HOST_IP=192.168.0.1 ping -c $n_sec…