欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! ORA-28000: the account is locked第一步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把No ...
分类:
其他好文 时间:
2018-03-16 00:19:54
阅读次数:
176
/* Formatted on 2018/3/14 23:34:49 (QP5 v5.256.13226.35538) */ SELECT dob.object_name table_name , lo.locked_mode , lo.session_id , vss.serial# , vps.... ...
分类:
数据库 时间:
2018-03-15 00:35:59
阅读次数:
334
解题思路:Find Gold Someone locked you in the grid house. You can’t escape, until you find the enough gold. But somewhere is on the fire, so you can’t stan ...
分类:
其他好文 时间:
2018-03-04 20:02:17
阅读次数:
209
今天遇到的问题比较有意思。首先是很久没有打开测试数据库了,今天打开,使用service程序测试的时候出现下面的错误提示:Message: System.Data.SqlClient.SqlException: Login failed for user 'dcp_prod'. Reason: The ...
分类:
数据库 时间:
2018-02-23 20:49:10
阅读次数:
283
show processlist中kill锁表语句与慢sql1 单个killmysql> show processlist;mysql > kill 251;#批量kill1)查找Lockd语句mysql -uroot -p123456 -h 192.1.20.101 -e "show processlist" | grep -i 'Locked'
分类:
数据库 时间:
2018-02-13 12:27:11
阅读次数:
192
https://i.cnblogs.com/EditPosts.aspx?opt=1使用dpkg -i/apt命令安装,报错: dpkg: error: dpkg status database is locked by another process 无法获得锁 /var/lib/apt/list ...
分类:
数据库 时间:
2018-02-11 18:06:27
阅读次数:
228
其实我一直没发现,又一次我以为需要写些前端吧NetBeans关了,使用HBuilder写vue,因为内存只有8G,乱七八糟的一些东西一开,只剩20%左右,我就把 NetBeans关了,发现更新svn的时候,不会出现一大堆文件的,老是出现database is locked的情况了,等我写完vue页面 ...
分类:
数据库 时间:
2018-01-25 11:01:57
阅读次数:
208
表死锁处理 用dba权限的用户登陆数据库。1、select * from v$locked_object 查出被锁定的对象,其中object_id是对象的ID,session_id是被锁定对象有session ID;2、select object_name, object_type from dba ...
分类:
数据库 时间:
2018-01-18 22:07:30
阅读次数:
195
ALTPLL中的areset,locked的使用 转自:http://www.360doc.com/content/13/0509/20/9072830_284220258.shtml 今天对PLL中areset和locked详细查了下资料,发现网上这方面的资料很少,所以自己认真读了下Documen ...
分类:
其他好文 时间:
2018-01-12 01:42:39
阅读次数:
746
解除scott账户的锁定方法 1、打开命令提示符(开始菜单输入cmd,回车) 2、依次输入如下语句 sqlplus /nolog conn /as sysdba alter user scott account unlock; 最后会提示解锁成功。 ...
分类:
数据库 时间:
2017-12-26 19:53:11
阅读次数:
220