为什么java 前台访问全局会话级 临时表后,session 怎么一直没有释放出来。
从而导致drop 全局会话级 临时表,才会出现上述提示,
为什么呢??

解决方案 »

  1.   


    前台上,session 用完以后要关闭。 ORA-14452: attempt to create, alter or drop an index on temporary table already in use 
    Cause: An attempt was made to create, alter or drop an index on temporary table which is already in use.
     
    Action: All the sessions using the session-specific temporary table have to truncate table and all the transactions using transaction specific temporary table have to end their transactions.
     
    ------------------------------------------------------------------------------ 
    Blog: http://blog.csdn.net/tianlesoftware 
    网上资源: http://tianlesoftware.download.csdn.net 
    相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx 
    DBA1 群:62697716(满); DBA2 群:62697977
      

  2.   

    在PLSQL 环境测试 存储过称时,断开后,session 就断开了,为什么 前台访问后,就不能断开