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.....
Hello There,
DeleteGreat info! I recently came across your blog and have been reading along.
I thought I would leave my first comment. I don’t know what to say except that I have
I need to customize CMF Calendar for diagnosis,Intervention,assessment etc .as all the rules are final in that .Can somebody guide us how can we achieve this .In Calendar we are getting Care management case but in clipboard we are getting task .So Please advise for the same
Thanks in Advance!
Thank you very much and will look for more postings from you.
Gracias
Radhey
What happens to requests running during failover in RAC node?
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteThe 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
Nice 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
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
Thank 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
Wonderful article! Thanks for sharing your important experience and valuable thoughts.
ReplyDeletehttp://www.crazybulksale.com/crazy-bulk-reviews/
very useful for dba's .....
ReplyDeleteTableau Online Training
Tableau Training
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
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
The 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
http://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...........
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!
ReplyDeleteBed 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.
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 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
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
Nice 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
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
ReplyDeleteThis 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.
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
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
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
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
Great post. Happy to visit your blog. Thanks for sharing.
ReplyDeletephp 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
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
Great 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
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
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
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
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
ReplyDeleteThis 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
pretty post, a lot of resource in one place, Thanks for sharing an innovative idea, It is useful information for beginners.
ReplyDeleteLearn oracle dba course.
Hi There,
ReplyDeleteHip Hip Hooray! I was always told that slightly slow in the head, a slow learner. Not anymore! It’s like you have my back. I can’t tell you how much I’ve learnt here and how easily! Thank you for blessing me with this effortlessly ingestible digestible content.
I'm looking to find complete PEGA application covers all or most of the CSSA topics, the application is for self-study propose.
what I'm looking forward is a complete designing steps for end-end application, same as the exercises but as complete unit .
please accept my appreciation in advance
Very useful article, if I run into challenges along the way, I will share them here.
Thank you,
Irene Hynes
I strongly believe that there will be great opportunities for those who looked at your site.
ReplyDeleteBest Online Software Training Institute | Oracle Training
Thanks 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.
ReplyDeleteWeblogic Server 12cR2 Training
Nice blog post. Thanks for sharing this post.Oracle R12 Financials Training in Hyderabad.....More Training Details.Erptree
ReplyDeleteGood blog and really useful for me.Thanks for sharing
ReplyDeleteOracle Weblogic Server Training
Nice blog has been shared by you. before i read this blog i didn't have any knowledge about this but now i got some knowledge so keep on sharing such kind of an interesting blogs.
ReplyDeleteOracle Weblogic Server Training
Nice information about test automation tools my sincere thanks for sharing post Please continue to share this post.
ReplyDeleteweblogic tutorial
thanks for taking the time to discuss this..
ReplyDeleteBest Salesforce Training in Hyderabad
Salesforce Online Training in Hyderabad
This comment has been removed by the author.
ReplyDeleteReally nice questions and answers about Oracle Parallel Concurrent Processing. It can help in an interview a lot. Thanks for sharing.Oracle Fusion Cloud Financials Training
ReplyDeleteThis Blog Provides Very Useful and Important Information. I just Want to share this blog with my friends and family members. United States Medical Licensing Examination
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis Blog Provides Very Useful and Important Information. I just Want to share this blog with my friends and family members. Salesforce Certification Training
ReplyDeleteFabulous post, share more like this.
ReplyDeleteUnix Training | Unix Training in Chennai
Very nice post. I simply stumbled upon your weblog and wanted to say that I've really loved surfing around your blog posts.Oracle R12 Financials Training in Ameerpet
ReplyDeleteIt is a great post. Keep sharing such kind of useful information.
ReplyDeleteOracle DBA Training in Chennai | Oracle DBA Course in Chennai
Thank you for sharing such a valuable article with good information containing in this blog.learn Oracle Fusion Technical Online Training.
ReplyDeleteOracle Fusion Technical Online Training
Excellent informative blog, Thanks for sharing.
ReplyDeleteWeb Design Training
I am feeling great to read this.you gave a nice info for us.
ReplyDeleteplease update more.
Java Training
Java Training in Ambattur
Java Training in Nungambakkam
Java Training Institutes in OMR
Thanks for splitting your comprehension with us. It’s really useful to me & I hope it helps the people who in need of this vital information.
ReplyDeletePython Training in Chennai
Digital Marketing Course in Chennai
Python Training Chennai
Python courses in Chennai
Digital marketing course chennai
Digital Marketing Training Institutes in Chennai
Thanks for your contribution in sharing such a useful information. This was really helpful to me. Waiting for your further updates.
ReplyDeleteBest TOEFL Coaching Institute in Velachery
TOEFL Coaching Classes in Tharamani
TOEFL Coaching Centres in Madipakkam
TOEFL Coaching Center near me
TOEFL in Adyar
TOEFL Classes in Palavakkam
TOEFL Classes in Mylapore Chennai
I am obliged to you for sharing this piece of information here and updating us with your resourceful guidance. Hope this might benefit many learners. Keep sharing this gainful articles and continue updating us.
ReplyDeleteSoftware Testing Training in Chennai
Android Training in Chennai
Software Testing Training
Best Software Testing Training Institute in Chennai
Android Classes in Chennai
App Development Course in Chennai
Wow! such a useful piece of information. Thank you for your great effort. I thoroughly enjoyed reading your article and I gathered a lot of information. Looking forward for more from you.
ReplyDeleteOracle DBA Training in Chennai | Oracle DBA Course in Chennai | Best Oracle DBA Training in Chennai | Oracle DBA Training institutes Chennai | Oracle Apps DBA Training in Chennai
The blog which you have shared is more informative… Thanks for your information.
ReplyDeleteAndroid Training
Android App Development Course in Coimbatore
Android Training Institutes in Bangalore
Android Courses in Madurai
Wonderful post.This is really one of the most beneficial blogs I’ve ever browsed on this subject. I am very glad to read such a great blog and thank you for sharing this good information with us.
ReplyDeleteRegards,
PHP Training in Chennai
DOT NET Training in Chennai
Big Data Training in Chennai
Hadoop Training in Chennai
Android Training in Chennai
Selenium Training in Chennai
Digital Marketing Course in Chennai
JAVA Training in Chennai
Big Data Hadoop Training in Chennai
Wonderful post.This is really one of the most beneficial blogs I’ve ever browsed on this subject. I am very glad to read such a great blog and thank you for sharing this good information with us.
ReplyDeleteRegards,
PHP Training in Chennai
DOT NET Training in Chennai
Do not wait for luck, catch it by the tail.best internet casino games Then come to us and win.
ReplyDelete
ReplyDeleteNice observation and good article,thankyo for sharing your knowledge,keep posting such information that's helpful to others
Devops online training
Best Devops online training
Devops online training in Hyderabad
Devops online training in india
Thanks for the detailed blog. It gives a great reading experience. Awesome info about games and apps You may also visit to party truck game center and play various games.
ReplyDeletelg mobile service center in porur
lg mobile service center in vadapalani
Thank you sharing this kind of noteworthy information. Nice Post.
ReplyDeleteimedicalassistants
Education
QuickBooks Customer Support Number satisfaction could be top class with us. It is simple to e mail us in many different ways. You are able to travel to our website today. It is the right time to get the very best help.
ReplyDeleteQuickBooks Customer Support Number software program is developed this kind of a manner that it will give you the very best account management reference to this era. However, you can face the matter with your QuickBooks software and begin looking for the answer.
ReplyDeleteAll of us resolves most of the QuickBooks Enterprise Support Number issue this kind of a fashion you will yourself believe that your issue is resolved without you wasting enough time into it.
ReplyDeleteEnsure you have made all the updates and changes required from your bank. You can just dial QuickBooks Online Support telephone number for any kind of QuickBooks Support Phone Number into the software.
ReplyDeleteWhen it comes to rectification regarding the issue call Quickbooks Support Number is can really help the Quickbooks users are right people to pin point and fix the matter completely. They assure resolution into the minimum wait time that saves your time
ReplyDeleteQuickBooks Payroll Customer Service Number helps you to resolve all your technical and functional problems while caring for this well known extensive, premium and end-to-end business accounting and payroll management software. Our experts team at Quickbooks Payroll Support Phone Number will make you recognize its advanced functions and assists someone to lift up your organization growth.
ReplyDeleteRegardless of whether you're getting performance errors or perhaps you may be facing any kind of trouble to upgrade your software to its latest version, you can quickly get advice about QuickBooks Support Phone Number.
ReplyDeleteThe reason us different is quality of one's services inside the given time interval. The locus of your services may be based upon delivering services in shortest span of that time period, without compromising aided by the quality of your services. Our QuickBooks Support Phone Number is engaged in pre-research to create themselves prepared in advance for the possible errors of QuickBooks.
ReplyDeleteNeedless to say, QuickBooks Support Phone Number is the one the large choice of awesome package in the company world. The accounting area of the a lot of companies varies based on this package. You'll find a lot of fields it covers like creating invoices, managing taxes, managing payroll etc.
ReplyDeleteThe error will likely not fix completely until such time you comprehend the primary cause related to problem. As company file plays a really crucial role in account management, such that QuickBooks POS Tech Support Number becomes a little tough to spot.
ReplyDeleteA small grouping of execs are capable of you manually as a consequence of they’re absolute to offer the standard services. So, in the event that you face any issue and your package you don’t need to go anywhere except us. You merely need certainly to build a straightforward charge less call on our QuickBooks Support Phone Number variety and rest leave on united states country. No doubt, here you will discover the unmatchable services by our supportive technical workers. We offers you QuickBooks Support Team. Our technicians make sure to the security of the vital business documents. We now have a propensity to never compromise using the safety of one's customers. You’ll manage to give us a call any time for the moment support we have a tendency to are accessible for you personally 24*7.
ReplyDeleteIf are importing a file before saving it, QuickBooks Error 3371 can occur. quickbooks Error code 3371 can also occur in the event that latest OS updates are yet to be installed.
ReplyDeleteQuickBooks Enterprise Support Phone Number will be addressed by our world-class team of QuickBooks Enterprise Support once you go through the blink of a wrist watch. If you're experiencing any hiccups in running the Enterprise type of the QuickBooks software for your requirements, a good idea is not to ever waste another second in trying to find an answer for the problems.
ReplyDeleteOur research team at QuickBooks Enterprise Support Phone Number is dependable for several other reasons as well. We have customer service executives that are exceptionally supportive and pay complete awareness of the demand of technical assistance made by QuickBooks users.
ReplyDeleteWith QuickBooks, it is possible to relax knowing about having the most desirable and efficacious help on every issue that you could encounter yourself with. You just need to avail the help through the technical experts by dialing the Quickbooks Support Phone Number. You can have a word of discussion using them sharing all of your doubts, and having the absolute most productive solutions.
ReplyDeleteQuickBooks Payroll has emerged one of the better accounting software that has had changed the meaning of payroll. Quickbooks Support Phone Number will be the team that provide you Quickbooks Payroll Support. This software of QuickBooks is sold with various versions and sub versions.
ReplyDeleteOn earth filled with smart devices just about to happen, QuickBooks online could be the perfect accounting software to have your accounting works done when you look at the smartest way. QuickBooks online version offers you its new and smart features regularly like in Intuit is mainly concentrating on growth of its online software significantly more than the desktop one. To work with this digitalized and smart software, you'll need a technical assistance channel and that can be accessed twenty-four hours a day in only an individual call. Your QuickBooks Online Support Channel can be obtained at QuickBooks Tech Support Number that gives you precisely what you will need for smooth working of QuickBooks software. In this website, I will be discussing the cause and troubleshooting ways of this dilemma.
ReplyDeleteCash toggle takes in one click in report window to enhance from money to accrual basis & back all over again. You have to have the ability to split up your organization from various edges. It’s extraordinary for organizations which report using one basis & record assesses yet another.Search to the chart of accounts really is easy to manage with added search bar right in the chart of accounts. For better information, you could call at QuickBooks Enterprise Help Number.
ReplyDeleteIn this web site, we are going to allow you to experience to produce and put up the checklist for employee payment. To get more enhanced results and optimized benefits, it is possible to take assistance from experts making a call at QuickBooks Enterprise Support Phone Number.
ReplyDeleteThe QuickBooks Payroll has some awesome features which are good enough for the small and middle sized business. QuickBooks Payroll also offers a passionate accounting package which include specialized features for accountants also. You can easily all from the QuickBooks Payroll Tech Support Number for more information details. Let’s see many of the options that include QuickBooks which has made the QuickBooks payroll service a huge hit.
ReplyDeleteYou can easily come and find the ideal service for your needs. Our clients come back to us many times. you just need certainly to call our QuickBooks Support toll-free number which can be found available on the market on our website. Unneeded to state, QuickBooks Customer Service has given We keep all of the data safe plus in secrecy. We're going to never share it with other people.
ReplyDeleteWe have experts who is able to assist you to maintain this technique too. QuickBooks Online Technical Support Phone Numberr Apart from troubleshooting, we could help you put up custom reporting, help in migrating important computer data from old accounting system.
ReplyDeleteQuickBooks in current time is Number #1 accounting software popular in the USA , Canada , Europe and Australian market for business management. It handles and manages business , QuickBooks Enterprise Support Phone Number, banking even your all transaction as well . Reflects from the efficiency graph of business.
ReplyDeleteTo have more enhanced results and optimized benefits, you are able to take the help of experts making a call at QuickBooks Payroll Support mobile phone number. Well! If you’re not in a position to customize employee QuickBooks Payroll Tech Support Phone Number
ReplyDeleteAre you currently utilising the software the very first time? You might get some technical glitch. You'll have errors also. Where do you turn? Take help from us straight away. We're going to provide full support to you personally. You can cope with the majority of the errors. We have to just coach you on something. Thoughts is broken trained, you're getting everything fine. Where can you turn when you yourself have to deal with the company’s transaction? It must be flawless. Do you think you're confident about any of it? If not, this might be basically the right time so you can get the QuickBooks Payroll Tech Support. We have trained staff to soft your issue. Sometimes errors could also happen as a consequence of some small mistakes. Those are decimals, comma, backspace, etc. Are you go through to cope with this? Unless you, we have been here that will help you.
ReplyDeleteYour Technical support team is simply only one tap away, dial our QuickBook Customer Support Phone Number and experience our best hassle-free tech support team.
ReplyDeleteInuit has surely made inventory management a valuable feature of this QuickBooks. Since the user can easily cope with vendors and wholesalers and payment (pending or advance) pertaining to vendors and wholesalers. Our QuickBook Support Phone Number team will really there for you to guide and direct you towards inventory management.
ReplyDeleteQuickBooks Payroll Tech Support Number could be the toll-free quantity of where our skilled, experienced and responsible team are available 24*7 at your service. There are a selection of errors that pop up in QuickBooks Payroll which are taken care of by our highly knowledgeable and dedicated customer support executives.
ReplyDeleteIf this doesn’t help you, go ahead and connect to us at QuickBooks Technical Support The majority of us works 24*7 and serve its customers with excellent service each time they e mail us
ReplyDeleteyet there are numerous loopholes that will trigger a few errors. These errors might be resolvable at QuickBooks Technical Support by our supremely talented, dedicated and well-informed tech support team team.
ReplyDeleteWith the aid of QuickBooks Payroll Tech Support Phone Number, you are able to create employee payment on time. However in any case, you will be facing some problem when using QuickBooks payroll such as for instance issue during installation, data integration error, direct deposit issue, file taxes, and paychecks errors, installation or up-gradation or simply about some other than you don’t panic, we provide quality QuickBooks Payroll help service. Here are some features handle by our QB online payroll service.
ReplyDeleteFor this, you may be supposed to learn how to clean HP Printer Toll Free Number laptop fan. There are two main vents within the system. The outflow vents are gusting out hot air therefore the intake vents are permitting the atmosphere to obtain in.
ReplyDeleteIts high quality and best services such as for example export data from QuickBooks Support Number online to excel and many more, ensure it is amazing and unique among all the software.
ReplyDeletePaychecks errors, installation or up-gradation or simply just about virtually any than you don’t panic, we provide quality QuickBooks Payroll Support Phone Number help service. Here are some features handle by our QB online payroll service.
ReplyDeleteThe QuickBooks Customer Support Phone Number stays top-notch while the technicians who will be about to cope with your queries are trained to what you need and versatile with regards to taking quick decisions that may instantly solve the reported error.
ReplyDeleteThis is very great thinks. It was very comprehensive post and powerful concept. Thanks for your sharing with us. Keep it up..
ReplyDeleteOracle DBA Training in Chennai | Oracle DBA Training Institute in Chennai
Entering your details each time you make any transaction takes your time and in addition opens windows of committing mistake specially when you're in hurry and so this amazing property of QuickBooks Tech Support helps to make your work easy.
ReplyDeleteBut, I will be at your side. If you hire our service, you are receiving the very best solution. We are going to assure you as a result of the error-free service. Intuit QuickBooks Support is internationally recognized. You have to come to used to grasp this help.
ReplyDeleteHowever, if you are facing any trouble or not in a position to perform the troubleshooting steps on the own own, avail our QuickBooks Support Phone Number available twenty-four hours on a daily basis to solve any QuickBooks related issues instantly.
ReplyDeleteAwesome article !! Thanks for Sharing over here. I would like to share some info where you will get database of Oracle users email list for your businesses.
ReplyDeleteHope now you realize that how to relate with QuickBooks enterprise support phone number and QuickBooks Enterprise Tech Support Number. We've been independent alternative party support company for intuit QuickBooks, we don't have virtually any link with direct QuickBooks, the employment of name Images and logos on website only for reference purposes only.
ReplyDeleteIf you're running a tiny or medium sized business, then chances are you might have realized the important things you need to be mindful for the smooth running of the business. just through a call from the customer care or even the toll-free QuickBooks Technical Support Phone Number. Efficient and impeccable maintenance of books of accounts is one of the most significant things. You'll want to appoint a well versed and experienced bookkeeper to save your time and effort and energy.
ReplyDeleteAs this world gets Characterized day by day, Intuit possesses its own unique and best reputation. In this QuickBooks Enterprise Tech Support Number stands unique information available in the market since it contains the best tool which will help us to fix our any type of Quickbooks related issues.
ReplyDeleteAlong with all our QuickBooks, you will have the ability to explore the most notable quality solutions. Our trained and well-seasoned professionals are all set to assist through QuickBooks Premier Support Phone Number you night and day. Besides, we believe to help keep the high level of safety whilst the questions are mainly handled carefully to keep the pc program.
ReplyDeleteWe suggest someone to join our services just giving ring at toll-free QuickBooks Enterprise Support Number to enable one to fix registration, installation, import expert and lots of other related issues in to the enterprise version. Also, you'll be able to fix accessibility, report mailing & stock related issues in quickbooks enterprise software.
ReplyDeleteYou can either perform payment processing in desktop or cloud, both ways are just a little different but offer the QuickBooks Payroll Support Phone Number same results.
ReplyDeleteIn addition, it offers time sheet for your employees to tack the full time and productivity of work or job. Get 24x7 seamless technical support for QuickBooks at QuickBooks Payroll Support Number.
ReplyDeleteWe offer several support packages: basic, premium, and pro. Your selection of a package is determined by the number of software users, and a period period you want to receive our services. The packages include unlimited QuickBooks Tech Support Phone Number service and 24/7 technical support. With this assistance, your online business operations won't ever be interrupted because of the software failure.
ReplyDeleteThis part makes QuickBooks is available to customers wherever all through the world. This is the best device to offer innovative and inventive features for business account the officials to little and medium-sized business affiliations. If you seem to experience almost any specific issue, you can get them settled by attaining the QuickBooks Support Number.
ReplyDelete