Getting error when using sqltrcanlzr.sql with control_file.txt
Hello All,
Description : I am control_file.txt with many trace files in it and running START sqltrcanlzr.sql control_file.txt.In our environment we do not have permissions to create files under the trace directory for control_file.txt.
So i created the file under /tmp and changed the directory path of TRCA$INPUT2 to point /tmp (
SQL> create or replace directory TRCA$INPUT2 as '/tmp'; ).
This is a RAC environement with two instances.All trace files included in control_file.txt are of instance 3 and TRCA$INPUT2 to point /tmp is done in instance 3.
But getting below error when run in instance 3: