На память:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,Data Mining and Real Application Testing options SQL> SQL> create table tab1 2 (a1 varchar2(4000) 3 ,a2 varchar2(4000) 4 ); Таблица создана. SQL> create index itab1_32 on tab1(a1,a2); create index itab1_32 on tab1(a1,a2) * ошибка в строке 1: ORA-01450: превышена максимальная длина (6398) ключа
Комментариев нет:
Отправить комментарий