1.错误描述:今天在起归档的时候报一下错误: SQL> alter database archivelog; alter database archivelog * ERROR at line : ORA: instance recovery required, cannot set ARCHIVELOG mode 2.从错误上看到是由于三大文件(datafile,controlfile,logfile)的scn不一致导致,造成scn不一致的原因是我们用了shutdown abort(shutd…
在创建好模型以后,访问说没有该方法,如图 看代码 class ManagerModel { //put your code here function checkDenglu($name,$pwd){ $info=$this->getByMg_name($name); show($info); } } 看代码少了继承,这种小错误,不容易发现,正确的应该为 class ManagerModel extends Model{ //put your code here function checkDe…