
ivan

ivan.revelli@synaptica.info

11 March 2010
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 [...]

ivan

ivan.revelli@synaptica.info

10 March 2010
In Oracle ,to get some ddl information and source you can call system tables like user_objects. So with a particular function called DBMS_METADATA.GET_DDL you can have the entire source of an object passing two parameter : first: the object type and the second parameter is the name of the object that you want to know [...]

ivan

ivan.revelli@synaptica.info

10 March 2010
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>);

ivan

ivan.revelli@synaptica.info

10 March 2010
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 [...]

ivan

ivan.revelli@synaptica.info

8 March 2010
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
[...]

ivan

ivan.revelli@synaptica.info

25 February 2010
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 [...]