Ubuntu 9.10 and iNvidia drivers for dual monitor

This morning i got a problem configuring my dual monitor on my ubuntu 9.10… after had enabled the propetary driver from invidia when i try to write the xorg.conf i got an error from the interface of that driver like : can’t parse the /etc/X11/xorg.conf.

So i opened my shell and i do that [...]

Oracle Tips #5 [Exception on the fly]

to raise an Exception from a Trigger, Stored Procedure or Function without needing enithing you can use the function : raise_application_error.

Syntax : raise_application_error(<your excpetion integer code>, <your string description>);

ClipArt & Icons for All

http://www.openclipart.org , non lo conoscevo e ne sono rimasto veramente impressionato, è un archivio di ClipArt in fomrato vettoriale SVG enorme, qualsiasi cosa ho scritto nella ricerca mi son trovato l’immagine corrispondente. Come direbbe il signor Burns dei Simpons “Eccellente”. Ogni immagine selezionata è disponibile per il download in [...]

Oracle Tips #4 [Trigger : Mutating Tables & Autonomos Transactions]

Oracle Version : 10g

As you know inside a Oracle row trigger you cannot access to the base table, for example when you make a trigger like this, on a table named “activity“.

 

CREATE OR REPLACE TRIGGER UNAME.ACTIVITY_FK_MENU_INTEGRITY

AFTER INSERT OR UPDATE

ON UNAME.ACTIVITY

REFERENCING NEW AS New OLD AS Old

FOR EACH ROW

DECLARE

 

tmpVar NUMBER;

e_Menu_Already_Exists EXCEPTION;

 

BEGIN

          [...]

FOSS [ Free and Open Source Software ]

L’inversione di tendenza ? ma speriamo di no, che l’Open Source abbia permesso a milioni di società e di individui singoli di poter accedere ,e dare il proprio contributo ,a Software prima inarrivabili è ormai noto. Era normale aspettarsi che tutti coloro che giustamente vivono sulle licenze dei “loro” software non vedano di buon occhio [...]