ORACLE-Log Files

Source: Internet
Author: User

Oracle log files include warning logs, trace logs, and audit logs,
Redo logs: Archive logs.
Warning log: the alert log, which corresponds to the background_dump_dest set in the system initialization parameter file.
View the location of the log file:
After connecting with the SYS User:
 
SQL> show parameter dump
NAME TYPE VALUE
-----------------------------------------------------------------------------
Background_core_dump string partial
Background_dump_dest string/data1/oracle/admin/tsd
Boss/bdump
Core_dump_dest string/data1/oracle/admin/tsd
Boss/cdump
Max_dump_file_size string UNLIMITED
Shadow_core_dump string partial
User_dump_dest string/data1/oracle/admin/tsd
Boss/udump
 
The location of background trace files is determined by the background_dump_dest parameter.
Background trace files records the log files of background processes. logs are recorded when background processes encounter errors.
User_dump_dest determines the location of user trace files
Logs are logged when a process connection error occurs. The size is determined by max_dump_file_size.
Set the record for each user connection operation:
Alter session set SQL _TRACE = TRUE
 
 
This article is from the "Technical Achievements" blog

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.