EXAMPLES TO ACCOMPANY THE ORACLE TECHNICAL WHITE PAPER,
DEPLOYING INTERACTIVE CHARTS ON THE WEB: MIGRATING FROM THE GRAPHICS
CARTRIDGE

There are three demos:

1. dnamesal.rdf
Example of a chart hyperlink which calls enamesindept.rdf

2. jobrates.rdf 
Example of OG_SET_URL on a non-data object

3. masterdetail.rdf 
Example of OG_SET_URL on a data object

There are eight modules altogether, each rdf has embedded the ogd 
of the same  name. They illustrate the following figures in the text.

Figure 6: dnamesal.rdf and dnamesal.ogd
Figure 7: enamesindept.rdf and enamesindept.ogd
Figure 9: jobrates.rdf and jobrates.ogd
Figure 10: masterdetail.rdf and masterdetail.ogd


Customizing the modules to your report server:

1. Copy the rdfs to a location included in your REPORTS60_PATH

2. Copy the ogds to a location included in your GRAPHICS60_PATH

3. Set REPORTS60_REPORTS_SERVER to the reports server (to avoid
   having to specify the reports server as a parameter when
   calling a report).

4. Run demobld.sql to create the demostration tables

5. Change /dev60cgi/ to reference the virtual directory where 
   your rwcgi60.exe is located in following three places:

   (a) dnamesal.rdf
   The chart hyperlink in the property palette for chart D_1 

   (b) jobrates.ogd
   The variable vReportURL in the program unit OpenTrigger

   (c) masterdetail.ogd
   The parameter URL.

6. Recompile all modules

7. Run the rdfs over the web using the reports server (the 
   interactivity only works over the web), eg:
   /dev60cgi/rwcgi60.exe?report=dnamesal.rdf+userid=scott/tiger@ora816+DESTYPE=CACHE+DESFORMAT=HTML
   
WARNING: jobrates.ogd and masterdetail.ogd cannot be used with 
version 6.0.8.10.1 of Oracle Graphics (Developer 6i release 2)
because of bug 1423238 concerning OG_SET_URL. Use either
Developer 6i release 1 or Oracle Graphics version 6.0.8.12.0
and above when it becomes available.




