cat > script <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
create unique index on table IX (a,b,c);
alter table IX change a longinteger;
insert into IX values (10000,2,3,4,5,6,7,8);
insert into IX values (10000,2,3,5);
select tab_name,tab_index from sys_tables where tab_name='IX';
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 script
cat > stdout <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
* * * * 
*** Error: duplicate value for attribute '(combination)'
* tab_name                          tab_index

IX                                3 1 '' 1 0 'a' 'b' '
                                  c'
* 
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout
cat > tag <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
Check index after alter .q
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 tag
cat > stdout.jp_euc <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
* * * * 
*** Error: ȥӥ塼 '(combination)' ͤϴ¸ߤޤ
* tab_name                          tab_index

IX                                3 1 '' 1 0 'a' 'b' '
                                  c'
* 
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout.jp_euc
