ALTER session SET events 'immediate trace name treedump level xxxx'
-- where xxxx is the object id of that index, that can
-- now be fetched by this:
SELECT object_id, object_name
FROM all_objects
WHERE object_type='INDEX'
AND object_name LIKE 'RECEIPT%'
-- alternative method:
ORADEBUG DUMP TREEDUMP xxx