你的sga区是不是太小了
增加shared_pool_size大小

解决方案 »

  1.   

    你的sga区是不是太小了
    增加shared_pool_size大小
      

  2.   

    看一看oracle的帮助:If the shared pool is out of memory, either use the DBMS_SHARED_POOL package to pin large packages, reduce your use of shared memory, or increase the amount of available shared memory by increasing the value of the initialization parameters SHARED_POOL_RESERVED_SIZE and SHARED_POOL_SIZE. If the large pool is out of memory, increase the initialization parameter LARGE_POOL_SIZE.
      

  3.   

    我觉得不是绑定的缘故,不过,你是可以先绑定的
    我觉得还是shared_pool_size或与此相关的参数分配的不对,把你的init.ora文件拿出来看看