emcc24ai

需要改的数据库参数

bash 复制代码
alter system set sga_max_size=6G scope=spfile;
alter system set shared_pool_size=1G scope=spfile;
alter system set db_cache_size=2G scope=spfile;

alter system set processes=1000 scope=spfile;
alter system set open_cursors=300 scope=spfile;
alter system set sessions=2000 scope=spfile;

alter system set sec_case_sensitive_logon=false scope=spfile;
alter system set job_queue_processes=200 scope=spfile;
alter system set undo_retention=10800 scope=spfile;
select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
alter system set audit_trail=NONE scope=spfile;
alter system set "_allow_insert_with_update_check"=TRUE scope=spfile;
alter system set session_cached_cursors=300 scope=spfile;
相关推荐
有想法的py工程师2 小时前
PostgreSQL 分区表排序优化:Append Sort 优化为 Merge Append
大数据·数据库·postgresql
yongui478342 小时前
C# 与三菱PLC通讯解决方案
开发语言·c#
2501_933329552 小时前
技术架构深度解析:Infoseek舆情监测系统的全链路设计与GEO时代的技术实践
开发语言·人工智能·分布式·架构
Tong Z2 小时前
常见的限流算法和实现原理
java·开发语言
凭君语未可2 小时前
Java 中的实现类是什么
java·开发语言
He少年2 小时前
【基础知识、Skill、Rules和MCP案例介绍】
java·前端·python
wearegogog1232 小时前
离散系统参数辨识与广义预测控制MATLAB实现
开发语言·matlab
史迪仔01122 小时前
[QML] QML IMage图像处理
开发语言·前端·javascript·c++·qt
AI_Claude_code2 小时前
ZLibrary访问困境方案四:利用Cloudflare Workers等边缘计算实现访问
javascript·人工智能·爬虫·python·网络爬虫·边缘计算·爬山算法