Technical Blog

Pages

▼
Dec 6, 2008

Some Good Triggers

›
Trigger to detect SQL Injection Attacks   Problem with Trigger
Nov 28, 2008

Overlap,Explain Plan

›
Overlap If any of the condition in where clause of a query overlaps , with the parameter in overlap function query returns value else not...
Nov 24, 2008

Encryption

›
CREATE OR REPLACE FUNCTION fnc_encryption(pi_src IN VARCHAR2) RETURN CLOB IS v_enc_val raw(32767); v_key1 VARCHAR2(16) := '1111111...

Time ; Avoid duplicate

›
select DBMS_UTILITY.GET_TIME from dual; select * from v$timer; ---------------------------------------- Avoid duplicate To avoid duplicate r...
Nov 14, 2008

Level queries

›
To get the higher manager of a particular employee select yy.empno,yy.mgr,yy.ename,rt.empno,rt.mgr,rt.ename from (select * from emp t conne...
‹
›
Home
View web version
Powered by Blogger.