Hello there,
I have a form with multiple text area (using Rich Text Editor) associate with One data table.
Currently, I am using VARCHAR2(4000) for these text area.
I would like to know:
- If there is any data type I choose if I want to store data exceed 4,000 characters for each field(columns) and can store HTML data (Rich Text Editor UI)?
- I have noticed that APEX only support data types as follows:

3. Does APEX DB schema supports LONG type (not LONG RAW)

Thanks,
Alice