摘要:
1 阅读全文
摘要:
1 阅读全文
摘要:
1 阅读全文
摘要:
1 阅读全文
摘要:
1 阅读全文
摘要:
1.数据库的性能管理 阅读全文
摘要:
[oracle@yuanzj.com:/home/oracle]$ sas SQL*Plus: Release 11.2.0.4.0 Production on Thu Mar 9 21:52:26 2023 Copyright (c) 1982, 2013, Oracle. All rights 阅读全文
摘要:
1.Oracle11g资源管理 2.Oracle12c CDB的资源管理 sys@ORCL 2023-03-13 20:51:51> desc dbms_resource_manager; PROCEDURE BEGIN_SQL_BLOCK PROCEDURE CALIBRATE_IO Argume 阅读全文
摘要:
1.实现多通道备份 --备份run块 run{ allocate channel a1 type disk; allocate channel a2 type disk; backup database; release channel a1; release channel a2; } --监视备 阅读全文
摘要:
[oracle@yuanzj.com:/home/oracle]$ rm /oradata/orcl11g/users01.dbf [oracle@yuanzj.com:/home/oracle]$ sas SQL*Plus: Release 11.2.0.4.0 Production on Tue 阅读全文
摘要:
1.闪回技术概述 sys@ORCL10G 2023-03-08 09:31:52> show parameter undo; NAME_COL_PLUS_SHOW_PARAM TYPE VALUE_COL_PLUS_SHOW_PARAM undo_management string AUTO und 阅读全文
摘要:
1.SGA自动内存管理 sys@ORCL11G 2023-03-09 10:08:35> select table_name,buffer_pool from dba_tables where owner = 'SCOTT'; TABLE_NAME BUFFER_ DEPT DEFAULT EMP 阅读全文
摘要:
1.分析文件丢失的原因以及临时表空间丢失故障处理 [oracle@yuanzj.com:/home/oracle]$ sas SQL*Plus: Release 10.2.0.5.0 - Production on Mon Mar 6 08:33:29 2023 Copyright (c) 1982 阅读全文
摘要:
1.系统关键数据文件丢失后的处理方案 [oracle@yuanzj.com:/home/oracle]$ sas SQL*Plus: Release 10.2.0.5.0 - Production on Mon Mar 6 14:32:18 2023 Copyright (c) 1982, 2010 阅读全文
摘要:
1.创建RMAN备份 2.创建RMAN备份的演示 --备份参数文件 backup spfile backup spfile format '/u01/spfilebak.bmp' backup spfile format '+db/spfile.ora' --备份控制文件 backup curren 阅读全文
摘要:
1.配置RMAN的永久设置 [oracle@yuanzj.com:/home/oracle]$ rman target / catalog catau/catau123 Recovery Manager: Release 10.2.0.5.0 - Production on Sun Mar 5 18 阅读全文
摘要:
1.恢复目录 [oracle@yuanzj.com:/home/oracle]$ sas SQL*Plus: Release 10.2.0.5.0 - Production on Sun Mar 5 17:55:40 2023 Copyright (c) 1982, 2010, Oracle. Al 阅读全文
摘要:
1.数据库的可恢复性 ##检查备份集 [oracle@yuanzj.com:/home/oracle]$ [oracle@yuanzj.com:/home/oracle]$ rman target / Recovery Manager: Release 19.0.0.0.0 - Production 阅读全文
摘要:
阅读全文