SIDEBAR
»
S
I
D
E
B
A
R
«
selecting is incorrect by incorrect index hash join on oracle
October 30th, 2009 by sayo

drop table and index.

create table and index again.

i think, it make incorrect index after adding column.

i don’t know exact reason.

ex)

create table customer (id number);

alter table customer add name varchar2(10);

insert into customer(id,name) values (1,’john’);

select * from customer; –> 1 rows

select id from customer where name = ‘john’; –> 0 rows


Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
»  Substance:WordPress   »  Style:Ahren Ahimsa