Month: August 2004
-
xbindkeys
nnnnnxbindkeys nnA great meta-key for use with XBindkeys is the “Windows” key, which sits idly on so many keyboards. Chances are it’s unused, so it won’t conflict with anything. Say you have a script called “backup” that you like to run manually. This is how to bind it to the “Windows” and F5 keys with…
-
Oracle – Turning archive logging on and off
nnnnnStart. 1. add the following to init.ora file log_archive_start = true log_archive_dest = /path/to/archive/dir log_archive_format = _%s.log 2. Starting archive logging startup mount exclusive alter database archivelog; alter database open; 3. Check to make sure SQL> archive log list Database log mode ARCHIVELOG Automatic archival ENABLED Archive destination /path/to/archive/dir Oldest online log sequence 2 Current…