What is the significance of an API table, what does API mean? Which schema would this be found in? I'm doing a desc in sys and the particular schema and getting this object does not exist.
Main Topics
Browse All TopicsIf I go to this site:
http://oraserver01:XXXX/re
I get a web page with the status of my recent reports. If I have an issue, I can click on the red circled X and get more info.
How can I access this info without using the web page tool?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This table is created by rw_server.sql. This is from MetaLink note Doc ID: 72531.1:
...
4. Execute the script rw_server.sql. This is found in:
Developer 9.0.2.x.x - 10.1.2.x.x
%ORACLE_HOME%\reports\admi
The script creates the following package and functions:
PACKAGE rw_server
FUNCTION insert_job
FUNCTION remove_job
FUNCTION clean_up_queue
The script also creates a table called rw_server_queue; ...
You can now query the table rw_server_queue to see the results of the report execution.
It is recommended to implement the Reports Server Queue PL/SQL Table and API in a regular Oracle Database and not in the iAS infrastructure database.
Business Accounts
Answer for Membership
by: HenkaPosted on 2009-11-04 at 00:21:59ID: 25737336
I have searched Oracle MetaLink site for "Report server status" and I have found there information about an API table RW_SERVER_QUEUE.
I hope this will be a little help for you.