PLSQL_CODE_TYPE
I started supporting a older Oracle database Oracle Database 10g enterprise Edition Release 10.2.0.3.0 - 64bit
on Windows Server 2003 R2 and the other day a user complained he could not compile his proc.
After investigating, discovered the plssql_code_type was set to Native. I set it back to INTERPRETED and all was good.
But then today it was set back to Native, I changed it to INTERPRETED again and a few minutes later it was back to NATIVE.
Can anyone tell me what/why would this be happening?
on Windows Server 2003 R2 and the other day a user complained he could not compile his proc.
After investigating, discovered the plssql_code_type was set to Native. I set it back to INTERPRETED and all was good.
But then today it was set back to Native, I changed it to INTERPRETED again and a few minutes later it was back to NATIVE.
Can anyone tell me what/why would this be happening?
0