How to find the session that consuming high temp tablespace in oracle database
Home/
Garcia Gorry/Questions
Oraask Latest Questions
Question
Question
Question
Question
Question
Question
Question
Question
Question
I am working on Oracle database 11g, and facing an issue while trying to execute the following query: SELECT d.department_name, e.manager_id, l.location_id, sum(e.salary) FROM departments d, employees e, locations l WHERE d.department_id = e.department_id AND e.manager_id = d.manager_id (+) AND l.location_id = d.location_id (+) GROUP BY ...
Question
We have the following table and views and we need to grant SELECT to other database user to be able to SELECT from those objects. This is the list of the table and view FND_RESPONSIBILITY_VL FND_USER FND_USER_RESP_GROUPS_DIRECT the normal command to grant SELECT to other ...