Search blogs  
Browse by category
Oracle Apps Technology - Knowledge Store - ALL DBAs
mukesh kumar
Author:mukesh kumar
DBA
trigger for preventing tools on oracle DB
Thursday 17th, July 2008
CREATE OR REPLACE TRIGGER block_tools_from_prod
AFTER LOGON ON DATABASE
DECLARE
v_prog sys.v_$session.program%TYPE;
BEGIN
SELECT program INTO v_prog
FROM sys.v_$session
WHERE audsid = USERENV('SESSIONID')
AND audsid != 0 -- Don't Check SYS Connections
AND rownum = 1; -- Parallel processes will have the same AUDSID's

IF UPPER(v_prog) LIKE '%TOAD%' OR UPPER(v_prog) LIKE '%T.O.A.D%' OR -- Toad
UPPER(v_prog) LIKE '%SQLNAV%' OR -- SQL Navigator
UPPER(v_prog) LIKE '%PLSQLDEV%' OR -- PLSQL Developer
UPPER(v_prog) LIKE '%BUSOBJ%' OR -- Business Objects
UPPER(v_prog) LIKE '%SQLPLUS%' -- MS-Excel plug-in
THEN
RAISE_APPLICATION_ERROR(-20000, 'Oops!!!Development tools are not allowed on PROD DB- MUKESH');
END IF;
END;
/
SHOW ERRORS

 
Post your valuable comment here
Email:      Password:  
Don't have SiliconIndia ID? Sign up      Forgot your Password?  Retrieve

 Latest postings

Appraisal
हमेह्सा की तरह 10 बजे ठुमकते हुए office आया,11 बजे तक नाश्ता क... more >>
finding installed patches in apps
select DRIVER_FILE_NAME from AD_PATCH_DRIVERS/select DRIVER_FILE_NAME from AD_PATCH_DRIVERS where DRIVER_FILE_NAME like '%3258830%';5. Pin SGA package... more >>
Oracle applications version details
Oracle Apps Version select release_name from apps.fnd_product_Groups; Application AD patch set select patch_level from fnd_product_installation... more >>
Database users with deadly system privilages assigned to them.
select grantee, privilege, admin_optionfrom sys.dba_sys_privs where (privilege like '% ANY %' or privilege in ('BECOME USER', 'UNLIMITED TABLESP... more >>
Important tables in oracle APPS
Concurrent Manager FND_CONCURRENT_QUEUES FND_CONCURRENT_PROGRAMS FND_CONCURRENT_REQUESTS FND_CONCURRENT_PROCESSES FND_CONCURRENT_QUEUE_SIZE FND ... more >>
More postings 1  2    next >>

Technology

MAKING OBJECTS INVISIBLE
MAKING OBJECTS INVISIBLE Biman Basu Email: bimanbasu@gmail.com ... more >>
By
Sivasubramanian Sivasuriyanarayanan
Two day Workshop on Machine Learning
Two day Workshop on Machine Learning Machine LearningMac... more >>
By
Prakash Pimpale
utter change........
I am not very bright student but still i have the passion to do s... more >>
By
vivek yadav
A few Tips and Tricks on Operating systems
A few Tips and Tricks on Operating systems *view File extension... more >>
By
Priya
Stop Spam storms
Hi Friends ! I wish to address to one of the issues which people... more >>
By
Adarsh S

Guest contributors

Rajendra K Misra
Rajendra K Misra
Author is the founder of Change India
Jagdish Dalal
Jagdish Dalal
Jagdish Dalal is a world-renowned consultant in the field of Information Technology and out sourcing
Vinod Khosla
Vinod Khosla
Founder & CEO, Khosla Ventures.
Ram Gopalan
Ram Gopalan
Managing Director, Argusoft America
Sid Agrawal
Sid Agrawal
CEO and Director, SiPort.
 Our sponsors