I have a oracle table with Japanese field name as "日本語項目分類カナ名称", when I select 日本語項目分類カナ名称 from myTable, I got error as below:
ORA-00972: identifier is too long
Cause: An identifier with more than 30 characters was specified.
Action: Specify at most 30 characters.
what can I do? this table is used by a lot of app, I can't modify field name...