-- Oracle does not support `IF NOT EXISTS` syntax when creating indexes. -- You should review your database for any of the indexes described here that pre-exist, -- and omit them from what you apply to your Oracle database. CREATE INDEX IDX11W4LBB6DQ08VD5CAX3VWDXFP ON BLC_CART_ACTION_AUDIT(CART_ID) ONLINE; CREATE INDEX IDXQ4K2T0JKCAKOBXTI7XODU2WK3 ON BLC_CART_ACTION_AUDIT(TRK_APPLICATION_CONTEXT_ID) ONLINE; CREATE INDEX IDXSHJAKFPIR3S16EKIUE6SE3T2R ON BLC_CART_ACTION_AUDIT(USER_ID) ONLINE;