Archive for the ‘PL/SQL’ Category
If you need to capture SQL statements to replay in another instance you can turn trace on and capture in the trace files located in the udump folder. – turn timing on. alter session set timed_statistics=true; – set to unlimited otherwise you may get an incomplete trace file when dump file size limit is reached. [...]
Tags:

