摘要: 装了Oracle有一段时间没有用,再启动时忘了密码。查资料后,如下操作可以重新定义密码。sqlplus /nolog --登录conn /as sysdba -- 以本地系统登录的用户为信任用户进入数据库进行操作alter user system identified by 新密码;alter user sys identified by 新密码;alter user sysdba identified by 新密码;exit 阅读全文
posted @ 2012-07-21 21:25 hello.wj 阅读(255) 评论(0) 推荐(0)
摘要: 在64位Win7环境+64位JDK下,运行64位Eclipse,提示“Failed to load the JNI shared library”错误,提示jvm.dll不对。解决办法是修改eclipse.ini,在里面指定VM路径-startupplugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502-productorg.eclipse.epp.packa 阅读全文
posted @ 2012-07-21 21:20 hello.wj 阅读(64449) 评论(2) 推荐(0)