Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To deploy reports to users?

Status
Not open for further replies.

marcarls

Programmer
Feb 7, 2002
40
SE
Since I am a novice user, I have managed to create a few report. How do I make them availible for user to run? Are there diffrent ways to do this?

Thanks in advance.

Maria
 
You may deploy them to the web or client/server.
In the second type your users should have Reports runtime installed and configured and report modules accessible. In the first - everything may be done from browser. Regards, Dima
 
If you have an instance of Oracle Application Server running, stick the .rdf,jsp,etc. files in $ORACLE_HOME/reports/docroot and they should be accessible via the reports servlet. Or you can specify the reports directory in rep_server.conf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top