Skip to Main Content

APEX

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!

Facing a strange issue after migrating application to /windows 2008 /cloud

zycoz100Aug 13 2013 — edited Sep 1 2013

HI Experts,

I have windows 7 server and the apps work there fine..

Also i tried sucessfuly migrating the app to windows xp

But when i  migrated to cloud i faced certain issues

Like i find  Super Lov 2 from skill builder not working ..

Its theme  those  images are not properly present

Also  i found those modal window plugin dont work..

Any one  having such issue

It could be a issue with the browser ..Or am i missing something

Can some one guide or help

Db is oracle xe apex is apex 4.2

The new os is windows 2008 server 32 bit

Thanks and regards,

Zycos

This post has been answered by dmcghan on Aug 31 2013
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 Sep 29 2013
Added on Aug 13 2013
17 comments
488 views