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!

Custom Load balancer on JCS

User_2N8QRJan 22 2018 — edited Jan 30 2018

Hi,

We are working on the implementation for one of our ADF application, I was wondering two things:

1. Oracle sales person says that if we add Standard load balancer of Oracle JCS it will cost the same as of WLS OCPU cost. is it true?

2. If above is true then why can't we just create a compute machine and use a custom load balancer for the same, do we have any downside to that?

Waiting for Gurus to Answer

This post has been answered by Kumar.Dhanagopal-Oracle on Jan 30 2018
Jump to Answer

Comments

Frank Kulash

Hi, @user-e2y4b
This question was posted in the English-language space. There's a separate space for Spanish language:
Base de Datos Discusión General — oracle-tech
I'll try to move the thread there for you.

mathguy

Please note that this forum es solo en ingles. Either you state your question and accept answers in English, or look for a Spanish language forum (knowing that participation will be much more limited).
As to the error: Tables like AH135D are understood within the subquery (the join), but not outside it. The UPDATE statement only sees the result of the subquery, with its columns.
Either move the WHERE clause INSIDE the query, or give the subquery and its columns aliases and use those in the WHERE clause. (You may leave out the subquery alias - and perhaps even the column aliases, if there is no risk of confusion - but in a problem like this it is a best practice to alias the subquery and also the columns within it.)

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 27 2018
Added on Jan 22 2018
2 comments
601 views