TheBonsai's Blog

About the days and nights of TheBonsai

SQLNET.RECV_TIMEOUT/SEND_TIMEOUT and RMAN

November 2nd, 2011 by TheBonsai

Hi there,

I was analyzing some unexpected RMAN termination, a RMAN-10038/RMAN-03009 combo:

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: Fehler bei REFAF Befehl in c13 Kanal auf 10/31/2011 08:21:50
RMAN-10038: Datenbank-Session für Kanal c13 unerwartet beendet

Nothing, not even an RMAN tracing was able to reveal more hints. The trace just told it in other words. No underlying ORA/TNS error or similar.

It finally turned out it were some parameters recently added to sqlnet.ora, I set SQLNET.RECV_TIMEOUT and SQLNET.SEND_TIMEOUT and the beast silently dropped RMAN channels that were idle for a while. The next command in this channel blew up the whole RUN block of the backup script.

I removed the parameters and it works again.

Be careful with your sqlnet.ora :-)

 

Category: english, Oracle, Work | No Comments »

dmr passed away

October 13th, 2011 by TheBonsai

Dennis MacAlistair Ritchie (dmr) passed away some days ago.

dmr is widely known primarily as one of the Unix and C fathers. He’s also the co-author of the famous “K&R” book, “The C programming language”.

From my point of view the IT world lost a great man whose echo still lives on in many technologies. I would also like to pass on my condolences to his family and friends.

 

Category: Coding, english | No Comments »

A bonsai goes wireless

April 21st, 2011 by TheBonsai

Yesterday I bought a Linksys WAP54G AP to extend the networt to the air here.

First steps

First, I only had problems. I had a problem connecting to the webinterface, because the manual mentions the wrong default user/pass pair for logon. Sick. By the way, this is the same manual that says that SNMP is the standard internet mail transfer protocol. Fsck it. I usually read manuals – but this one is just able to heat the air when you finally burn it. Maybe not even that.

Then, after finally logging in, I found this buggy, ugly and crappy webinterface. What a user expirience. Shit. At least it works to make the basic settings.

The AP finally worked for my wireless devices.

And then tests. Well, the firmware is not even able to do station monitoring or some other basic stuff. Argh.

The solution to all the problems and crap

DD-WRT… Flashed the thing (okay, I bricked it on the first try, my fault), booted, logged into the nice and usable webinterface, made the basic configuration, ready. I have shell access, basic tools, a Cron, remote syslogging and some more features (a rich featureset, compared to the original code image).

If you are able to put something like OpenWRT or DD-WRT on your lower priced Linksys devices: Do it.

Rant to Cisco

Are you really sure you want to put your Logo on this device? The original firmware sucks and the manual is written by idiots. Nothing I usually have in mind when I hear “Cisco Systems”. I’m aware that this is consumer hardware, but a bare minimum of quality should be there. For me, Cisco stands for high performance, reliability, quality – this thing, that carries a Cisco logo, is just a shadow of the functionality and quality of a Cisco console cable!

Also: On the internet I read in far too many forums that the technical support from Linksys is as good as no technical support. I’m glad that I didn’t need it.

 

Category: deutsch, Hobby, Linux | 3 Comments »