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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Friends
Could anyone help me out creating this function based index?
CREATE INDEX DB_FLUX ON LTB(TO_DATE(TO_CHAR(DATABASE,'DD/MM/YYYY'))) TABLESPACE INDX;
Error on line 1:
ORA-01743:only pure functions can be indexed
Tks a lot