Recent content by plsql_newbie

  1. P

    long running sql of plsqldev on 10gR2

    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...
Back
Top