回答:可能由于登陆失败次数超出系统最大失败验证次数限制了,只需要解锁就可以了: 试下下面操作 如何 SQL> conn /as sysdba SQL> alter user scott account unlock;
String cmd = "sqlplus gts1031/gts1031@ORACL @init-6.0.01.sql >D:/gts1031.log"; Runtime rt = Runtime.getRuntime(); p = rt.exec(cmd,null,new File("D:/db/integrate/")); in = p.getInputStream(); fos = new FileOutputStream("D:/gts1031.log"); byte[] b = new byte[1024]...