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.

How to check Total memory used by Oracle and which user are using more memo

608897Jul 30 2009 — edited Jul 30 2009
Hi,

I am using oracle version 10.2.0.4 on Windows 2003 server SP2.

1. How can i check the "Total memory" used by Oracle

2. Which users are using more CPU resources.

Thanks and Regards
Amit
This post has been answered by Chandan Tanwani on Jul 30 2009
Jump to Answer

Comments

Philipp Salvisberg

I use GraalVM's JDK 11 on my MBP with macOS 12.0.1. The JDK is available only for Intel. However, it works well with rosetta2. This way I can use all features of SQLDev. And the JS based features are significantly faster.
For that I set the following in my /Users/phs/.sqldeveloper/21.2.1/product.conf :

SetJavaHome /Users/phs/Applications/graalvm-ce-java11-21.2.0/Contents/Home

You find the current JDK here: https://github.com/graalvm/graalvm-ce-builds/releases?q=21.2.0&expanded=true

Niall

Very interesting. Thanks @philipp-salvisberg1 .
As you suggest, I've just tried GraalVM's JDK 11 and it seems to work well for me - even the JavaFX parts. The Welcome Page now works too :)
I'll update my blog post to include this alternative.
Note: I had to remove the quarantine attribute with the following command:
sudo xattr -r -d com.apple.quarantine /Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.2.0

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

Post Details

Locked on Aug 27 2009
Added on Jul 30 2009
2 comments
142,127 views