Database Administrator

Showing posts with label trigger. Show all posts
Showing posts with label trigger. Show all posts
Thursday, August 23, 2012

Restrict Users to access other application exe

›
create or replace procedure sp_ltmlogin AS   MODULE SYS.V_$SESSION.MODULE%TYPE ; L_USER NUMBER ; BEGIN  SELECT MODULE INTO MODULE FROM ...
Tuesday, August 21, 2012

Drop User Trigger

›
create or replace trigger tg_dropuser before drop on database when (ora_dict_obj_type ='USER')   declare  l_name varchar2(30); ...
Thursday, June 7, 2012

Clear Table records after startup database

›
If user does not logout properly / kill task / services restarted then record of that user will present in tblrklogindetails table. We...
›
Home
View web version
Powered by Blogger.