解决ORA-14450:试图访问已经在使用的事务处理临时表
摘要:select * from dba_objects where object_name='TEMP_MZGL_BRSFD'; select 'alter system kill session '''||SID||','||SERIAL#||''';' from V$session where SI
阅读全文
jpa 表字段转bean对象
摘要:select 'private ' || decode(v_type, 'int', 'Integer', 'float', 'Double', 'date', 'Date', 'String') || ' ' || v_name || ';' from (select column_id, col
阅读全文