are running Oracle 12c on Windows Server 12 R2.We have a pluggable database TESTPERS. I was monitori
i am running Oracle 12c on Windows Server 12 R2.We have a pluggable database TESTPERS. I was monitoring a job from Oracle Enterprise manager and SQL developer both, it was running for first an hour, after that in OEM and SQL Developer it indicates that the job has finished,
But at command prompt on the client machine from where my job is running , job appears to be still running and does not timeout. However, there is no active session in the database for the user that ran the job.
The only solution we are currently aware of is
- run EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS(ownname => 'AAESOF', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE)