SESSION 썸네일형 리스트형 Tibero DB rock 걸렸을때~ KILL SESSION Tibero DB rock 걸렸을때~ KILL SESSION > tbsql sys/tibero > > SELECT A.SID, A.SERIAL# , 'ALTER SYSTEM KILL SESSION '''||A.SID||','||A.SERIAL#||''';' FROM V$SESSION A,V$LOCK B, DBA_OBJECTS C WHERE A.SID = B.SESS_ID AND B.ID1 = C.OBJECT_ID AND B.TYPE = 'TM' AND C.OBJECT_NAME = 'TB_CO_GENO'; > > alter system kill session '65,1663701'; 더보기 [html] html5 storage - Local, Session Having fun with HTML5 — Local Storage and Session Storage API The full API specification for the localStorage and sessionStorage objects can be found here. At the time of writing, this is how the common Storage interface look: Demo I’ve put together a quick demo here to illustrate how to detect and use the local and session storage to get, set, remove and clear stored items (well.. 더보기 이전 1 다음