plsql_newbie
Member
I have problem with plsqldev and oracle10gR2 on AIX.
Next long running sql makes "max session exceeded" error. (My DB is set this parameter 200)
select count(*) from user$ u, xdb.xdb$schema s where u.user# = :1 and u.name = s.xmldata.schema_owner and (xdb.xdb$Extname2Intname(s.xmldata.schema_url, s.xmldata.schema_owner) = :2)
Increasing init parameter processes is not correct answer, I think.
It seems plsqldev's internal query.
Is there any way to solve this problem?
I want to make this sql faster or plsqldev don't query it.
thanks.
Next long running sql makes "max session exceeded" error. (My DB is set this parameter 200)
select count(*) from user$ u, xdb.xdb$schema s where u.user# = :1 and u.name = s.xmldata.schema_owner and (xdb.xdb$Extname2Intname(s.xmldata.schema_url, s.xmldata.schema_owner) = :2)
Increasing init parameter processes is not correct answer, I think.
It seems plsqldev's internal query.
Is there any way to solve this problem?
I want to make this sql faster or plsqldev don't query it.
thanks.