摘要:
最近的生产系统上报了ora-04030错误,log如下。ORA-04030: out of process memory when trying to allocate 169040 bytes (pga heap,kgh stack)ORA-04030: out of process memory... 阅读全文
摘要:
赋予远程debug权限:grant debug any procedure to #user_name; grant debug connect session to #user_name; 导入导出整个schema,需要先建立dpdir的directory:expdp schemaABC/sche... 阅读全文