Skip to Main Content

Cloud Platform

Announcement

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

Build UI extensions to Sales Cloud using JCS-SX

Venkatesh Yadavalli-OracleJun 29 2016 — edited Jul 1 2016

Overview

An enterprise is using Oracle Sales Cloud to manage information about leads and opportunities. The sales representatives of an enterprise would want to know if there are any pending / long-standing service requests from customers before meeting them for additional sales opportunities. Additionally, the representatives would also like to be current on the latest news about their accounts such as leadership changes, recent announcements, or anything that may impact their selling ability.

The enterprise has built a bespoke web application which is deployed in JCS-SX that lists all open service requests related to a specific customer. This short screen cast discusses briefly about the functional and technical overview of this scenario.

PaaS-SaaS_6.png

Figure: Embed extended UI within Sales Cloud UI

Solution Approach

When the user selects an account in Sales Cloud UI, in the account widget a new sub-tab linked to the web application which is deployed in JCS-SX is displayed. Upon clicking this tab, the sales representative will be able to view all the pending/open service requests for the selected customer along with recent changes/announcements relevant to the customer. This sample on oracle cloud developer portal provides a detailed explanation on this solution.

Though the embedded application is protected on JCS-SX, when the sales representative navigates to this sub-tab, he/she does not need to authenticate. This is because security and trust is pre configured enabling users to single sign on to JCS-SX and Sales cloud. Since the sales representative is already signed into Sales Cloud, the embedded page is directly displayed.

The views expressed in this post are my own and do not necessarily reflect the views of Oracle.

Comments

Mike LaRosa -Oracle

Hi Martin,

This is the Sparc T-Series Server area, Looks like your asking about a DataBase function ?  can you add more details so we can try and move this to a better suited area for questions ?

What database application ?  what version ?

Thanks

Mike

Martin PRESSLABER

Hi Mike,

it is database related, but I am talking about a SPARC hardware feature:

Perhaps I could ask that question in an In-Memory database sections; but it is a hardware feature :-)

Thanks for your support and kind regards

- Martin

Martin PRESSLABER

That's also a good explanation:

https://swisdev.oracle.com/DAX/DAXwhatis.php

Regards M

Mike LaRosa -Oracle

Hi Martin,

Did some research, You are correct the DAX functionality is done in hw aka at the chip level....  back to your questions....

=== Caveat, These answers coming from a hardware guy, you may get more detail from the DB guys who code for this.

could you explain what DAX fallbacks mean in detail and how to avoid them? Or is it ok to have fallbacks?

MANpage says: fallbacks == Number of commands completed by the software, which DAX could not complete

=== As you found in the manpage,  simply telling us how many transactions DAX completed and how

=== many it did not aka fallbacks.

OK, but why and what does it mean for the DB?

=== It would seem node 2 may have hit the wall so to speak in DAX's capability and the fallbacks snowballed,

=== might be evidence that DAX does retry transactions....

Running RAC on M7 with InMemory:

1st node=DAX commands 35.608.411 with 18 fallbacks

2nd node=DAX commands 63.563.607 with 2.656.188 fallbacks

Is it just a bad day for the second node? Any ideas how I could dig deeper at OS or DB level?

=== suggest running this by the RAC/DB guys for more details on what DAX is doing and how to resolve this issue.

Martin PRESSLABER

Hi,

did an update to QFSDP Apr18 and now both nodes are using DAX with less fallbacks now:

n1 53.235.926 commands with 10 fallbacks

n2 33.866.192 commands with 18 fallbacks

And that within a week... seems that patching increased the usage, but it is very difficult to say, what queries took advantage from DAX...

But still I think that these 2 million fallbacks where an issue before... (without a negative effect, perhaps for the run time)

I will need to compare some AWRs ...

Any how... still very strange that it seems no one is knowing or caring about these DAX engines... but the idea behind is very very cool so I am wondering about that... ;-)

Thank you for your interest,

regards

- Martin

Mike LaRosa -Oracle

Morning,

Hoping someone here can answer Martin's questions more fully than I am able too

Thaanks

Mike

Martin PRESSLABER

Hi,

thanks for your support...

a good documentation would be enough... "fallback" does not sound good :-)

thx and regards

- martin

1 - 7

Post Details

Added on Jun 29 2016
0 comments
622 views