oracle
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| oracle [2026/08/17 08:25] – [EMCC] mduersch | oracle [2026/09/11 07:22] (current) – [Environement] mduersch | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| SQL> show parameter job_queue_processes; | SQL> show parameter job_queue_processes; | ||
| SQL> alter system set job_queue_processes = 0; (Note: Please track the existing value before making it to 0) | SQL> alter system set job_queue_processes = 0; (Note: Please track the existing value before making it to 0) | ||
| + | SQL> connect sysman/ | ||
| SQL> exec emd_maintenance.remove_em_dbms_jobs; | SQL> exec emd_maintenance.remove_em_dbms_jobs; | ||
| SQL>exec gc_interval_partition_mgr.partition_maintenance; | SQL>exec gc_interval_partition_mgr.partition_maintenance; | ||
| Line 641: | Line 642: | ||
| | | ||
| | | ||
| - | |||
| | | ||
| + | |||
| + | ==== Long running Statements v$session_longops ==== | ||
| + | | ||
| + | col opname for a20 | ||
| + | col username for a20 | ||
| + | col prozent for clear | ||
| + | col time_remaining for clear | ||
| + | |||
| + | SELECT opname, username, | ||
| + | | ||
| + | | ||
| + | FROM v$session_longops | ||
| + | WHERE time_remaining> | ||
| + | |||
| + | |||
| ==== RESSOURCES ==== | ==== RESSOURCES ==== | ||
| Line 772: | Line 787: | ||
| select PATCH_ID, PATCH_UID, STATUS, ACTION_TIME, | select PATCH_ID, PATCH_UID, STATUS, ACTION_TIME, | ||
| + | ./datapatch -purge_old_metadata | ||
| + | https:// | ||
| + | | ||
| ====== ORACLE 11G ====== | ====== ORACLE 11G ====== | ||
oracle.1786955121.txt.gz · Last modified: by mduersch
