Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Application is slow at times

SmohibFeb 17 2014 — edited Feb 26 2014

Hi all,

I am told to check the performance of a AIX BOX with 10.1.0.2.0.

The client tells they run a certain report around 10am & all the users are just unable to use their application as it becomes dead slow, also this process / job takes sometimes 2-3 hours which slows down their business process. The same report when generated at evening will take about 30 -45 mins only.

I had advised them to change the timing as max users will login at 10am & will be using hence the delay, so they generated the report at 6.30am i.e.; at the time when hardly any users would have come, this too took almost 1.45 mins.

I am confused as to where is the problem, I had generated AWR Report & came to know 2 jobs are utilising max time of DB to execute(SQL ORDERED BY ELAPSED TIME i.e.; 51.5% & 19.2% of database time) out of 1 is a job which is the report (many nested queries get executed & it gets executed ONLY ONCE in a day) & the other is also a job ( i got a table name from AWR report, which I verified with developers & got to know that particular table dose not have any index & gets executed about 12700 times in 1 day).

I am not able to get whole query of both the jobs from AWR report...any idea where I will be able to find whole query so that I can get execution plan for the same..

I have informed the client about the status, I want to know is there anything more I need to look at / am I missing anything important?

If I am not clear please let me know.

Thanks,

Mohib

This post has been answered by Smohib on Feb 26 2014
Jump to Answer

Comments

843799
..try ask on another, "more officiall" Java3D forum:

[http://forums.java.net/jive/forum.jspa?forumID=70]

843799
neblaz wrote:
Does anybody knows, how Java 3D will develop in the near future?
Not at all I regret,

[http://forums.java.net/jive/thread.jspa?threadID=36022&tstart=315]

Your best option if you want 3D on your desktop is JOGL.

[http://jogamp.org/jogl/www/]

What's missing is Oracle's official approval and support. It would cost so little and mean so much so I hope they'll step forward and show responsibility and leadership.
843799
Why do people keep talking about the demise of java3d? It WAS on hold but it's still actively developed as evidenced by a 1.6 pre-release (last one dated a week ago).

Also, your solution to use JOGL doesn't answer the question. He wanted to know about an alternative scene graph engine. JOGL is a low level API around OpenGL, Not the same thing.

So I'll ask - is there an alternative scene graph engine out there? One that can run fine on mac, windows and linux?
843799
SproketBoy wrote:
So I'll ask - is there an alternative scene graph engine out there? One that can run fine on mac, windows and linux?
Why do you ask that for if you're so happy with Java3D?

I'm reluctant to give any alternatives to Java3D because I think the best option is Jogl as I said. But okay you have Aviatrix3D and JMonkey which I find the most promising.
843799
Ardor3D might be worth checking out.
843799
Thanks. That's interesting.
1 - 6
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 26 2014
Added on Feb 17 2014
9 comments
748 views