There are several Oracle log files: Warning log, trace log, audit log, redo log, archive log
Warning LOG: That is, alert logs, which corresponds to the background_dump_dest of the system initialization parameter file.
Trace log: Generally put seesion tracking information, corresponding system initialization parameter file parameters User_dump_dest
The corresponding is its position.
Audit log: Audit information, corresponding system initialization parameter file parameters Audit_file_dest
The corresponding is its position.
Redo LOG: Store change information for the database, select member from V$logfile;member to represent its location
Archive log: A historical backup of the redo log, select * from V$parameter where name like ' log_archive_dest% '; Its value is the position
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.