By Anup Kelkar on Tuesday, 16 June 2015
Category: Oracle Database

Oracle12c EM express issue with FireFox browser

Issue Description

When we are done with all Oracle12c installation and just to go for EM express,you may face the following error in FireFox browser.

Alternate HTML content should be placed here.This content requires the Adobe Flash Player. Get Flash

This error is not resolved even if you install Adobe Flash

Resolution

Step 1. First step is to have look at following directory for file libflshplayer.so

$ls /usr/lib64/mozilla/plugins

Step 2. After installation of Adobe Flash still this file is missing. So the workaround is to have open adobe flash website and choose the tar gzipped file.


extract the file libflshplayer.so to /usr/lib64/mozilla/plugins location.

change the permission accordingly.
$ chmod 775 libflshplayer.so
once that is done open the em express again and login page gets loaded.


Environment

+ Operating System : Oracle Linux 6

+ Database : Oracle 12c ,

+ Browser: FireFox

Disclaimer - Views expressed in this blog are author's own and do not necessarily represents the policies of aclnz.com

Related Posts

Leave Comments