|
|
|
If you do not already have a version of Forms Developer on your system, follow these installation instructions.
Remember that you need to install product components both in the design-time environment (in which applications will be built) and in the runtime environment (in which the finished applications will be used).
Perform the following steps to install the design-time components of Forms Developer.
(Note that installing the design-time components will also install runtime support modules, so that your designers can test the applications they build.)
The autorun feature
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.
However, if you want to disable the autorun feature, hold down the shift key while inserting the CD.
Then take the following steps to start the Oracle Installer without autorun. (Note that not all CD-ROM drives support the autorun feature.)
To start the Oracle Installer without autorun:
x:\SETUP.EXE
Choose Installation Settings: Company Name, ORACLE_HOME, and Language
Before the actual product installation begins, the Oracle Installation Settings dialog box is displayed. In this box:
Choose the Product
The Installer presents you with a list of product sets on the CD. Choose Oracle Forms Developer.
The Oracle Installer will next offer you two choices for setting up the design-time environment:
The simplest and safest choice is Typical Installation. Selecting this option will give you an automatic installation of an appropriate, workable set of the Forms Developer components most commonly used.
After you select Typical Installation on this screen and click OK, the Oracle Installer will handle the design-time environment installation process for you.
As the installation progresses, the installer may prompt you for instructions or product locations. We recommend that you accept the default product locations.
A Custom Installation (explained in the next section) is more complex and requires greater product knowledge. Choose this option only if you require this higher level of control, and you have a good understanding of the Forms Developer components.
When you select a custom installation, the Software Asset Manager dialog box 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.
The Software Asset Manager dialog box also contains the following buttons:
Steps for Using the Software Asset Manager 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.
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 Forms Developer Server component. Instructions for doing so are in the manual Oracle Forms Server: Deploying Forms Applications to the Web, A73071.
On the other hand, if you will be running your applications on client machines in a client/server setup, follow the instructions below.
You start the Oracle Installer in the same way as in Step One above.
When the Installer gives you the choice between Typical and Custom, choose Custom.
After you select Custom, the Installer will list all the available components. Choose the Runtime component.
The Installer will then use the Software Asset Manager to install the Forms Developer runtime components.
When installation is complete, exit the Oracle Installer and shut down and restart Windows.
Follow these instructions to install Oracle 8 or 8i on the same physical machine as Forms Developer in a Windows NT environment. Oracle 8 or 8i must be in a separate ORACLE_HOME.
The following instructions assume that you have installed Forms Developer in DEFAULT_HOME in the ORANT directory on the D drive.
Step One: Install the Server
Insert the Oracle 8 or 8i product CD and start up the Oracle Installer.
When prompted for the Oracle Home and Full Path, specify the same name. For example, you might specify:
ORACLE_HOME = ora8i
Full Path = d:\orant\ora8i
When asked to choose an install type, choose "typical."
As the product installs, you are shown a summary indicating the parts installed and the space requirements.
When the installation is complete, the following type of information is shown (and then the Installer exits):
Oracle Database Configuration Assistant Alert
Database Creation Completed.
Database Information
Global Database Name ora8i.us.oracle.com
SID ORA8I
Sys password change_on_install
System passwd manager
Step Two: Connect the TNS Names
Note: If you do not want to set up the connection manually using the following instructions, you can use the SQL*Net Easy Configuration tool (supplied on this product CD).
Create a TNSNAMES entry in the tnsnames.ora file. You can find the file in:
d:\orant\net80\admin\tnsnames.ora
A default entry will look like this:
alias.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = )
(Port = )
)
)
(CONNECT_DATA = (SID = )
)
)
For example, if you installed on a machine with a HOSTNAME of TEST, a SID named ORA8I, on TCP/IP with port 1521, and an alias of NEW, then you would create the following entry:
NEW.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = TEST)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = ORA8I)
)
)
If you manually created the entry, save and close the tnsnames.ora file.
The TNS listener must be up and running from the Oracle Server ORACLE_HOME.
You can now connect from Forms Developer to the local database instance of the server using the DBSTRING as NEW. For example, you can connect as scott/tiger@NEW.
|
Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|