Oracle Discoverer viewer does not need to be logged on. The post method is used to access the worksheet.

Source: Internet
Author: User

Check Metalink and stick it to the top

I have studied it myself, but since discoverer and OLAP viewer have not developed a unified solution, I will handle it separately.

Oraclebi discoverer

<! -- Server viewer URL -->
<Form method = "Post" name = "db_login" Action = "http://ths-yuzhh.domain.solution.com/discoverer/viewer">
<! -- Username -->
<Input type = "hidden" name = "us" value = "bitest">
<! -- Password -->
<Input type = "hidden" name = "PW" value = "bitest">
<! -- End user layer -->
<Input type = "hidden" name = "Eul" value = "bitest">
<! -- Database (as server) -->
<Input type = "hidden" name = "DB" value = "server_orcl">
<! -- Access type, no need to change -->
<Input type = "hidden" name = "lm" value = "discoverer">
<! --
Workbook ID

Method for searching the ID of a workbook
1. Start a web browser.

2. Run discoverer plus and open a worksheet in the workbook.

3. Choose file | manage workbooks | properties to display the workbook Properties dialog.

4. To find out the unique ID of a workbook, look at the value in the Identifier Field.

-->
<Input type = "hidden" name = "wbk" value = "element">
<! --

Worksheet ID
Worksheet ID Search Method

1. Start a web browser.

2. Run discoverer plus and open the worksheet.

3. Choose edit | worksheet properties to display the worksheet Properties dialog.

4. display the General tab and look at the value in the Identifier Field.

-->
<Input type = "hidden" name = "wsk" value = "1">
</Form>

= OLAP Viewer

<! --
Server viewer URL
The worksheetname parameter is the name of the corresponding worksheet. View Method
1. Start the browser
2. log on to the discoverer Viewer (OLAP)
3. Expand the worksheet to be accessed and click to enter
4. Search for the URL parameter worksheetname of the browser, which corresponds to the parameter worksheetname in action.
-->
<Form method = "Post" name = "db_login" Action = "http://ths-yuzhh.domain.solution.com/discoverer/viewer? Worksheetname = users % 2 fbitest % 2f % E4 % Ba % 8B % E6 % 95% E5 % 85% 88% E6 % 9e % 86% 2f % E4 % Ba % 8B % E6 % 90% e5 % 88% 86% E6 % 9e % 90% E8 % a1 % A8 ">
<! -- Username -->
<Input type = "hidden" name = "us" value = "bitest">
<! -- Password -->
<Input type = "hidden" name = "PW" value = "bitest">
<! -- Database (as server) -->
<Input type = "hidden" name = "DB" value = "server_orcl">
<! -- Access type, no need to change -->
<Input type = "hidden" name = "lm" value = "OLAP">
</Form>

Refer to official Oracle documents

Http://download-west.oracle.com/docs/html/B13918_02/urlstart.htm#i1014011
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.