Thread: apex.oracle.com performance?

This question is answered. Helpful answers available: 3. Correct answers available: 1.


Permlink Replies: 23 - Pages: 2 [ 1 2 | Next ] - Last Post: Nov 17, 2009 7:46 AM Last Post By: jarola
talley

Posts: 8
Registered: 03/12/04
apex.oracle.com performance?
Posted: Sep 3, 2009 7:37 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hello,

Is there a particular thread or anywhere to look to get information about the current status of apex.oracle.com? I have been trying to use it to quickly learn and evaluate the features and capabilities of APEX. Right now my page requests are getting completely lost 30-40% of the time, I've seen unable to extend UNDO tablespace errors, it seems generally slow, etc. Has anyone else experienced this, or seen any remarks from Oracle concerning it? This is giving off a rather negative impression of the product and some explanation would be useful.

Thanks
Patrck Snke

Posts: 201
Registered: 07/01/05
Re: apex.oracle.com performance?
Posted: Sep 3, 2009 7:45 AM   in response to: talley in response to: talley
 
Click to report abuse...   Click to reply to this thread Reply
this was also my problem the last week. Although I must say that it's much quicker now here at home than at the offce.
Sam06

Posts: 273
Registered: 09/21/08
Re: apex.oracle.com performance?
Posted: Sep 3, 2009 2:38 PM   in response to: talley in response to: talley
Helpful
Click to report abuse...   Click to reply to this thread Reply
I have noticed that "non-usual" performance lately, but this is something I have always expected as the number of online apex users is growing rapidly ! You can refer to this post " http://joelkallman.blogspot.com/2009/06/who-says-application-express-cant-scale.html
and I think that this guy " Joel Kallman" may be the best to asnwer your question.

Hope this help,

Sam Khalaf

Martin Giffy D'...

Posts: 360
Registered: 03/05/08
Re: apex.oracle.com performance?
Posted: Sep 3, 2009 10:27 PM   in response to: Sam06 in response to: Sam06
Helpful
Click to report abuse...   Click to reply to this thread Reply
Hi,

I sent a message to Joel and he said that a user was running so very large queries which was slowing down the machine. This isn't an APEX specific problem just some poor code. I think the issue has been resolved.

Martin


[http://apex-smb.blogspot.com/]
talley

Posts: 8
Registered: 03/12/04
Re: apex.oracle.com performance?
Posted: Sep 4, 2009 5:33 AM   in response to: Martin Giffy D'... in response to: Martin Giffy D'...
 
Click to report abuse...   Click to reply to this thread Reply
Thanks Sam and Martin, that is very useful information.

I still think there is a problem with APEX, for two reasons:

1. Having some percentage of web requests hang indefinitely is not a correct error condition. There should be a better error handler for this situation. That is a web/application server problem.

2. A single user running bad code should not affect other users, especially in a system that is designed for multiple developers each with their own separate environment. The documentation highlights this as a benefit of APEX.

Anyway, those are issues for Oracle to look into. I appreciate the links and information.

-tim
abots_d

Posts: 153
Registered: 06/05/00
Re: apex.oracle.com performance?
Posted: Sep 4, 2009 5:52 AM   in response to: talley in response to: talley
 
Click to report abuse...   Click to reply to this thread Reply
A bad query will slow down any system so that's not really an Apex issue is it. I've seen badly designed .net and java applications that hog the system.
I guess it's a matter of every apex.oracle.com user realising that it's just a test/demo site and being reasonable about how much data and what they run on it. Obviously if this were to continue, someone might have to create resource groups and assign how much resources can be consumed but that comes with a maintenance overhead which shouldn't be borne by a site of this nature.
jkallman

Posts: 2,974
Registered: 01/10/01
Re: apex.oracle.com performance?
Posted: Sep 7, 2009 8:08 PM   in response to: abots_d in response to: abots_d
 
Click to report abuse...   Click to reply to this thread Reply
>> Obviously if this were to continue, someone might have to create resource groups and assign how much resources can be consumed but that comes with a maintenance overhead which shouldn't be borne by a site of this nature.

Au contraire, mon frère - a system of this size and dynamic essentially requires Resource Manager. I have a Resource Manager plan in place, which I have blogged about. As I related to Martin, I couldn't understand why this long-running SQL in multiple sessions was left in my high-priority resource consumer group. I've never seen this issue before.

I had suspected that this was the cause of the problem, although, I'm still not 100% sure. Ever since our IT organization moved the Web server machines to different servers, users have complained about slow performance - and this is slow performance for static files served by the Web servers, it's not a database nor APEX issue. I believe it's a networking and/or load balancer issue, but without a reproducible case, it's hard for them to diagnose and solve. I just sent another message this evening (as other users complained of slow network performance again).

Joel "this guy" Kallman
talley

Posts: 8
Registered: 03/12/04
Re: apex.oracle.com performance?
Posted: Sep 8, 2009 12:43 PM   in response to: jkallman in response to: jkallman
 
Click to report abuse...   Click to reply to this thread Reply
Hello Joel,

Was wondering if you could comment on some of the architecture for apex.oracle.com?

Like web server software and versions? Version of APEX / version of APEX database? Any general tricks implemented to deal with the number of users and load on the site?

Would be interesting to know how Oracle has got it set up.

Thanks

-tim
jkallman

Posts: 2,974
Registered: 01/10/01
Re: apex.oracle.com performance?
Posted: Sep 8, 2009 7:29 PM   in response to: talley in response to: talley
 
Click to report abuse...   Click to reply to this thread Reply
Hi Tim,

1) It is front-ended by two servers, each running Oracle Application Server 10.1.2.x. This is all plugged into IT's grid, which helps them provision virtual hosts on demand. As well, all of the static resources are maintained on a big NetApp filter. For the most part, though, I'm really pretty fuzzy on the Web server details, but I know that there is minimal load generated by APEX.

