问题:java.sql.BatchUpdateException: 批处理中出现错误: ORA-00972: 标识符过长
弄了一天了,还是标识符过长,麻烦各位帮忙看下,到底在那地方出错了,谢谢!
SQL:
insert into fx_yl_card_acct (fx_account_id,fx_account_group_id,fx_account_suspend_code,fx_owner_org_id,fx_account_org_id,fx_manage_org_id,fx_account_open_date,fx_account_close_date,fx_account_expire_date,fx_product_id,fx_product_inner_id,fx_currency_code,fx_terms,fx_acct_status,fx_acct_cata,fx_acct_type_code,fx_account_balance,fx_account_name,fx_customer_id,fx_account_froze_code,fx_base_interest_rate,fx_float_interest_rate,fx_interest_rate_unit_codefx_interest_mode_code,fx_upda_date) values ('6217380000015034','null','null','50601','50601','90001','2012-02-15','null','null','null','null','CNY',null,'null','1','6',2.38,'康昌','140322198301041511','1',null,null,'null','null','2012-03-05');
表结构:
