Technical Blog

Pages

▼
Jul 29, 2016

DBA related queries & scripts

›
select * from v$system_event;  -- query to get the oracle system event select * from ( select d.*,rank() over(order by cpu_time desc) rk...
Jun 6, 2016

SQL- avoid the logical duplicate

›
Query to avoid the logical duplicate records .(Technically these records are not duplicate ie: we can avoid records using the distinct ke...
May 13, 2016

Oracle Partitioning 2

›
Composite partitioning is a partitioning technique that combines some of the other partitioning methods. The table is initially partitione...
‹
›
Home
View web version
Powered by Blogger.