Skip to Main Content

SQL & PL/SQL

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!

ORA-12519: TNS:no appropriate service handler found tips

AyhamNov 29 2012 — edited Nov 29 2012
i have faced this error when i am insert data by using for loop for 200 rows .


ORA-12519: TNS:no appropriate service handler found tips

i select the this query but how can i solve this problem.
select * from v$resource_limit where resource_name = 'processes';


RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION LIMIT_VALUE
------------- ------------------- --------------- -----------
processes 		148		 150	          150   
i mean which value should i update.

regards
Ayham

Edited by: Ayham on Nov 28, 2012 9:57 PM
This post has been answered by Niket Kumar on Nov 29 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2012
Added on Nov 29 2012
3 comments
106,920 views