Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't create a join index

842430Feb 24 2011 — edited Feb 24 2011
Hello all,

I have a problem in creating a join index. I don't know what is wrong here. After I ran this create statement I get the error "invalid CREATE command".

create join index l_index
on l_summyyyy_test a(a.agent_type)
from l_summyyyy_test a,l_cammyyyy_test b
where a.number=b.number and
a.agent_code=b.agent_code
;

Can anybody help me with this?
Thanks a lot,
Laura
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2011
Added on Feb 24 2011
12 comments
243 views