After installing Oracle 10g on an Ubuntu 9.04 system, i found that the Apex application was enabled only for the localhost. Some time is necessary open or close the access of apex from remote. To do this is only need to access to your oracle system by a dba user and run this sql command:…
Leggi tutto
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
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
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
Di questi tempi si parla tanto di virtualizzazione, in particolar modo applicata ai server, così che anche io ho deciso di utilizzare tale tecnologia per l’installazione di un web server. La configurazione scelta è la seguente: * Installazione di UBUNTU Server 9.10 minimale come HOST con installazione di VMWARE Server * Installazione di una macchina…
Leggi tutto
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 on…
Leggi tutto