MSSQL维护计划 提示数据库“xx” 无效,无法包括在维护计划中

sql server 的备份计划一般会选择自带的维护计划,建一个任务作业自动备份,目前有台服务器生产库为MS SQL SERVER 2005,库是开发的恢复的,我上次装完软件就做了个自动备份数据库的任务,每天备份除了系统数据库外的所有数据库,今天发现日志里有失败的,提示数据库“xx” 无效,无法包括在维护计划中…

oracle10G 加密解密之dbms_crypto (二)

接着上一篇,继续

Error Code Reason
28827 The specified cipher suite is not defined
28829 No value has been specified for the cipher suite to be used
28233 Source data was previously encrypted

,

oracle10G 加密解密之dbms_crypto (一)

oracle10g 提供的DBMS_CRYPTO 用来替换8I,9I前的DBMS_OBFUSCATION_TOOLKIT 包,这个包在10G以前的版本是没有的,它提供了更多的加密算法应用更方便

,

oracle 9i 的加密解密用法之dbms_obfuscation_toolkit(二)

接着上篇
http://www.anbob.com/?p=1313

,

oracle 9i 的加密解密用法之dbms_obfuscation_toolkit(一)

从前段时间著名的CSDN的600W用户密码泄漏事件,再到天涯社区的4000w万用户,使用户对网站的信誉失去了信心, 相信最近各网站都在做软件上的升级,明文密码决不可取

HEXTORAW、utl_raw.cast_to_raw、RAWTOHEX一点认识

RAW 可变长度二进制类型,不受字符集的影响,目前已被LOB类型替代,结构非常像VARCHAR2,做为COLUMN 最大2000字节,做为变量32767个字节
..

bulk collect into forall insert批量分次提交

难免开始以为批量提交的小事务会比一个大事务完成后一次提示会更快,可以TOM也再三强调这种想法是不对的,如果非要分次,最好的方法是按业务过程的要求以适当的频度提交,并且相应地设置undo大小 。

, ,

sqlldr 加载时 SQL*Loader-951: Error calling once/load initialization ORA-00942

今天搞了点数据文本文件,用SQLLDR加载时报:
SQL*Loader-951: Error calling once/load initialization
ORA-00942: 表或视图不存在

PGA 一点认识

操作已加载到内存中的数据时所需要的工作区域,这块内存区对于每个服务器进程都是私有的,不允许其它进程或线程的访问,PGA 一般是通过C 语言在运行时调用malloc() 和memmap() 来分配的,运行时可以动态的扩大,在8i后甚至可以动态的收缩,…

pga_aggregate_target最小多大?ORA-00600 [kspgip1], [101], [647], [1],

SQL> shutdown immediate
ORA-00604: 递归 SQL 层 1 出现错误
ORA-00600: 内部错误代码,参数: [kspgsp1], [101], [642], [1], [optimizer_mode], [], [], []

grid control 安装总结 (三)之EMD upload error: uploadXMLFiles skipped或忘记OMS密码

[oracle@anbob agent10g]$ bin/emctl upload agent
Oracle Enterprise Manager 10g Release 10.2.0.1.0.
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
—————————————————————
EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..

,

grid control 安装总结 (二)之agentDownload.linux安装AGNET

前一篇提到AGENT的多种安装方式中,如果平台一致最容易的安装方法就是使用agentDownload.linux

grid control 安装总结 (一)

grid control (网格)管理 多个数据库时可以大大提高DBA 的工作效率,当然也有人说会给系统带来一些影响比如引起BUG,从而望而却步,不过ORACLE的 不断的完善还是很让人期待

oracle 9201升级到9208 for windows 步骤

今天有网友说他的数据库服务今天又自动停了,以前也说过查看alert日志并没报错,stackpack也看不出什么 […]

GC OMS is not functioning because of the following reason:Connection to the repository failed.

Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.Oracle Management Server is not functioning because of the following reason:Connection to the repository failed. Verify that the repository connection information provided is correct.

what is oracle opmn?opmnctl

OPMN is Oracle Application Server’s Process Monitor and Notification server. Use this utility to stop, start and get process status.

index monitoring usage 注意了!

当系统中有很多索引或一个表上有很多索引,想找出平时不用的索引drop 掉,因为索引毕竟会给insert/update 等带来负担,于时ORACLE提供了monitoring index的功能, 但有时一些情况会被忽略,正面看我的实验

,

redhat linux ./runInstaller 遭遇 database/install/.oui: Permission denied

一个在windows下解压的oracle10 for linux安装文件,传到rhel 5安装遭遇 database/install/.oui: Permission denied 权限问题

ora-02069 global_names=false

when you try to access a table over the database link,mybe you get this error