IDX_RB$J_27691_ JOB
In the traces I found the wrong command:
ALTER SESSION SET "db_file_name_convert" = /data/FTC, /data/FTC
which will be executed by user SYS during a database job by the DBMS_SCHEDULER
We have a job that is executing the wrong alter is IDX_RB$J_27691_ , I found alot of IDX jobs, can we safely drop this to avoid the error that we are encountering of performing the wrong alter.
If I can drop this, How can we do so?
Appreciate your quick help,
ALTER SESSION SET "db_file_name_convert" = /data/FTC, /data/FTC
which will be executed by user SYS during a database job by the DBMS_SCHEDULER
We have a job that is executing the wrong alter is IDX_RB$J_27691_ , I found alot of IDX jobs, can we safely drop this to avoid the error that we are encountering of performing the wrong alter.
If I can drop this, How can we do so?
Appreciate your quick help,
0