This video shows how to trace an intermittent connection such as a batch job connecting at random and executing series of queries. Two(2) triggers are used to start and stop the trace and the output file name is custom formatted with schema name and date stamp for easier identification. The trace file can then be processed using TKPROF tool to make it more human readable.
Use the sed command to extract all SQL in the trace file.
sed -n '/PARSING IN CURSOR/,/END OF STMT/{/PARSING IN CURSOR/b;/END OF STMT/b;p}' filename.trc
Смотрите видео Oracle How to trace an intermittent session the easy way онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ken Kim 01 Сентябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 383 раз и оно понравилось 4 людям.