今天同事反映一个问题,某个测试库修改了密码,并改了相关应用使用的密码后,仍出现一会账户就被锁住,报ORA-28000: the account is locked的错误。
检查过程:
1. 查看资源限制生效参数
SQL> show parameter resource
NAME TYPE VALUE
---...
分类:
其他好文 时间:
2014-08-24 19:24:53
阅读次数:
193
EMCA常用命令 创建一个EM资料库 emca -repos create 重建一个EM资料库 emca -repos recreate 删除一个EM资料库 emca -repos drop 配置数据库的 Database Control emca -config dbcontrol db 删除数据...
分类:
Web程序 时间:
2014-08-24 15:24:12
阅读次数:
166
DownLoad:
http://edelivery.oracle.com
Prepare(Source And Target DB):
Add Environment Varible
vi /home/oracle/.bash_profile
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/li...
分类:
数据库 时间:
2014-08-24 11:43:32
阅读次数:
392
truncate事务不能回滚,delete能够事务回滚。truncate与不带where语句的delete作用相类似,因为truncate使用系统和事务日志比较少,所以效率比一行行删除语句的delete效率要高的多。truncate删除表内容,释放表内容,不删除表结构定义。delete删除表内容,不...
分类:
其他好文 时间:
2014-08-24 01:28:51
阅读次数:
171
133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the
profile. Some user sessions are currently connected to the database instance and are using the
...
分类:
移动开发 时间:
2014-08-24 00:24:04
阅读次数:
307
1、~/.bash_profile文件添加一下内容并执行source ~/.bash_profile export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK2、/etc/sysconfig/i18n文件修改为以下内容并执行source /etc/sysconfig/i1....
分类:
系统相关 时间:
2014-08-23 22:53:31
阅读次数:
212
今天有个etl开发在droppartition的时候遇到了问题,因为是使用了自己的账号,而hdfs中对应partition的文件属主是hdfs的,在删除时会因为权限问题报错,切换用户为hdfs,做droppartition的错误,还是报错,看来没这么简单。查看表的hdfs属性,目录的属主不是hdfs且目录对hdfs没..
分类:
其他好文 时间:
2014-08-23 02:29:00
阅读次数:
231
通常BASIS会使用PFCG做权限管理,时你保存时会产生一个系统外的profile name,记得SU01时用户有profile 和role两栏位吗?它们的关系如何呢?首先明白几个概念.1.activityinsert, update, display什么的.这些东西当年德国佬是写在tobj表中的....
分类:
其他好文 时间:
2014-08-22 22:24:09
阅读次数:
402
unique(唯一性),primary key(not null and 唯一 unique)导出整个数据库,单个数据库,数据库下的某张表,N张表;导出数据库表结构mysqldump -u -p -d --add-drop-table>ruiy.sql;MySQL C API简单操作
分类:
数据库 时间:
2014-08-22 20:54:39
阅读次数:
271
Drag and Drop, 使用鼠标实现元素拖拽的操作貌似很复杂, 在Selenium中, 借助OpenQA.Selenium.Interactions.Actions类库中提供的方法, 实现起来还是比较简单的。道理如下:1. 找到要拖拽的页面元素-源(source)。2. 找到要释放的页面元素-...
分类:
Web程序 时间:
2014-08-22 19:22:39
阅读次数:
177