Question : Oracle 10 Standard Edition: what indexings does it support?

Hi Experts:

    I was trying to use BITMAP indexing in Oracle 10g database, but then I was told that the database is Oracle Standard Edition, while the BITMAP indexing needs Enterprise Edition, so I couldn't use BITMAP.

   To resolve this issue. Can you help me to find out:
1. what indexings are supported in the Standard Edition?
2. Is there any good way to index a low cardinality table field in Oracle Standard Edition?

   Thank you.

Answer : Oracle 10 Standard Edition: what indexings does it support?

I am sure this kinf of update query does not work in VFP 6. If you switch to VFP 9 then you may use following syntax:

Update EMP SET EMP.card_id = ACCT.card_acces ;
  from ACCT ;
 WHERE upper(ACCT.last) = upper(EMP.last_name) ;
   AND upper(ACCT.first)= upper(EMP.first_name)
Random Solutions  
 
programming4us programming4us