Choose specific plan_table in SQL Developer 2+?
cjonesMay 11 2011 — edited May 20 2011My company is running on an older of Oracle, so we don't have the much 'friendlier' plan_table system that is currently being used.
I have a plan_table created for my specific connection/login, but it appears that SQL Developer is looking for the SYS based plan_table found in later versions of Oracle.
Is there any way, in SQL Developer, that I can make it use my own plan_table for Explain Plans? I have looked through preferences, but I can't find anything that would let me do it. My colleagues that are using TOAD said that they were prompted to choose a plan_table. I prefer SQL Developer, but will be forced to go to TOAD if I can get explain plans working.
Thanks ahead of time...
CJ