2) I gave the specs of the database server in one of my comments here: http://joelkallman.blogspot.com/2008/02/who-uses-apexoraclecom.html. The server itself cost under $5K about 3 years ago. As my manager likes to say, it has an eBay value of approximately $1,000.

3) It's 11.1.0.6 Enterprise Edition, soon to have the 11.1.0.7 database patch set applied. It's not on a cluster.

4) We use the Database Resource Manager, which I discussed here http://joelkallman.blogspot.com/2009/08/oracle-database-resource-manager-and.html

I hope this helps.

Joel

gianluigi.trento

Posts: 7
Registered: 08/28/98
Re: apex.oracle.com performance?
Posted: Sep 10, 2009 5:57 AM   in response to: jkallman in response to: jkallman
 
Click to report abuse...   Click to reply to this thread Reply
Hallo,
I'm from Italy and for me and my collegues is impossible to use apex.oracle.com: too slow!
Other Oracle web server are very slow: sign in frontend, solutions.oracle.com, sometime forums.oracle.com and otn.oracle.com and opn.oracle.com.

Pinging is not so bad, I think the problem are hardware and web servers.

D:\>ping apex.oracle.com

Esecuzione di Ping bigip-htmldb.oracle.com [141.146.8.74] con 32 byte di dati:

Risposta da 141.146.8.74: byte=32 durata=180ms TTL=235
Risposta da 141.146.8.74: byte=32 durata=200ms TTL=235
Risposta da 141.146.8.74: byte=32 durata=184ms TTL=235
Risposta da 141.146.8.74: byte=32 durata=176ms TTL=235

Statistiche Ping per 141.146.8.74:
Pacchetti: Trasmessi = 4, Ricevuti = 4, Persi = 0 (0% persi),
Tempo approssimativo percorsi andata/ritorno in millisecondi:
Minimo = 176ms, Massimo = 200ms, Medio = 185ms

Bye,
Gianluigi
jarola

Posts: 1,627
Registered: 01/13/08
Re: apex.oracle.com performance?
Posted: Sep 10, 2009 6:02 AM   in response to: gianluigi.trento in response to: gianluigi.trento
 
Click to report abuse...   Click to reply to this thread Reply
Hi,

This performance is totally strange,
I was just 10min ago in company office where I work and using apex.oracle.com without any slowness. Never see that it is so fast.
Now in home, it is sloooooow.

Br, Jari
jkallman

Posts: 2,974
Registered: 01/10/01
Re: apex.oracle.com performance?
Posted: Sep 10, 2009 10:25 AM   in response to: jarola in response to: jarola
 
Click to report abuse...   Click to reply to this thread Reply
If you see this continual slow performance on apex.oracle.com (and not due to your own application but just even using Application Builder where something hangs), please either followup in this thread of send me a direct message on Twitter (joelkallman). Please don't delay in notifying me, as I'll then be able to file a request and have someone in IT take a look at this. Right now, it's difficult to diagnose when there are no performance issues.

Thanks.

Joel
ATD

Posts: 9,210
Registered: 04/17/06
Re: apex.oracle.com performance?
Posted: Sep 11, 2009 9:59 AM   in response to: jkallman in response to: jkallman
 
Click to report abuse...   Click to reply to this thread Reply
Hi Joel,

It may just be me, but one thing that I have noticed is that pages are generally better at loading in IE7 than FF3.5. Unfortunately, FireBug doesn't seem to help much here as most of the time taken seems to be before anything appears in the Net console. It may just be my FF settings, of course!

Andy
KarthikeyanMohan

Posts: 11
Registered: 01/15/07
Re: apex.oracle.com performance?
Posted: Sep 16, 2009 4:09 PM   in response to: jkallman in response to: jkallman
 
Click to report abuse...   Click to reply to this thread Reply
Hi Joel

Today I was not able to do any operation successfully without having to close my browser and restart apex.oracle.com.

Can you please check if there is anything going on in apex.oracle.com?

Thanks
jkallman

Posts: 2,974
Registered: 01/10/01
Re: apex.oracle.com performance?
Posted: Sep 16, 2009 5:18 PM   in response to: KarthikeyanMohan in response to: KarthikeyanMohan
 
Click to report abuse...   Click to reply to this thread Reply
Karthikeyan,

Nobody reported any issues with apex.oracle.com today. I used it as well - I did not encounter any issues.

Joel
Legend
Guru Guru : 2500 - 1000000 pts
Expert Expert : 1000 - 2499 pts
Pro Pro : 500 - 999 pts
Journeyman Journeyman : 200 - 499 pts
Newbie Newbie : 0 - 199 pts
Oracle ACE Director
Oracle ACE Member
Oracle Employee ACE
Helpful Answer (5 pts)
Correct Answer (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums