第一天
1.Oracle全备份数据,首先,先把数据库关闭了。
SQL>shutdown immediate
SQL>host F:\oracle\product\10.1.0\oradata\orcl\*.* E:\oracle\backup
SQL>host F:\oracle\product\10.1.0\db_1\database\*.* E:\oracle\backup\database
2.嘎嘎,查看一下控制文件
select * from v$controlfile;
3.更改数据库高速缓存区大小
alter system set db_cache_size=48m;
4.修改共享池大小
alter system set shared_pool_size = 32m;
5.内存缓冲区顾问we can process the sql to see the detail message about 内存缓冲
区:select id ,name , block_size , advice_status from v$db_cache_advice;besides,we can
execute the sql to alter the status of 内存缓冲区:alter system set db_cache_advice =
off.
6.we cat get the 内存缓冲区信息 when we execute "show sga" or "select name , type ,
value from v$parameter;" about 254 records can you get.
分享到:
相关推荐
- **标题**:“Oracle BI Server Study - step by step”:该标题暗示本文档将逐步介绍如何在Oracle BI Server中进行操作,特别关注于构建模型的过程。 - **描述**:描述部分指出这是一份关于如何在Oracle BI Server...
This is your opportunity to take the next step in your career by expanding and validating your skills on the AWS cloud. AWS has been the frontrunner in cloud computing products and services, and the ...
Study for the OCP Java SE 8 Programmer II exam using this effective exam preparation guide from Oracle Press. Written by a team of experts, including two developers of the original exam, OCP Java SE 8...
The 1Z0-811 exam is a significant step towards achieving Oracle Java SE certification. By following a structured preparation plan, utilizing resources like DBExam.com, and focusing on key topics such ...
Study for the OCP Java SE 8 Programmer II exam using this effective exam preparation guide from Oracle Press. Written by a team of experts, including two developers of the original exam, OCP Java SE 8...