Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
DBA Scripts
.
Show all posts
Showing posts with label
DBA Scripts
.
Show all posts
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...
›
Home
View web version