The image cannot be displayed in the Oracle12cR1 official document,

Source: Internet
Author: User

The image cannot be displayed in the Oracle12cR1 official document,

After downloading the official Oracle12cR1 documents, some images cannot be displayed on the homepage, as shown below:


Solution:

Under the E50529_01 \ dcommon \ js \ directory, find the following three js files:

Common. js headfoot. js headfoot_prev.js

 

The following content can be found in the three files:

If (document. getElementById ("searchbody") === undefined | document. getElementById ("searchbody") === null ){
Baseurl + = "en /";
} Else {
Baseurl + = "apps/search /";
}

 

Add the following content after the above content:

Baseurl = "your full path"

 

For example:

If (document. getElementById ("searchbody") === undefined | document. getElementById ("searchbody") === null ){
Baseurl + = "en /";
} Else {
Baseurl + = "apps/search /";
}

Baseurl = "E: \ study \ oracle tutorial \ oracle12c \ 121 \ E50529_01 \"

 

Save. After you open the home page again, the image will be displayed normally:

 

Note: Oracle 12cR1 database and official documents:

Http://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html

Http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.