Blog - comments

Thank you for the very informative post. I've been researching why our DB generates so much redo at...
Gary F.

Hi Arnaud,

Can I hav english version of these document.

Rgds

Raffi

Mohammed Raffi
You may check also Valentina Studio 5.x: http://www.valentina-db.com/valentina-studio-overviewit ...
ahmad
Thanks a lot Pierre. This covers everything that would be necessary to upgrade the Enterprise Manage...
Seth with Firebox

Merci José pour l'astuce. J'ai pu valider "chopt", c'est pratique.

Claudio
Blog Yann Neuhaus Configure firefox 3.6.12 with Ubuntu for Grid Control and My Oracle Support usage!

dbi services Blog

Welcome to the dbi services Blog! This blog focuses on IT infrastructure - featuring news, troubleshooting, and tips & tricks. It covers database, middleware, and OS technologies such as Oracle, Microsoft SQL Server, Documentum, MySQL, PostgreSQL, Sybase, Unix/Linux, etc. The dbi services blog represents the view of our consultants, not necessarily that of dbi services. Feel free to comment on the postings!

  • Home
    Home This is where you can find all the blog posts throughout the site.
  • Categories
    Categories Displays a list of categories from this blog.
  • Tags
    Tags Displays a list of tags that has been used in the blog.
  • Bloggers
    Bloggers Search for your favorite blogger from this site.

Configure firefox 3.6.12 with Ubuntu for Grid Control and My Oracle Support usage!

Are you fed up with supporthtml.oracle.com because the flash plugin is crashing or not working in your browser? You need to use the latest Java plugin in you firefox browser, for instance for a Java based VPN connection.

First of all, download firefox 3.6, for instance from http://www.mozilla.com/en-US/.

 

yan_firefox_1

 

Once downloaded, extract the firefox-3.6.12.tar.bz2 file. Copy the firefox directory to your software directory /usr/local:

 

# sudo mv firefox /usr/local

 

From this point on, you can start using firefox:

 

# /usr/local/firefox/firefox

 

The next important step is to find, download and configure properly the several firefox plugins. In order to identify the configured plugins, use the about:plugins internal firefox page:

 

yan_firefox_2

 

Then, download the adobe flash player for Ubuntu. The latest release (flashplayer 10.1.102) is working fine with firefox 3.6.12 while using both the Grid Control and support.oracle.com URLs.

Download the  install_flash_player_10_linux.deb file from the following site: http://get.adobe.com/flashplayer/.

 

yan_firefox_3

 

Once the file is downloaded, double click on it to install the package through the Synaptic package manager:

 

 

Once the package is installed, you can locate the library which has been installed as firefox plugin (libflashplayer.so):

 

 

This library must be integrated in the firefox plugins using a simple soft link:

 

# pwd
/usr/local/firefox/plugins
# ln -s /usr/lib/adobe-flashplugin/libflashplayer.so
# ls -l libflashplayer.so
lrwxrwxrwx 1 yann yann 44 2010-11-15 16:42 libflashplayer.so -> /usr/lib/adobe-flashplugin/libflashplayer.so

 

As soon as this soft link exists, the about:plugin page will display this new available plugin:

 

yan_firefox_6

 

For java, the installation of the required packages can be performed with aptitude :

 

sudo aptitude install sun-java6-jre sun-java6-plugin

 

The problem is that the advised shared library to be used as plugin - /etc/alternatives/firefox-flashplugin, pointing to /usr/lib/flashplugin-nonfree/libflashplayer.so - is not working fine. The soft link must be created in the following library:

 

# pwd
/usr/local/firefox/plugins

# ln -s /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/i386/libnpjp2.so

# ls -lrt libnpjp2.so
libnpjp2.so -> /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/i386/libnpjp2.so

 

With these settings, you will finally be able to fully enjoy both flash based applications - for instance Grid Control / Performance Tab - but also Java based applications.

 

Enjoy :-)

 

Best regards,

Yann

Rate this blog entry:
1

Yann Neuhaus is Chief Executive Officer (CEO) and Region Manager at dbi services. He has more than ten years of experience in database and infrastructure management, engineering, and optimization. He is specialized in Oracle technologies, cluster computing and high availability solutions (Oracle Real Application Clusters RAC, Oracle Data Guard and Oracle Clusterware). His expertise also includes open source solutions (MySQL, Unix/Linux, etc.). Yann Neuhaus is „Oracle RAC Certified Expert“, „ MySQL 5.0 DBA certified “, and „Red Hat Certified Engineer“.

Comments

  • Guest
    Marlon Friday, 08 June 2012

    Thank you Yann.

    I was looking for this solution for a long time, but never found it elsewhere

Leave your comment

Guest Sunday, 19 May 2013
AddThis Social Bookmark Button