【audit+account lock】
Auditing in Oracle 10g Release 2
Auditing
how to audit db account logon failed situation
DBA Tips when Oracle Account is Locked!!
How We Resolved the Account Locked (Timed) issue in Oracle Database 10g
【"RemoteOperationException: ERROR: wrong password for user" with Oracle 10g】
需要修改用户权限
http://www.orafaq.com/forum/t/89472/2/
http://weblogs.asp.net/wallym/archive/2005/01/03/345818.aspx
【归档失效】
RMAN-06059: expected archived log not found
RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
crosscheck archivelog all delete expired archivelog all
specification does not match any archive log in the recovery catalog提示
RMAN> crosscheck archivelog all;
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=17 devtype=DISK
为何会出现specification does not match any archive log in the recovery catalog,
specification does not match any archive log in the recovery catalog
这个表示所有归档日志都没有物理删除过
RMAN-20242: specification does not match any archivelog in the recovery catalog
【sqlplus】
用SYS用户登陆必须加上AS SYSDBA
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER .
【账号锁定】
Oracle user account LOCKED(TIMED)
通过WEB界面新建profile,将 FAILED_LOGIN_ATTEMPTS PASSWORD =10改为 UNLIMITED, 并应用。
【Lisenter】
Oracle LISTENER监听文件参数详解及Lsnrctl命令综述
Oracle 监听(Listener) 中 services 说明
http://blog.csdn.net/tianlesoftware
Oracle 10g监听listener不能启动的解决方案总结
oracle中的三个配置文件:listener.ora、sqlnet.ora、tnsnames.ora .
Oracle/Listener: trace file 及 log file 異常增加
在用oracle的图形配置软件'net assistant'或‘Net Configuration Assistant’配置网络服务名时,假如已经设置了‘primary dns suffix’,但是在图形配置软件中写的网络服务名的名字中没有‘primary dns suffix’,如只是写了test,则图形配置软件会自动在后面加上‘primary dns suffix’,使之变为test.testserver.com,并存在tnsnames.ora中,而不管你的sqlnet.ora文件中是否有NAMES.DEFAULT_DOMAIN参数。此时,用图形工具进行测试连接是通过的,但是假如此时sqlnet.ora文件中没有NAMES.DEFAULT_DOMAIN参数,则你在使用网络服务名时应该使用在tnsnames.ora中的test.testserver.com,而不是你在图形配置软件中键入的test。解决的办法为:
<1>可以在sqlnet.ora文件中设置NAMES.DEFAULT_DOMAIN= testserver.com,这时你可以用test或test.testserver.com连接数据库
<2>在sqlnet.ora文件中不设置NAMES.DEFAULT_DOMAIN参数,在tnsnames.ora文件中将test.testserver.com中的.testserver.com去掉,这时你可以用test连接数据库。
【9i数据文件越界问题】
[Other]
DBMS_PIPE – For Inter-Session Communication
oracle的udump目录下生成很大体积的文件,怎么回事?
BDUMP, UDUMP, ALERT LOG FILES IN ORACLE 11G