Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Autore: Ivan Revelli

Digital Innovation Partner

Oracle Tip: Configurare TOAD con instantClient

Toad è un buon client per Oracle, e da qualche anno sul sito di Oracle è disponibile una versione molto leggera del client di oracle che si chiama InstantClient. Il pregio di questa versione di driver/clients per Oracle è che non ha una procedura di setup ed è sufficiente decomprimere il pacchetto compresso in una…
Leggi tutto

MERRY CHRISTMAS

Fix Broken Permalinks Moving WordPress

Very good! http://jeffsebring.com/2010/fixing-broken-permalinks-when-moving-wordpress/

the Albanian partner of Synaptica

a picture from Tirana, the computer point of Ivano

Oracle Tip – Oracle data files size

SELECT * from dba_data_files; select sum(bytes / (1024*1024)) “DB Size in MB” from dba_data_files;

Oracle Tip – Set Decimal separator for an oracle session

To set in a single session the decimal separator, for example when you need to cast some string in numbers you can use the next istruction : ALTER SESSION SET NLS_NUMERIC_CHARACTERS =’. ‘; in this case the “decimal separator” is the point “.”. if you want the parameter is set inside a procedure or a…
Leggi tutto