Subscribe to:
Post Comments (Atom)
SQL executions based on AWR
SQL exection per day SELECT TO_CHAR(s.BEGIN_INTERVAL_TIME, 'YYYY-MM-DD') AS execution_date, ss.SQL_ID, SUM(ss.EXECUT...
-
1) For new table creations - after creating the table in custom schema execute below script to generate editoning view and synonym for it in...
-
1) How to compile a form? A) Open the source code in the client PC using X-Server -------------------------------------------------------...
-
List out the Jobs which were already on HOLD select request_id, phase_code, status_code from fnd_concurrent_requests where hold_flag = ...
No comments:
Post a Comment