All About Oracle Parallel Concurrent Processing (PCP)
1) What is PCP
- Parallel Concurrent Processing (PCP) is an extension of the Concurrent Processing architecture.
- PCP allows concurrent processing activities to be distributed across multiple nodes, maximizing throughput and providing resilience to node failure.
2) How to Configure Parallel Concurrent Processing (PCP)
Below are steps to configure the PCP in Oracle Applications.
A) Set Up PCP
- Edit the applications context file via Oracle Applications Manager, and set the value of the variable APPLDCP to ON.
- Execute AutoConfig by running the following command on all concurrent processing nodes:
- $ $INST_TOP/admin/scripts/adautocfg.sh
- Source the Applications environment.
- Check the tnsnames.ora and listener.ora configuration files, located in $INST_TOP/ora/10.1.2/network/admin. Ensure that the required FNDSM and FNDFS entries are present for all other concurrent nodes.
- Restart the Applications listener processes on each application tier node.
- Log on to Oracle E-Business Suite Release 12 using the SYSADMIN account, and choose the System Administrator Responsibility. Navigate to Install > Nodes screen, and ensure that each node in the cluster is registered.
- Verify that the Internal Monitor for each node is defined properly, with correct primary node specification, and work shift details. For example, Internal Monitor: Host1 must have primary node as host1. Also ensure that the Internal Monitor manager is activated: this can be done from Concurrent > Manager > Administrator.
- Set the $APPLCSF environment variable on all the Concurrent Processing nodes to point to a log directory on a shared file system.
- Set the $APPLPTMP environment variable on all the CP nodes to the value of the UTL_FILE_DIR entry in init.ora on the database nodes. (This value should be pointing to a directory on a shared file system.)
- Set profile option 'Concurrent: PCP Instance Check' to OFF if database instance-sensitive failover is not required (In case of Non RAC Database). By setting it to 'ON', a concurrent manager will fail over to a secondary Application tier node if the database instance to which it is connected becomes unavailable for some reason.
B) Set Up Transaction Managers (Only R12)
If you are already using the transnational managers and If you wish to have transnational managers fail over, Perform the below steps
- Shut down the application services (servers) on all nodes
- Shut down all the database instances cleanly in the Oracle RAC environment, using the command:
- SQL>shutdown immediate;
- Edit the $ORACLE_HOME/dbs/<context_name>_ifile.ora and add the following parameters:
_lm_global_posts=TRUE
_immediate_commit_propagation=TRUE
- Start the instances on all database nodes.
- Start up the application services (servers) on all nodes.
- Log on to Oracle E-Business Suite Release 12 using the SYSADMIN account, and choose the System Administrator responsibility. Navigate to Profile > System, change the profile option ‘Concurrent: TM Transport Type' to ‘QUEUE', and verify that the transaction manager works across the Oracle RAC instance.
- Navigate to Concurrent > Manager > Define screen, and set up the primary and secondary node names for transaction managers.
- Restart the concurrent managers.
- If any of the transaction managers are in a deactivated status, activate them from Concurrent > Manager > Administrator.
C) Set Up Load Balancing on Concurrent Processing Nodes (Only Applicable in case of RAC)
If you wish to have PCP to use the load balancing capability of RAC, You can perform the below, Connections will load balanced using SID_BALANCE value and they will connect to all the RAC nodes.
- Edit the applications context file through the Oracle Applications Manager interface, and set the value of Concurrent Manager TWO_TASK (s_cp_twotask) to the load balancing alias (<service_name>_balance>).
- Execute AutoConfig by running $INST_TOP/admin/scripts/adautocfg.sh on all concurrent nodes.
3) Is RAC Mandatory to Implement PCP?
- No, RAC is not manadatory for PCP, If you have two or more applications nodes, You can enable PCP, But PCP works better in conjunction with RAC to handle all the failover scenarious.
4) How PCP Works with RAC?
- In RAC Enabled env, PCP uses cp_two_task env variable to connect to DB RAC node, This can be set one CM node to one RAC node or you can set to connect to all the RAC nodes in the cluster.
5) What happens when one of the RAC node goes down when PCP enabled?
- When Concurrent: PCP Instance Check is set to ON and cp_two_task value set to SID (i.e One CM node connects to only one RAC node always), If one DB node goes down, PCP identifies the DB failure and shifts all the CM managers to other applications node where Database is available.
6)What happen when one of the PCP node goes down?
- IMON identifies the failure and through FNDSM (service Manager) It initiates ICM to start in surviving node (If ICM is is running on Failed node), ICM will start all the managers.
7) What is primary and Secondary Nodes in PCP?
- It is requirement to define the primary and secondary node to distribute load on the servers, If this is not defined,All the managers will start on the node where ICM is running by default.
8) How Fail Back happens in PCP?
- Once failed node comes online, IMON detects and ICM will fail back all the managers defined on that node.
9) What happens to requests running during failover in PCP?
- It is important to note RAC and PCP does not support any DML commands and TAF and FAN are not supported with E-Bussiness Suite.
- When a request is running, If CM goes down it is having status running normal and it will not have any associated process ID, When ICM start in other node, It
verifies for all the running normal requests and verifies the OS process ID, If it did not find the process ID, It will resubmit the request to start.
- This behavior is normal even in NON PCP env.
- The Internal Concurrent Manager (ICM) will only restart a request if the following conditions are met
The ICM got the manager's database lock for the manager that was running the request
The phase of the request is "running" (phase_code = 'R')
The program for this request is set to "restart on failure"
All of the above requirements have been met AND at least one of the following:
a. The ICM is just starting up, (ie. it has just spawned on a given node and going through initial code before the main loop)
b. The node of the concurrent manager for which we got the lock is down
c. The database instance (TWO_TASK) defined for the node of that concurrent manager is down (this is not applicable if one is using some "balance" @ TWO_TASK on that node)
10) How PCP identifies when node goes down?
- There are two types of failures that PCP recognizes.
a.) Is the node pingable ?
Issues an operating system ping on the machine name - timeout or available.
b.) Is the database available?
Query on V$threads and V$instance for value of open or close.
- When any of the two above failures occur, the following example will illustrate the failover and failback of managers.
Primary node = HOST1 - Managers assigned to primary node are ICM (FNDLIBR-cpmgr) , FNDCRM
Secondary node = HOST2 - Manager assigned to secondary node is STandard Manager (FNDLIBR)
When HOST1 becomes unavailable, both ICM and FNDCRM are migrated over to HOST2.
This is viewable from Administer Concurrent Manager form in System Administrator Responsibility.
The $APPLCSF/log/.mgr logfile will also reflect that HOST1 is being added to unavailable list.
On HOST2, after pmon cycle, FNDICM, FNDCRM, and FNDLIBR are now migrated and running.
(Note: FNDIMON and FNDSM run independently on each concurrent processing node. FNDSM
is not a persistent process, and FNDIMON is a persistent process local to each node)
Once HOST1 becomes available, FNDICM and FNDCRM are migrated back to the original primary
node for successful failback.
In summary, in a successful fail over and failback scenario, all managers should failover to their secondary node, and once node or instance becomes available; then all managers should failback to primary node.
very helpful
ReplyDelete.....
What happens to requests running during failover in RAC node?
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHi this is abinaya i am having 3 years of experience as a java developer and i am certified. i have knowledge on OOPS concepts in java but dont know indepth. After learning oracle will be enough to get a good career in IT with good package? and i crossed oracle training chennai website where someone please help me to identity the syllabus covers everything or not??
ReplyDeleteThanks, abinaya
The information you posted here is useful to make my career better keep updates..If anyone want to become an oracle certified professional reach FITA, which offers Best Oracle Training in Chennai with years of experienced professionals.
ReplyDeleteCloud Computing Training
ReplyDeleteThe information you posted here is useful to make my career better keep updates...If anyone want to get Cloud Computing Training in Chennai, Please visit FITA academy located at Chennai Velachery which offer best Cloud Computing Course in Chennai.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteCan u please explain the use of pcp in it...
ReplyDeletedot net training in chennai | salesforce training in chennai | cloud computing training in chennai
Its Very informative blog with lot of examples thanks for sharing and keep doing it am your regular follower....
ReplyDeletedot net training in chennai | salesforce training in chennai | cloud computing training in chennai
Is it possible to affect pcp failure..
ReplyDeletedot net training in chennai | salesforce training in chennai
Thanks for share the useful article keep doing it
ReplyDeletedot net training in chennai | salesforce training in chennai
The way of explanation is really superb.Thanks.
ReplyDeleteSoftware Testing Training in Chennai | QTP Training in Chennai | Selenium Training in Chennai
Thanks a lot...Super article you have for sharing...
ReplyDeletehadoop training in chennai | oracle training in chennai | oracle dba training in chennai
hadoop training in chenani
ReplyDeleteThis is post for the useful information..oracle training in chennai..you have any preparing for oracle dba training in chennai...this is the my wonderful..Thanks a lot..
This post is wonderful..hadoop training in chennai..We have any visit oracle oracle training in chennai....i learing for lot information.Thanks a lot..oracle dba training in chennai
ReplyDeleteJava training in Chennai
ReplyDeleteMy publications is regarding your blog Android training in chennai Your blog has give a turning capacity in all aspects and can easily manage my books IOS training in chennai
Java training in Chennai
ReplyDeleteGenerally, We have enough period to access the numeric methods but still i can survive it.
Android training in chennai | Java training in Chennai
Big Data Training Chennai
ReplyDeleteI get a lot of great information from this blog. Thank you for your sharing this informative blog. Just now I have completed hadoop certification course at a leading academy. If you are interested to learn Hadoop Training in Chennai visit FITA IT training and placement academy which offer Big Data Training in Chennai.
Thanks for sharing this Information blog. Recently I have completed Oracle Training Courses in Bangalore at a leading Company. It's really useful for me to make a bright Future career. Visit Us, Oracle Training in Bangalore
ReplyDeleteNice blog about the parallel and concurrent action in orcale.It will really help.
ReplyDeleteSoftware Testing Training in Chennai | QTP Training in Chennai | Loadrunner Training in Chennai | Loadrunner Training in Chennai
ReplyDeleteThanks for sharing this excellent post. Its really very informative and interesting. Keep update your blog. For a best Android training in Chennai please refer this site.
Regards....
Android Course in Chennai
Really awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog. Keep update your blog. Recently I did Testing Training in Chennai at a reputed training institutes. This is really useful for me to make a bright future in IT field.
ReplyDeletePretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing.
ReplyDeleteRegards,
Salesforce training in Chennai|Salesforce training
I am reading your post from the beginning, it was so interesting to read & I feel thanks to you for posting such a good blog, keep updates regularly.
ReplyDeleteSalesforce course in Chennai|Salesforce training chennai
How to choose the Best Android Training in Chennai? Can someone suggest?
ReplyDeleteIt was really a wonderful article and I was really impressed by reading this blog. We are giving all software and Database Course Online Training. Oracle Training in Chennai is one of the reputed Training institute in Chennai. They give professional and real time training for all students..
ReplyDeleteOracle Training in chennai
Oracle Training in chennai
ReplyDeleteIt’s too informative blog and I am getting conglomerations of info’s about Oracle interview questions and answer .Thanks for sharing, I would like to see your updates regularly so keep blogging.
Informatica Training in chennai
ReplyDeleteThis information is impressive; I am inspired with your post writing style & how continuously you describe this topic. After reading your post, thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic..
Pega Training in Chennai
ReplyDeleteBrilliant article. The information I have been searching precisely. It helped me a lot, thanks. Keep coming with more such informative article. Would love to follow them.
QTP Training in Chennai,
ReplyDeleteThank you for the informative post. It was thoroughly helpful to me. Keep posting more such articles and enlighten us..
Nice article i was really impressed by seeing this article, it was very interesting and it is very useful for me.I get a lot of great information from this blog. Thank you for your sharing this informative blog..
ReplyDeleteSAS Training in Chennai
I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
ReplyDeleteGreens Technologies In Chennai
I was looking about the Oracle Training in Chennai for something like this ,Thank you for posting the great content..I found it quiet interesting, hopefully you will keep posting such blogs…
ReplyDeleteGreens Technologies In Chennai
It is really very helpful for us and I have gathered some important information from this blog.Oracle Training In Chennai
ReplyDeleteOracle Training in Chennai is one of the best oracle training institute in Chennai which offers complete Oracle training in Chennai by well experienced Oracle Consultants having more than 12+ years of IT experience.
ReplyDeleteThere are lots of information about latest technology and how to get trained in them, like Hadoop Training Chennai have spread around the web, but this is a unique one according to me. The strategy you have updated here will make me to get trained in future technologies(Hadoop Training in Chennai). By the way you are running a great blog. Thanks for sharing this.
ReplyDeleteGreat post and informative blog.it was awesome to read, thanks for sharing this great content to my vision.
ReplyDeleteInformatica Training In Chennai
A Best Pega Training course that is exclusively designed with Basics through Advanced Pega Concepts.With our Pega Training in Chennai you’ll learn concepts in expert level with practical manner.We help the trainees with guidance for Pega System Architect Certification and also provide guidance to get placed in Pega jobs in the industry.
ReplyDeleteOur HP Quick Test Professional course includes basic to advanced level and our QTP course is designed to get the placement in good MNC companies in chennai as quickly as once you complete the QTP certification training course.
ReplyDeleteThanks for sharing this nice useful informative post to our knowledge, Actually SAS used in many companies for their day to day business activities it has great scope in future.
ReplyDeleteGreens Technologies Training In Chennai Excellent information with unique content and it is very useful to know about the information based on blogs.
ReplyDeleteGreens Technology offer a wide range of training from ASP.NET , SharePoint, Cognos, OBIEE, Websphere, Oracle, DataStage, Datawarehousing, Tibco, SAS, Sap- all Modules, Database Administration, Java and Core Java, C#, VB.NET, SQL Server and Informatica, Bigdata, Unix Shell, Perl scripting, SalesForce , RedHat Linux and Many more.
ReplyDeleteThank you for the useful article. It has helped a lot in training my students. Keep writing more.
ReplyDeletebig data training Chennai
Very nice article,thanks for sharing such a useful information about online trainings.
ReplyDeleteSelenium Training
Solaris Training
Oracle DBA Training in Chennai
ReplyDeleteThanks for sharing this informative blog. I did Oracle DBA Certification in Greens Technology at Adyar. This is really useful for me to make a bright career..
Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well. It was crystal clear, keep sharing..
ReplyDeleteWebsphere Training in Chennai
Data warehousing Training in Chennai
ReplyDeleteI am reading your post from the beginning, it was so interesting to read & I feel thanks to you for posting such a good blog, keep updates regularly..
Selenium Training in Chennai
ReplyDeleteWonderful blog.. Thanks for sharing informative blog.. its very useful to me..
Oracle Training in chennai
ReplyDeleteThanks for sharing such a great information..Its really nice and informative..
SAP Training in Chennai
ReplyDeleteThis post is really nice and informative. The explanation given is really comprehensive and informative..
This information is impressive..I am inspired with your post writing style & how continuously you describe this topic. After reading your post,thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic
ReplyDeleteAndroid Training In Chennai In Chennai
I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
ReplyDeleteSalesForce Training in Chennai
There are lots of information about latest technology and how to get trained in them, like Best Hadoop Training In Chennai in Chennai have spread around the web, but this is a unique one according to me. The strategy you have updated here will make me to get trained in future technologies Hadoop Training in Chennai By the way you are running a great blog. Thanks for sharing this blogs..
ReplyDeleteWonderful article! Thanks for sharing your important experience and valuable thoughts.
ReplyDeletehttp://www.crazybulksale.com/crazy-bulk-reviews/
hai you have to learned to lot of information about c# .net Gain the knowledge and hands-on experience you need to successfully design, build and deploy applications with c#.net.
ReplyDeleteC-Net-training-in-chennai
hai If you are interested in asp.net training, our real time working.
ReplyDeleteasp.net Training in Chennai.
Asp-Net-training-in-chennai.html
Awesome Job oriented sharepoint training in Chennai is offered by our institue is mainly focused on real time and industry oriented. We provide training from beginner’s level to advanced level techniques thought by our experts.
ReplyDeleteif you have more details visit this blog.
SharePoint-training-in-chennai.html
if share valuable information about cloud computing training courses, certification, online resources, and private training for Developers, Administrators, and Data Analysts may visit
ReplyDeleteCloud-Computing-course-content.html
very useful for dba's .....
ReplyDeleteTableau Online Training
Tableau Training
Crazy Bulk Review You really very helpless at the time when you have lean muscles and don’t have proper body muscles growth and that can’t give you proper effectiveness and such way whatever medications or products you take that don’t give that positive result. The Crazy Bulk is the right one helping in such manner where you taking it on daily basis providing the best result and in few times you can gain your body muscles. The Crazy Bulk review says after using by many people they complemented about the Crazy Bulk products. They add “It is effective and really how incredibly the Crazy Bulk bodybuilding supplement increased the muscles strength and I had very lean and thin muscles and felt always embarrassed going to anyone”, but thanks to Crazy Bulk given me the strong muscles and now I am confidently introduces myself and attend every program and party.
ReplyDeletehttp://www.mycrazybulkreviews.com/
ReplyDeleteReally awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog. Keep update your blog.
QTP Training in Chennai
There are lots of information about latest technology and how to get trained in them, like Hadoop Training Chennai have spread around the web, but this is a unique one according to me. The strategy you have updated here will make me to get trained in future technologies(Hadoop Training in Chennai). By the way you are running a great blog. Thanks for sharing this.
ReplyDeleteExcellent information with unique content and it is very useful to know about the information based on blogs.
ReplyDeleteSelenium Training in Chennai | QTP Training In Chennai
Excellent information with unique content and it is very useful to know about the information based on blogs.
ReplyDeleteHadoop Training In Chennai | oracle apps financials Training In Chennai | advanced plsql Training In Chennai
I am very impressed with the article I have just read,so nice.......
ReplyDeleteQTP Training In Chennai | Selenium Training in Chennai | Oracle Training in Chennai
TNPSC 813 Village Administrative Officer Recruitment 2015
ReplyDeleteInteresting and useful article for me thank you..........
The information you posted here is useful to make my career better keep updates.
ReplyDeletebuy crazy bulk
http://www.buycrazybulks.com/
Very nice blogs!!! i have to learning for lot of information for this sites...Sharing for wonderful information.Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing.
ReplyDeletesap abap Training in Chennai
Great article Corbett. I believe blog comments should be left on. Interaction is key. Quite often I find extra interesting tips that continue in the discussion - of course their is Spam too.
ReplyDeleteCrazy Bulk Dbal
Hello admin, thank you for your informative post on hadoop training in Chennai. It helped a lot in training my students during our hadoop training Chennai sessions. We at Fita, provide big data training in Chennai for students who are interested in choosing a career in big data.
ReplyDeleteThe information you posted here is useful to make my career better keep updates http://www.buycrazybulks.com/
ReplyDeleteI think comments can help you get feedback from your readers and see if you are blogging efforts pay off. http://www.weightlossopinion.com/
ReplyDeleteThis a very useful piece of information. .buyhealthmart
ReplyDeleteI think comments can help you get feedback from your readers .Crazy Bulk
ReplyDeletePretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
ReplyDeleteGarcinia Cambogia Extra Review
Pretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
ReplyDeleteGarcinia Cambogia Extra Review
Excellent information with unique content .buy crazy bulk
ReplyDeleteBed Bug Exterminator Maryland It is really a great and useful piece of information. I am glad that you shared this helpful info with us. Please keep us up to date like this. Thank you for sharing.
ReplyDeletehttp://demo.presthemes.com/bonsanis/product.php?id_product=17&id_lang=2
ReplyDeletehttp://www.realcombiz.com/2012/05/seo-optimizereverse-blog-title-after.html
http://heywhatever.net/profile/jamesedward
http://www.dbatutor.com/2014/04/all-about-oracle-parallel-concurrent.html
http://directoryfire.com/listings/fitness.html/page:2
http://blog.themobilityresource.com/blog/post/13-romantic-things-in-a-marriage-with-a-disability?replytocom=2075
http://www.passion-shop.sk/erekcne-kruzky/1274-kruzky-svietiace-v-tme-3-ks.html
http://demonriders.com/user/jamesedward
http://www.gantsnoirsetblancs.fr/en/tous-les-gants/12-gants-pour-tenue-maconnique-homme.html
http://www.kukutis.com/ru/vkladyshy/74-prefold-pelenka-vkladis-bambukovoj.html
Latest Govt Bank Railway Jobs Notification 2016
ReplyDeleteVery interesting thanks. I believe there's even more that could be on there! Keep it up.....................
Haryana HSSC Steno Typist Recruitment 2016
ReplyDeleteThanks for sharing it. I found this Information very interesting and informative Keep sharing................
Naval Dockyard Visakhapatnam Tradesman Skilled Recruitment 2016
ReplyDeleteThe information mentioned in the blog are several of the very best available...........
Great Article
ReplyDeleteJava Online Training | Java EE course
Java Training in Chennai | J2EE Training in Chennai | java j2ee training institutes in chennai ~ Java Course in Chennai | Java Training Institutes in Chennai
Java 360 | IT Technical Articles |Java Training Institutes
Website Development Virginia I am sure this post has helped me save many hours of browsing other related posts just to find what I was looking for. Many thanks!
ReplyDeleteSuch a informative post.Thanks for sharing your knowledge with us.keep it up for updating post..
ReplyDeletehttp://sonymobileservicecenterinchennai.in/AboutUs.html
Bed Bug Control Leesburg VA It is really a great and useful piece of information. I am glad that you shared this helpful info with us. Please keep us up to date like this. Thank you for sharing.
ReplyDeleteBest SAS Training Institute In Chennai It’s too informative blog and I am getting conglomerations of info’s about Oracle interview questions and answer .Thanks for sharing, I would like to see your updates regularly so keep blogging.
ReplyDeleteThanks for giving Good Example.
ReplyDeleteFantastic article Viral. Very well written clear and concise. One of the best links explaining one to many and hierarchy oracle DBA. Thanks a lot. It is useful to me and my training oracledbaonlinetraining
This post is really nice and informative. The explanation given is really comprehensive and informative..
ReplyDeleteSAS Training In Chennai
This module deals with PCP, this will be an very much useful information for oracle leaner, we are providing salesforce training:
ReplyDeletesalesforce
This information is impressive..I am inspired with your post writing style & how continuously you describe this topic. After reading your post,thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic.
ReplyDeleteSelenium Training in chennai
Today we are living in the Modern Data World. Yes, “SOFTWARE TESTING” is Very important in the real time world to find the defects made in the development phase. Software testing helps to grow your business in a better way.
ReplyDeleteSoftware testing training in Chennai
Happy Valentines Day 2016 Quotes SMS Cards Images
ReplyDeleteHappy Valentines Day 2016 Quotes
Happy Valentines Day 2016 SMS
Valentines Day 2016 Cards
Valentines Day 2016 Images
Valentine Day 2016 Gift Ideas
Valentine Day 2016 Wishes
Valentines Day 2016 Quotes
Happy Valentine Day 2016 Messages
Thank you for taking the time to provide us with your valuable information. We strive to provide our candidates with excellent care and we take your comments to heart.As always, we appreciate your confidence and trust in us.
ReplyDelete... DOT NET Training in chennai
Are you a graduate, looking for an IT job in chennai or India? If yes, then your job searching comes to ends here.
ReplyDeleteandroid training in Chennai
ReplyDeleteTruely a very good article on how to handle the future technology. This content creates a new hope and inspiration with in me. Thanks for sharing article like this. The way you have stated everything above is quite awesome. Keep blogging like this. Thanks. After reading your post,thanks for taking the time to discuss this, I feel happy about and I love learning more about this topic.keep sharing your information regularly for my future reference.
Cloud Computing Training in Chennai
Thank you for this list, I found a lot of interesting things. I also learn some advance about
ReplyDeletehadoop training in Chennai
Website developing and updates
ReplyDeleteWebsite developing and updates
ReplyDeleteNice post. I learned something knowledgeable. Thanks for sharing.
ReplyDeleteIELTS classes in Kuwait
Really a nice post. This is very useful in attain my knowledge in oracle.Thanks for sharing.
ReplyDeleteLoadrunner Training in Chennai
I like this DBA blog thanks for sharing.
ReplyDeletedot-net-training in chennai
I read this article completely it is unique content.It has valuable information and is useful for me.We provide the java training with real time environment.I hope it is useful for your future.
ReplyDeleteJava Training in Chennai
Nice information about the oracle dba. Thanks for sharing. Join our Cloud Computing Training in Chennai
ReplyDeleteI agreed with your article that had posted.It's really useful for oracle people.Nice article share!!!Thanks for sharing this information with us.In-case if any body wants to undergone salesforce training course,can Enroll from our best salesforce training institute.Here we offered world class training with placement support.For more course details,just visit here @ Salesforce developer training in Chennai
ReplyDeleteThanks for explain basic details about parallel concurrent processing. then good explanation pcp with rac. and also the transaction steps are explained clearly.
ReplyDeleteInformatica Training in Chennai
The information provided in this blog is very informative for the beginners to startup their career. Thanks for sharing this valuable informationManual Testing Training in Chennai
ReplyDeleteThank you for your helpful blog. It's very useful for interview.Question and answer pattern is very useful for studying.Still we are expecting more question and answer from you.
ReplyDeleteAndroid Training in Chennai
I want to thank you for this blog. I had made a bookmark for it.Really its use ful for future.Who are attending interview can gather many information from this blog.Thank you for ur support.
ReplyDeleteAndroid Training in Chennai
excellent post useful to learn more,really it is useful for us,it provides more information to learn and improve our skills.each and every points are easy to understand about Oracle applications.
ReplyDeleteCCNA Training in Chennai
parallel concurrent processing is a method that many works can run at the same time. Thanks for the basic explanation of parallel concurrent processing. All the questions and answers are explained with easily understandable method.
ReplyDeleteVMWare Training in Chennai
without parallel processing no pcs are working. here explains the details of basic question and answers of parallel processing.VMWare Training in Chennai
ReplyDeleteI got the basic things of pcp information which is useful and informative thanks for sharing this concept.
ReplyDeletesharepoint-developer-training in chennai
you shared whatever i expected about PCP. thanks Naresh miryala's DBA Blog.
ReplyDeleteveritas volume Manager Training in Chennai
It is good to read this blog.I really thanks for this information.
ReplyDeleteSharepoint admin training in chennai
Thanks for sharing the post that contains all the basic to advanced topics starts with the definition that gives us the clear knowledge about the course. we are offering Datawarehousing Training in Chennai join and get benefited
ReplyDeleteThanks for sharing the information. It explains the concept of handling future technology which helps for the users to understand the concept easily. please update these kind of informationssrs-training-in-chennai
ReplyDeletei really feel thankful. the information is very useful for us to develop our knowledge in PCP. please keep on publishing the post like this, so as to develop our knowledge to have some better idea about those concept.
ReplyDeleteVeritas cluster training in Chennai
You have explained about Oracle E bossiness.Its very interesting.Thanks for updating new things like this..
ReplyDeletelinux training in chennai
Nice blog with much information covers the basic topics in more understandable format. join our Datawarehousing Training in Chennai
ReplyDeleteThanks for sharing this blog.Its very useful for us.Question answer pattern is too good to understand quicky.
ReplyDeletelinux training in chennai
this blog contains the very detailed explanation of parallel concurrent processing. all the details are easily learnable. thank you for this site.CCNA Training in Chennai
ReplyDeleteinformative blog.... keep blogging like this....CCNA Training in Chennai
ReplyDeleteExcellent article.I read this blog completely and is easy to understanding.This contents are unique.
ReplyDeleteWebsphere MQ Training in Chennai
PCP information is wonderful.I got a idea for PCP.I am waiting for your next post.
ReplyDeleteWebsphere MQ Training in Chennai
Thanks for sharing this blog.Its very easy to understand.
ReplyDeleteweblogic training in chennai
Clearly explained about PCP.Question and answer method is very useful.
ReplyDeleteweblogic training in chennai
very informative and nice blog. sql concepts are explained clearly. question and answers session are also very informative ios training in chennai
ReplyDeleteWonderful article. very interesting to read and I learned more new things. Thanks for sharing.
ReplyDeleteweb design training institute in Chennai
the blog is about oracle pcp is very useful and informative. i learned certain new concepts from this, please keep on updating. thank you...Microstrategy Training in
ReplyDeleteChennai
Angular Js Online training at Online IT Guru with 7+ years of hands on exp. We provide training in Hyderabad and USA. Angular JS is a powerfull JavaScript Frame work.contact:9885991924.
ReplyDeleteanjular js online training
Thanks for sharing these information. It’s a very nice topic. We IT hub Online Training are good in giving the oracle apps technical Training
ReplyDelete
ReplyDeleteI read your articles very excellent and the i agree our all points because all is very good information provided this through in the post. It is very helpful for me. Keep blogging like this. Thanks.
Peridot Systems Chennai Reviews
ReplyDeleteSuperb i really enjoyed very much with this article here. Really its a amazing article i had ever read. I hope it will help a lot for all. Thank you so much for this amazing posts and please keep update like this excellent article.
Peridot Systems Chennai Contact Address
India Exam Results 2016. JEE Mains Results, Advanced JEE Results, 10th Class Results SSC Results 2016, Intermediate Results 2016 Manabadi Schools 9 Results 2016 Check your Results and Marks.
ReplyDeleteSSC Results 2016
JEE Mains Results 2016
ICSE Results 2016
AP SSC Results 2016
Telangana SSC Results 2016
CBSE 10th Class Results
Intermediate Results 2016
Crazy Bulk - Crazy bulk is one of the ideal options to build quality and strongest muscles masses just in 2 to 3 weeks. This is the greatest product for muscle growth & Read Crazy Bulk Review first. Provides the good muscle size. The person who is looking for the right muscle gaining supplement they can choose this crazy bulk product to gain powerful muscles as well as the crazy bulk helps to increase your stamina.
ReplyDeletehttp://www.crazybulkstacks.com/
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletePackers and Movers Hyderabad
ReplyDeletePackers and Movers Bangalore
Packers and Movers Pune
ReplyDeletePackers and Movers Mumbai
Packers and Movers Gurgaon
Packers and Movers Delhi
Packers and Movers Chennai
ReplyDeletePackers and Movers Noida
Packers and Movers Navi Mumbai
Packers and Movers Thane
Packers and Movers Ghaziabad
Packers and Movers Faridabad
Crazy bulk is one of the ideal options to build quality and strongest muscles masses just in 2 to 3 weeks. This is the greatest product for muscle growth that provides the good muscle size. The person who is looking for the right muscle gaining supplement they can choose this crazy bulk product to gain powerful muscles as well as the crazy bulk helps to increase your stamina. http://www.crazybulkstacks.com/
ReplyDeleteCrazy bulk is one of the ideal options to build quality and strongest muscles masses just in 2 to 3 weeks. This is the greatest product for muscle growth that provides the good muscle size. The person who is looking for the right muscle gaining supplement they can choose this crazy bulk product to gain powerful muscles as well as the crazy bulk helps to increase your stamina. http://www.crazybulkstacks.com/
ReplyDeleteHi ,
ReplyDeleteThe future of software testing is on positive note. It offers huge career prospects for talented professionals to be skilled software testers.
Regards,
Loadrunner Training in Chennai|Loadrunner Training|Qtp training institutes in chennai|testing training in chennai|Software training institutes in chennai|Software testing training institutes in chennai
Hi ,
ReplyDeleteThe future of software testing is on positive note. It offers huge career prospects for talented professionals to be skilled software testers.
Regards,
Loadrunner Training in Chennai|Loadrunner Training|Qtp training institutes in chennai|testing training in chennai|Software training institutes in chennai|Software testing training institutes in chennai
thanku for sharing..
ReplyDeleteSEO training in hyderabad by experts in digital markeing And by prosessional experts in seo.All the training by placement and also guide by the professionals.SEO training in hyderabad
ReplyDeletethis is valuable information for learners.thanks
salesforce training in hyderabad
construction waste removal dc Established in 2003, EnviroSolutions is a vertically integrated solid waste collection, disposal and recycling company located in the Northeast and Mid-Atlantic regions of the United States.
ReplyDeleteJava Articles | IT Technical Articles | Dot Net Framework Articles |
ReplyDeleteJavaScript Articles | Java Training Institutes | Single Page Application Development
JMS Training Institutes in Chennai | JSP Training Institutes in Chennai | Java Spring Hibernate Training Institutes in Chennai | EJB Training Institutes in Chennai | Hibernate Training Institutes in Chennai |
ReplyDeleteJSF Training Institutes in Chennai | Java EE Training Institutes in Chennai | J2EE Training Institutes in Chennai | | | | Core Java Training Institutes in Chennai | Java Training Institutes
Good post, Thanks for sharing.
ReplyDeletedigital marketing training in chennai
msbi online training
ReplyDeleteCognos tm1 online training
Teradata DBA online training
pega online training
ios online training
Devops online training
Oracle 11g online training
msbi online training
Ms.net online training
JAVA UI online training
The usage of third party storage system for the data storage can be avoided in cloud computing and we can store, access the data through internet.
ReplyDeletecloud computing training in chennai | cloud computing courses in chennai
Exceletn posts..Really expalined in detail..
ReplyDeleteSAS online training in hyderabad
Nice information!!! I prefer Loadrunner automation testing tool to validate the performance of software application/system under actual load.
ReplyDeleteRegards,
Loadrunner Training|Loadrunner course in Chennai|Qtp training |Qtp training institutes in chennai
ReplyDeleteHappy Friendship Day Poems
Happy Friendship Day SMS
Happy Friendship Day Quotes
Happy Friendship Day Hindi Shayari
Happy Friendship Day Images
My Arcus offer java training with 100% placement. Our java training course that includes fundamentals and advance java training program with high priority jobs. java j2ee training with placement having more exposure in most of the industry nowadays in depth manner of java
ReplyDeletejava training in chennai
Great post. Happy to visit your blog. Thanks for sharing.
ReplyDeletephp training in chennai
ReplyDeleteHadoop online training .All the basic and get the full knowledge of hadoop.
hadoop online training
Great article. Keep sharing such a useful post.
ReplyDeleteppc training in chennai
ReplyDeleteWonderful post. This is very useful post. Keep sharing.
Android Training in Chennai
All about oracle parallel concurrent posrts..
ReplyDeleteHadoop training in hyderabad.All the basic and get the full knowledge of hadoop.
hadoop training in hyderabad
Hadoop training in hyderabad discusses many such things such as tools, resources or news related to hadoop.Nice techno resources available as always,at
ReplyDeletehadoop online training
I learned lot of new things. thanks for sharing.
ReplyDeletedigital marketing training institute in chennai
Great blog Best Selenium Training in Chennai |Selenium Training in Chennai | Best Selenium Training Center in Chennai
ReplyDeleteAndroid Training in ChennaiBest Manual Testing Training in chennai
you provided useful information. Keep sharing.
ReplyDeleteSEO Training in Vadapalani
شركة تسليك مجارى بالرياض
ReplyDeletelevel تسليك مجاري بالرياض
افضل شركة تنظيف بالرياض
تنظيف شقق بالرياض
شركة تنظيف منازل بالرياض
شركة غسيل خزنات بالرياض
افضل شركة مكافحة حشرات بالرياض
رش مبيدات بالرياض
شركة تخزين عفش بالرياض
شركة تنظيف مجالس بالرياض
تنظيف فلل بالرياض
ابغى شركة تنظيف بالرياض
ReplyDeleteWonderful post. This is very useful post. Keep sharing.
the best sas training in chennai
This comment has been removed by the author.
ReplyDeleteuseful information. Keep sharing.
ReplyDeleteios training in chennai
Great post. Happy to visit your blog. Thanks for sharing.
ReplyDeletejava training in chennai
really you have post an informative blog.it will be really helpful to many peoples.thank you for sharing this blog.
ReplyDeleteBigData Analytics Training
Valuable information thanks for sharing Oracle DBA Online Training
ReplyDeleteGreat post. It really helped me to learn something new. So thanks.
ReplyDeletephp training in Bangalore
Excellent information for the oracle. I want to read more information for Oracle.
ReplyDeleteManshu Ydoxy
Founder at www.ydoxy.com
شركة تسليك مجاري المطبخ بالرياض
ReplyDeleteشركة تسليك مجاري بالرياض
شركة تسليك مجارى الحمام بالرياض
level تسليك المجاري بالرياض
افضل شركة تنظيف بالرياض
تنظيف شقق بالرياض
شركة تنظيف منازل بالرياض
شركة غسيل خزنات بالرياض
افضل شركة مكافحة حشرات بالرياض
رش مبيدات بالرياض
شركة تخزين عفش بالرياض
شركة تنظيف مجالس بالرياض
تنظيف فلل بالرياض
ابى شركة تنظيف بالرياض
will you also teach SQL DBA Courses ..As to my knowledge SQL DBA Training Institutes in Hyderabad are very less in number who gives the best training for students..! hope to hear from u
ReplyDeleteThis is my first visit to your blog, your post made productive reading, thank you. dot net training in chennai
ReplyDeleteThanks for sharing information about Oracle Training, I read your entire post and realize that your post is really informative. Such type of post is really helpful for those people who want to learn Oracle. Apart from this I read another informative post for same kind of information. For your further information I am sharing that informative post about Oracle Training. http://www.ducatindia.com/oracle11gdbatraininginnoida/
ReplyDeleteFreelance Best Makeup & Hair Artist in Jaipur with huge experience and Specialization in Bridal and Wedding Makeup,Celebrity Makeup,Professional Makeup,Creative Makeup,Bollywood Makeup and Character Makeup in Delhi,Jaipur,Rajasthan. Natural Makeup that allows your skin to breath with a radiant glow and remains flawless throughout your special day.
ReplyDeleteBest Makeup and Hairstyle in jaipur
Fiza Makeup Academy in jaipur
Best bridal makeup artist in jaipur(bollywood makeup,creative makeup,Airbrush makeup,character makeup)
Make up and Hair kit
Professional makeup artist course in jaipur
Makeup and hairstyle tips
Makeup and hair Images
Makeup and hair tutorials
Makeup and hair contract
I simply couldn’t leave your website before suggesting that I actually loved the usual info you posted is very useful to us thanks for posting this blog.
ReplyDeleteOracle Fusion HCM Technical Training
A pioneer Institute owned by industry professionals to impart vibrant, innovative and global education in the field of Hospitality to bridge the gap of 40 lakh job vacancies in the Hospitality sector. The Institute is contributing to the creation of knowledge and offer quality program to equip students with skills to face the global market concerted effort by dedicated faculties, providing best learning environment in fulfilling the ambition to become a Leading Institute in India.
ReplyDeletecha jaipur
management college in jaipur
management of hospitality administration jaipur
cha management jaipur
Best hotel college in jaipur
Best management college in jaipur
College of Hospitality Administration, Jaipur
ARY News is a wonderful channel always disclose the govt sectors scams without any fear. There are Many channels are in Pakistan but only few are working in right and exact ways. Let's watch ARY News Live channel and
ReplyDeleteacknowledge the real truth of Pakistan scams. Make your vision strong for right things and stand together for progress of Pakistan.
ARY News is a wonderful channel always disclose the govt sectors scams without any fear. There are Many channels are in Pakistan but only few are working in right and exact ways. Let's watch ARY News Live channel and
ReplyDeleteacknowledge the real truth of Pakistan scams. Make your vision strong for right things and stand together for progress of Pakistan.
Makeup is an avenue for self expression and its possibilities are endless
ReplyDeleteCelebrity Makeup Artist in jaipur
Top 10 beauty parlor in rajasthan
Fiza Makeup and Hair Artist.
Wedding Makeup Artist in jaipur.
Professional Makeup Artist in jaipur
Bridal Makeup Artist in jaipur
Fiza Makeup Academy.
Top 10 beautyparlor in jaipur
Creative Makeup Artist in jaipur
Bollywood Makeup Artist in jaipur
Character Makeup Artist in jaipur
Fiza Makeup Academy Rajasthan
Top 10 beauty parlor in india
Hair and Makeup Artist in jaipur
Thanks for posting useful information.You have provided an nice article, Thank you very much for this one. And i hope this will be useful for many people.. and i am waiting for your next post keep on updating these kinds of knowledgeable things...Really it was an awesome article...very interesting to read..please sharing like this information......
ReplyDeleteWeb Development Company
Thank you for your post. This is excellent information. It is amazing and wonderful to visit your site.
ReplyDeleteAndroid training in chennai
Ios training in chennai
Really it was an awesome article...very interesting to read..You have provided an nice article....Thanks for sharing..
ReplyDeleteWeb Design Company
Web Development Company
A Pioneer Institute owned by industry professionals to impart vibrant, innovative and global education in the field of Hospitality to bridge the gap of 40 lakh job vacancies in the Hospitality sector. The Institute is contributing to the creation of knowledge and offer quality program to equip students with skills to face the global market concerted effort by dedicated faculties, providing best learning environment in fulfilling the ambition to become a Leading Institute in India.
ReplyDeletecha jaipur
hotel management college in jaipur
management of hospitality administration jaipur
cha management jaipur
Hotel management in jaipur
Best hotel management college in jaipur
College of Hospitality Administration, Jaipur
Top 10 hotel management in jaipur
Hotel management collegein Rajasthan
A Pioneer Institute owned by industry professionals to impart vibrant, innovative and global education in the field of Hospitality to bridge the gap of 40 lakh job vacancies in the Hospitality sector. The Institute is contributing to the creation of knowledge and offer quality program to equip students with skills to face the global market concerted effort by dedicated faculties, providing best learning environment in fulfilling the ambition to become a Leading Institute in India.
ReplyDeletecha jaipur
hotel management college in jaipur
management of hospitality administration jaipur
cha management jaipur
Hotel management in jaipur
Best hotel management college in jaipur
College of Hospitality Administration, Jaipur
Top 10 hotel management in jaipur
Hotel management collegein Rajasthan
Good effort. Thanks to shared oracle parallel concurrent details with me.
ReplyDeleteOracle dba training | Oracle dba training syllabus
Thank you Naresh sir for Providing me information about Oracle ... I am getting training for Oracle OAF is it useful for me if i get certified from it
ReplyDeletenice blog
ReplyDeletegreat information
Cosmetology Course
Advance Diploma in Cosmetology,Grand Master in Cosmetology,
Professional Diploma in Cosmetology,International Diploma in Cosmetology.
This is a great inspiring article.I am pretty much pleased with your good work.You put really very helpful information. Keep it up. Keep blogging. Looking to reading your next post.
ReplyDeleteBest AngularJS Training in Chennai
Hadoop Training in Chennai
Big Data Training in Chennai
Thank you for sharing such a nice and interesting blog with us. I have seen that all will say the same thing repeatedly. But in your blog, I had a chance to get some useful and unique information.
ReplyDeleteOracle Fusion Financials Online Training
ReplyDeleteشركة تنظيف مجالس بالرياض
شركة تنظيف موكيت بالرياض
شركة عزل حمامات بالرياض
شركة تنظيف مساجد بالرياض
شركة تنظيف منازل بالرياض
شركة رش مبيد بالدمام
شركة مكافحة حشرات بالدمام
شركة تنظيف خزانات بالدمام
Get free quotes with low price best packers and movers Delhi process by hassle for header ways. In order to find just indeed right service for proving to moving home and office relocation you to need or get free quotes today with like memory also with compare to decision appears get one ways get rid free completely free hassle and happy or shifting by the folder experience in goods quality for packing with in order your preferred boldest upon estimate of the move to option to approach much better as stance to 3ways directly and known as best trust be pleasure provide do this area calculate the moving stamina rid provide at your preferred top packers and movers in Gurgaon city of the direly point of view about all this.
ReplyDeletehttp://www.fooglepackers.com/packersmoversdelhi.html
http://www.fooglepackers.com/packersmoversgurgaon.html
http://www.fooglepackers.com/