Welcome to Garikai's weblog!

Calendar

May 2012
M T W T F S S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

October 17, 2008

Putting back encrypted Oracle password for an Oracle account

General, Linux, Oracle — admin @ 10:30 am

August 12, 2008

Dropping an Oracle user & Associated Objects

General, Linux, Oracle — admin @ 10:39 am

On the Oracle SQL prompt type

delete user testuser cascade;

June 30, 2008

Unlocking Oracle Account

General, Linux, Oracle — admin @ 2:23 pm

As system user:

SQL> alter user account unlock;

June 27, 2008

Finding Oracle table owner and exporting tables with a parameter file

Computing, Linux, Oracle — admin @ 6:05 pm

Finding table owner and exporting tables with a parameter file

Computing, Linux, Oracle — admin @ 6:05 pm

June 26, 2008

Replacing comma-delimitation with new line using sed

Computing, Linux — admin @ 5:44 pm

Changing/Resetting Linux account passwords en-masse

Computing, Linux — admin @ 5:35 pm

May 23, 2008

Removing empty lines from an output or file with awk.

Linux — admin @ 11:38 am

awk ‘($1 ~ /[^ ]+/){print $0}’ filename.txt

Where filename.txt is the name of the file you want to remove the empty lines from.

October 11, 2007

Processing Lines of text in a script

Computing, Linux — admin @ 3:26 pm

Changing file contents from Lower case to Uppercase

General, Computing, Linux — admin @ 1:56 pm

August 10, 2007

Scripting - the while loop

Linux — admin @ 11:27 am

Funny how the while loop is sensitive to spacing around the square brackets. An extra space before, or within the bracket, then you get an error.

July 31, 2007

Linux User and Password Migration

Linux — admin @ 2:53 pm

February 5, 2007

Mounting a Windows File Share from AIX 5.2 (& higher)

Computing, Linux, AIX — admin @ 11:46 am

Remote tape backup on UNIX / Linux

Computing, Linux, AIX — admin @ 6:01 am

September 2, 2006

Sendmail - Quick Ref

Linux, AIX — admin @ 5:45 am

September 1, 2006

Mondo Linux Backup and Restore

Linux — admin @ 11:53 am

August 30, 2006

Software Raid Setup on Linux

Linux — admin @ 8:04 pm

Powered by: WordPress