oracle
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| oracle [2026/03/06 09:25] – mduersch | oracle [2026/07/14 10:24] (current) – [Dataguard related] mduersch | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ORACLE ====== | ====== ORACLE ====== | ||
| + | |||
| + | |||
| + | ==== EMCC ==== | ||
| + | |||
| + | oracle@mytesthost:/ | ||
| + | Oracle Enterprise Manager 24ai Release 1 | ||
| + | Copyright (c) 1996, 2024 Oracle Corporation. | ||
| + | --------------------------------------------------------------- | ||
| + | EMD runCollection completed successfully | ||
| + | |||
| + | oracle@mytesthost:/ | ||
| + | Oracle Enterprise Manager 24ai Release 1 | ||
| + | Copyright (c) 1996, 2024 Oracle Corporation. | ||
| + | --------------------------------------------------------------- | ||
| + | EMD upload completed successfully | ||
| ==== CDB PDB ==== | ==== CDB PDB ==== | ||
| Line 76: | Line 91: | ||
| or network_service_banner like ' | or network_service_banner like ' | ||
| and TYPE <> ' | and TYPE <> ' | ||
| + | |||
| + | ==== Audit Trail ==== | ||
| + | |||
| + | SELECT os_username AS "OS User", | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | FROM dba_audit_session | ||
| + | WHERE returncode != 0 ORDER BY timestamp DESC; | ||
| ==== Grants by User ==== | ==== Grants by User ==== | ||
| Line 377: | Line 402: | ||
| | | ||
| | | ||
| + | |||
| + | # Anfragen | ||
| + | col DB_UNIQUE_NAME for a10 | ||
| + | col OPEN_MODE for a20 | ||
| + | col DATABASE_ROLE for a20 | ||
| + | col LOG_MODE for a10 | ||
| + | set lines 200 | ||
| + | | ||
| + | |||
| + | # Transport log | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| # Paramter abfragen | # Paramter abfragen | ||
| | | ||
oracle.1772789158.txt.gz · Last modified: by mduersch
