在11G下可以查看视图X$DBGALERTEXT,就可以获得这些信息。但是要查看需要sys用户登录,安全起见,只要以sys用户执行如下,这样相应用户都可以查看。create view v_$alert_log as select*from x$dbgalertext;create public synonym v$alert_...
Do any additional setup after loading the view./设置头图UIImageView*imageView=[[UIImageView alloc]initWithFrame:CGRectMake(0,0,self.view.frame.size.width,200)];imageView.image=[UIImage imageNamed:@"image"];self....