Sometimes happen that you need to extend the swap space on your system, so it happens to me when i tried to install Oracle10ex on my ubuntu system. So i found the solution on this ubuntu forum : http://ubuntuforums.org/showthread.php?t=89782 To extend the swap file to 1gb : First, create a large empty file: Code: sudo…
Leggi tutto
L’immagine mostra le differenze tra una pagina Asp.Net Sincrona e Asincrona; Per modificare il comportamento di un Webservice .Net in modo simile ad una pagina Asp.Net asincrona (quelle con <%@ Page Async=”true” … %> ) è sufficente modificare l’HttpHandler dell’applicazione web come segue: Aprire il  Web.config e nel tag <httpHandlers> di <system.web> commentare l’attuale Handler come segue: <!– <add verb=”*”…
Leggi tutto
Hello, today we share a little tool for extracting components name and id from a standard zul file. The idea behind this tool borns after reading this small talk by Ashish Dasnurkar and after a comment on his works. I think in ZK there are many ways to access components from controller class (i.e. getFellow(), Composer, CDI…)…
Leggi tutto
directly from Embarcadero a Steve Jobs comment about Delphi for iPhone at this link : http://blogs.embarcadero.com/pawelglowacki/2010/04/01/39048/ stay tuned ivan
Una domanda che salta fuori spesso è “Quanta memoria puo’ usare mysql sul mio sistema ?” Come saprete mysqld-nt.exe viene eseguito in un singolo processo con vari thread; dunque il limite d’uso della memoria è fissato dai limiti imposti dallo stesso sistema operativo per il singolo processo. Sistemi operativi differenti, hanno limiti differenti; dipendenti anche…
Leggi tutto
Using JDBC with Oracle 10g i found this error : “ora 12519 tnsno appropriate service handler found”, today i found an article on Internet about. I only execute on apex query : ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE; after that i restarted my Oracle10gXe server on my server, and all works well !!! incredible