随笔分类 -  oracle

摘要:1998年Oracle8i:i指internet,表示oracle向互联网发展,8i之前数据库只能对应1个实例 2001年Oracle9i:8i的升级,性能更佳,管理更人性化 2003年Oracle10g:g指grid,表示采用网格计算的方式进行操作,性能更好 2007年Oracle11g:10g的 阅读全文
posted @ 2022-12-09 13:22 岑惜 阅读(726) 评论(0) 推荐(0) 编辑
摘要:Oracle密码过期问题 ORA-28001:the password has expired 如果已经过期了,首先需要修改密码,然后设置密码为无限期。修改以sys用户登陆。 修改密码:alter user username identified by password 密码可以和之前的密码相同也可 阅读全文
posted @ 2019-05-10 09:24 岑惜 阅读(1448) 评论(0) 推荐(0) 编辑
摘要:select count(*) into fhave from tab_ppxuser where name = userstr;和select nvl(hphotourl, '0') into photourl from tab_ppxuser where name = userstr;这两条指令 阅读全文
posted @ 2019-03-15 00:43 岑惜 阅读(962) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示