oracle
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| oracle [2026/08/05 12:14] – [RMAN commands] mduersch | oracle [2026/09/11 07:22] (current) – [Environement] mduersch | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| --------------------------------------------------------------- | --------------------------------------------------------------- | ||
| EMD upload completed successfully | EMD upload completed successfully | ||
| + | |||
| + | |||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | $AGENT_HOME/ | ||
| + | | ||
| + | | ||
| + | EMCC Log Files: | ||
| + | |||
| + | 1- EM Agent NOHUP file. (emagent.nohup) | ||
| + | 2- EM Agent log file. (gcagent.log) | ||
| + | 3- EM Agent Perl Trace file. (emagent_perl.trc) | ||
| + | 4- Standard emctl command operation log file. (emctl.log) | ||
| + | 5- EM Agent SDK trace file. (gcagent_sdk.trc) | ||
| + | 6- EM Agent MDU log. (gcagent_mdu.log) | ||
| + | 7- EM OMS main trace file for the OMS Console (emgc) application. (emoms.trc) | ||
| + | 8- EM OMS main log file for the OMS Console (emgc) application. (emoms.log) | ||
| + | 9- EM OMS main log file for the OMS pbs (empbs) application. (emoms_pbs.log) | ||
| + | 10- EM OMS main trace file for the OMS pbs (empbs) application. (emoms_pbs.tc) | ||
| + | |||
| + | Promoted Discovered Error und emcli | ||
| + | |||
| + | SQL> connect / as sysdba | ||
| + | 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> connect sysman/ | ||
| + | SQL> exec emd_maintenance.remove_em_dbms_jobs; | ||
| + | SQL>exec gc_interval_partition_mgr.partition_maintenance; | ||
| + | SQL> connect / as sysdba | ||
| + | SQL> alter system set job_queue_processes = 300; (Note: Set the value which was verified before making it to 0) | ||
| + | SQL> connect sysman/ | ||
| + | SQL> exec emd_maintenance.submit_em_dbms_jobs; | ||
| + | SQL> commit; | ||
| + | |||
| + | |||
| ==== CDB PDB ==== | ==== CDB PDB ==== | ||
| Line 498: | Line 537: | ||
| | | ||
| Backup Pieces: | Backup Pieces: | ||
| - | | + | |
| + | column handle format a40 | ||
| + | column size_mb format a30 | ||
| + | column status format a30 | ||
| + | column completion_time a40 | ||
| + | | ||
| ==== Invalid Components ==== | ==== Invalid Components ==== | ||
| Line 598: | 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 729: | 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.1785932061.txt.gz · Last modified: by mduersch
