|
|
|
|
This section describes installing Reports Developer where a previous version does not exist. The Reports Developer has both design-time and runtime components. You will want to install both sets of components on your development machine. This allows you to both create new reports and test them. You may need to install the runtime environment on the machines which will run the finished reports. The runtime environment can also be installed to run from a web site.
Perform the following steps to install the design-time components of Reports Developer.
A limited license version of the Oracle Reports Server is provided with the Oracle Reports Developer. This license allows the developer to test the reports being developed. The Reports Server parameters are requested by the installer part way through the process.
Caution: Do NOT use the same port number used by your installation of the Web DB Listener.
The Oracle Installer for Windows has an autorun feature that executes setup.exe and automatically launches the Oracle Installer when you insert the CD-ROM. Most users prefer to install using this automatic feature.
Note: Some older CD-ROM drives do not support the autorun feature. If the Oracle Installer does not start automatically, follow the steps in section 2.1.1.2 Starting the Oracle Installer without Autorun beginning with step 2.
To start the Oracle Installer without autorun:
x:\SETUP.EXE
where x is the letter used to map your CD-ROM drive.
Once the Oracle Installation Settings dialog box is displayed, use the following steps to select installation settings:
This installation manual assists in installing the Oracle Reports Developer. If you need to install additional products you will need to run the installation more than once. Installing the Oracle Forms Developer and the Oracle Forms Server is covered in Oracle Forms Developer Getting Started, A73154-01. The general installation of the Oracle Reports Server is the same as the Reports Developer. After the software is installed it must be setup. The setup information is located in the Oracle Reports Developer Publishing Reports, A73173-01.
The Oracle Installer offers you two choices for setting up the design-time environment:
Selecting this option installs both the design-time components and the runtime components. This allows your designers to test the applications they build.
Use the following steps:
The installer will display a message stating that the installation is finished.
A Custom Installation is more complex and requires a good understand of how products and components relate to each other.
When you select a custom installation, the Software Asset Manager dialog is displayed.
The products that are available for installation are listed under Products Available. The plus sign (+) to the left of a product's name indicates that this is the name of a software package, which consists of a main application and its supporting software. You can select the entire package by clicking the line with the plus icon, or you can double-click that line to display the pieces of the package, which can be selected individually.
The products that are already installed on your machine are listed under Products Installed. Some of these may also be software packages, and they behave as described in the previous paragraph.
The disk space required for your selection and the disk space currently available on your machine are displayed in the Space Required area below the product lists.
In the Software Asset Manager dialog, use the following steps to Custom Install:
As with other Windows-based applications, you can Shift+click to select a series of products from the list, or you can Ctrl+click to select multiple, discontinuous products.
The installation begins. We recommend that you accept the default product locations.
The Software Asset Manager dialog box also contains the following buttons:
If you are setting up a runtime environment that will operate on the web (or any 3-tier environment), then you need to also install the Reports Server component. Instructions for doing so are in the manual Oracle Reports Server: Publishing Reports, A73071.
On the other hand, if you will be running your applications on client machines in a client/server setup, follow the instructions below:
The Installer will then use the Software Asset Manager to install the Reports Developer runtime components.
Connect to the Oracle Server requires that the server exists and the TNS listener must be up and running from the Oracle Server ORACLE_HOME.
After completing this section you can connect from Reports Developer to the local database instance of the server using the connections string, NEW. For example, you can connect as scott/tiger@NEW.
To test reports generated with the Reports Developer, you have to be able to access a database. If you do not have access to one, you will need to install one. Oracle8 or Oracle8i can be installed using the Installation Guide for your platform.
Caution: Oracle8 or Oracle8i can be installed on the same physical machine as Reports Developer in a Windows NT environment; however, it must be in a separate ORACLE_HOME. For example, you might specify:
The TNS connection settings provide information that allows Oracle Reports Developer to connect to a database. The information is stored in the tnsnames.ora file, which can be updated using Oracle Net8 Easy Config or manually using a text editor.
Before proceeding, you will need to obtain the following database information:
After obtaining the database information, use the following steps to include your database connection information in your tnsnames.ora file:
The service name will be used to identify this connection when you connect in the Reports Developer.
The host name can be the IP address or the name of the machine on which the database resides.
If the test is not successful, click Done and use the Back button to review your entries. After making changes, repeat steps 7 and 8.
To create a TNSNAMES entry manually, use the following steps:
ORACLE_HOME\net80\admin\tnsnames.ora
where ORACLE_HOME is the installation directory.
ServiceName.world
(DESCRIPTION =
(ADDRESS = ) (PROTOCOL = ) (HOST = hostName) (PORT = portNumber) (CONNECT_DATA = (SID =db_name) )
)
where ServiceName is the alias used to identify the connection, hostName is the name used by the network to identify the machine on which the database resides, portNumber is the database port number, and db_name is the system identifier.
For example, if you installed on a machine with a HOSTNAME of TEST, a SID containing ORA8I, on TCP/IP with port 1521, and an alias of NEW, then you would create the following entry:
NEW.world = (DESCRIPTION =
(ADDRESS = ) (PROTOCOL = TCP) (Host = TEST) (Port = 1521) (CONNECT_DATA = (SID = ORA8I) )
)
Note: If the host name can not be resolved, use the host's IP address. The IP address can be determined by opening an MS-DOS window and typing ping.
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|