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 DBA or RESOURCE authority.
  2. Execute a SELECT statement.

To list all text configuration objects:

SELECT * FROM SYSTEXTCONFIG;