摘要:
tail -200f catalina.out 阅读全文
posted @ 2015-01-23 19:02
顿金
阅读(404)
评论(0)
推荐(0)
摘要:
the account is locked解决办法:1、进入sqlplussqlplus "/as sysdba"2、解锁:alter user hpmng account unlock;3、修改密码:alter user hporg identified by hporg; 阅读全文
posted @ 2015-01-23 17:53
顿金
阅读(337)
评论(0)
推荐(0)
摘要:
-- 移除索引drop index TB_1;drop index TB_2 ;alter table TB drop constraint PK_TB;--允许列为空alter table TB modify (LN_NO CHAR(16) NULL);alter table TB modify... 阅读全文
posted @ 2015-01-23 12:48
顿金
阅读(370)
评论(0)
推荐(0)