Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sys.reg$ increase without purging . how to investigate application ?

user7945551Jan 19 2017

How to investigate applications programs ,NET or plsql packages invoked   generating these lines   without closing it ? 

select * from sys.reg$ where subscription_name like 'CHNF%' AND location_name = 'net8://?PR=0';

SELECT R.LOCATION_NAME, R.USER#, U.USERNAME , COUNT(*)

FROM DBA_SUBSCR_REGISTRATIONS R, DBA_USERS  U

WHERE R.USER#=U.USER_ID

and SUBSCRIPTION_NAME like 'CHNF%' and LOCATION_NAME = 'net8://?PR=0'

GROUP BY R.LOCATION_NAME, R.USER#, U.USERNAME ORDER BY 4 DESC;

                                               

LOCATION_NAMEUSER#USERNAMECOUNT(*)
net8://?PR=0
3918
PAPE_ECH_CLIENT
3654
net8://?PR=0
3841
PAPE_CLIENT
559
net8://?PR=0
3934
DDEX_CLIENT
287
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2017
Added on Jan 19 2017
0 comments
948 views