0% found this document useful (0 votes)
24 views1 page

Oracle Note

Uploaded by

aribrabbani2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Oracle Note

Uploaded by

aribrabbani2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

webadmin.

backup_list col- backup_log id chk backup_table recrd there or not


# Session max:

SELECT
RESOURCE_NAME,
CURRENT_UTILIZATION,
MAX_UTILIZATION,
LIMIT_VALUE
FROM
V$RESOURCE_LIMIT
WHERE
RESOURCE_NAME = 'sessions';

# Trace File Location:

SELECT * FROM V$DIAG_INFO WHERE NAME = 'Diag Trace';

# Flush shared pool:

alter system flush shared_pool;

DELETE TRACE:
# find . -name "*.bz2" -mtime +2 -exec rm {} \;

# tail -100f alert_aribdb.log

#command to reduce its size to 500m: journalctl --vacuum-size=500M

You might also like