I have created index as below:
CREATE INDEX CONCURRENTLY IF NOT EXISTS employee_emp_id_index ON employee ((lower(emp_id))); --\'emp_id\' is of type : VARCHAR2