摘要:
/// <summary> /// 根据IP获取省市 /// </summary> public void GetAddressByIp() { string ip = "115.193.217.249"; string PostUrl = "http://int.dpool.sina.com.cn 阅读全文
摘要:
1、查看用户的profile是那个,一般是default:select username, profile from dba_users;2、查看指定概要文件(如default)的密码有效期设置:select * from dba_profiles where profile = 'DEFAULT' 阅读全文
摘要:
在登陆时被告知test用户被锁 1、用dba角色的用户登陆,进行解锁,先设置具体时间格式,以便查看具体时间 SQL> alter session set nls_date_format=’yyyy-mm-dd hh24:mi:ss’; Session altered. 2、查看具体的被锁时间 SQL 阅读全文