如何启动SESSION级别的TRACE
如何启动SESSION级别的TRACE
相关考题:
当( )时,JSP引擎将消灭某一个session对象。A.有新客户访问时B.web应用服务器启动后,第一个客户来访时C.该session对应的客户关闭浏览器D.该session对应的客户刷新jsp页面时
Inyourtestdatabase,youfindthatauser’ssessionisexecutingalotofSQLstatements,resultinginthegenerationofalargenumberoftracefiles.Whileinvestigatingthereason,youfindthatSQLtracehasbeenenabledattheinstancelevel.YouwanttodisableSQLtrace,remotely,onlyforthatusersessiontoreducethevolumeoftracedatabeinggenerated.Howdoyouachievethisobjective?()A.bysettingtheSQL_TRACEparametertoFALSEintheparameterfileB.byusingDBMS_MONITOR.SESSION_TRACE_DISABLEtodisablethetracingfortheusersessionC.bysettingtheSQL_TRACEparametertoFALSEbyusingtheALTERSYSTEMcommandintheusersessionD.bysettingtheSQL_TRACEparametertoFALSEbyusingtheALTERSESSIONcommandintheusersession
YouaremaintaininganOLTPdatabaseinOracle10g.Youfindthatthedatabaseisgeneratingalargenumberoftracefiles.YoudecidetodisablethetracefilesgeneratedbytheARCnbackgroundprocess.WhichactionwillenableyoutodisablethetracefilesgeneratedbytheARCnbackgroundprocess?()A.RemovetheLOG_ARCHIVE_DESTparameterfromtheinit.orafile.B.SetthevalueoftheSQL_TRACEparametertoFALSEintheinit.orafile.C.UsetheDBMS_MONITOR.SESSION_TRACE_DISABLEprocedure.D.SetthevalueoftheLOG_ARCHIVE_TRACEinitializationparametertozero.
在ASP.NET中,应用程序启动时触发的事件为()。A.Session_StartB.Session_EndC.Application_StartD.Application_End