My environment:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
PL/SQL Release 12.1.0.2.0 - Production
CORE 12.1.0.2.0 Production
TNS for Linux: Version 12.1.0.2.0 - Production
NLSRTL Version 12.1.0.2.0 - Production
Question:
I would like to make this string searchable by Oracle Text: <!--
That string represent the start of a comment in C# and I would like to find such strings using Oracle Text.
How can I do that?
Fyi, we have already Oracle Text up and running and we are using it with great success. However, the string in this question is currently not possible to find.
Please let me know if you need more information.