Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384
SQL vs PLSQL: differenze sui tipi di dato - Oracle FAQ - Il forum italiano su oracle
0 voti
1.1k visite
quesito posto in SQL e PLSQL da (2.4k punti)
Se vi state cimentando nello sviluppo in PLSQL vi accorgerete presto di alcune differenze fondamentali tra i tipi di dato ed in particolare sulle dimensioni massime:
 
TIPO PLSQL SQL
CHAR 32767 bytes 2000 bytes
NCHAR 32767 bytes 2000 bytes
VARCHAR2 32767 bytes 4000 bytes
NVARCHAR2 32767 bytes 4000 bytes
LONG 32767 bytes 2GB
LONG RAW 32767 bytes 4GB
BLOB 128 Terabytes 4GB
CLOB 128 Terabytes 4GB
NCLOB 128 Terabytes 4GB

 

 

Fai il log in oppure registrati per rispondere al quesito.

Domande correlate


Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384

Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384

Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384

Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384

Warning: count(): Parameter must be an array or an object that implements Countable in /membri/oraclefaq/qa-include/app/format.php on line 384
0 voti
0 risposte 3.2k visite
quesito posto 10 Dicembre 2013 in SQL e PLSQL da carlo10 (2.4k punti)
0 voti
0 risposte 444 visite
0 voti
0 risposte 7.2k visite
quesito posto 5 Dicembre 2013 in SQL e PLSQL da carlo10 (2.4k punti)
0 voti
0 risposte 133 visite
0 voti
1 risposta 1.6k visite
quesito posto 11 Settembre 2018 in SQL e PLSQL da niroantonio (120 punti)
...