Displaying a List of Text Configurations Using Interactive SQL

View a list of all the text configurations in the database.

  1. Connect to the database as a user with CREATE TEXT CONFIGURATION or CREATE ANY TEXT CONFIGURATION or CREATE ANY OBJECT system privilege.
  2. Execute a SELECT statement.

To list all text configuration objects:

SELECT * FROM SYSTEXTCONFIG;