- 博客(12)
- 收藏
- 关注
转载 RMAN(一)Starting and Interacting with the RMAN Client
Starting and Exiting RMAN直接启动rman% rmanStart the RMAN executable at the operating system command...
2010-09-10 10:41:06
107
转载 at命令用法
at命令允许用户向c r o n守护进程提交作业at命令的基本形式为:at [-f script] [-m -l -r] [time] [date]其中,-f script 是所要提交的脚本或命令。-l...
2010-09-10 09:26:20
179
转载 Crontab用法
cron:系统调度进程,每一个用户都可以有一个 c r o n t a b文件来保存调度信息。可以使用它运行任意一个 s h e l l脚本或某个命令系统管理员是通过c r o n . d e n ...
2010-09-09 15:04:16
278
转载 audit
Auditing categories(审计分类)audited by default 在默认情况下都需要审计:实例启动关闭,及管理员权限database auditing 数据库审计监控并记...
2010-09-09 11:22:40
439
转载 grep用法
grep对文本文件进行模式查找,如果找到匹配模式,grep打印包含模式的所有行。grep的一般格式: grep [选项]基本正则表达式[文件]grep选项 -c...
2010-09-09 08:29:26
81
转载 oracle built-in data type
Oracle Built-in Data TypesScalar Data TypesCharacter data: Character data can be stored as either fixed-lengt...
2010-09-08 13:51:14
234
转载 PCTFREE&PCTUSED(transfer picks)
The following steps explain how space within a block is managed for a data segment with PCTFREE=20 and PCTUSED=40:...
2010-09-08 10:26:01
124
转载 awk
awk语句语法结构awk [-F field-separator] 'commands' input-filesawk脚本由模式和动作组成。模式部分决定动作语句何时触发及触发事件。动作即对数据进行的操作。如果模式部分缺省,动作将...
2010-09-06 13:47:07
75
转载 存储过程中大量数据插入性能问题(多次提交引起磁盘IO)
问题:有两个存储过程,操作两个表。其中第一个表每天85W左右数据,一个月接近3000W条数据。另外一个表每天50W左右数据,一个月1500W条数据。每个月job处理一次。现在看到存储过程中,每次数据插入都有提...
2010-09-03 10:08:14
471
转载 ORA-16014:no available destinations
测试库重启ORA-16014: log 3 sequence# 7 not archived, no available destinationsORA-00312: online log 3 thread 1:...
2010-09-01 09:13:32
637
转载 Create Database manually
步骤:1、choose a unique instance and database name2、choose a database character setORACLE_NLS33=/u01/or...
2010-08-27 14:43:01
189
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人