-- 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 IDXALYSWC028FB7OASA99JSK9FVC ON BLC_ORDER(ACCOUNT_ID) ONLINE; CREATE INDEX IDXDWNPTNDX2USRJ6JLVG2BEJQE4 ON BLC_ORDER(ROOT_ACCOUNT_ID) ONLINE;