Contents
Oracle- Forms - PL/SQL
Database
Orders and Tables
PL/SQL
Oracle- Forms
© The scientific sentence. 2010
|
PL/SQL Setting up a connection
Setting up a connection
3. Setting up the Oracle Suite's connection
To set up the connection to the Oracle server, the related configuration is set by
Net Configuration Assistant. Follow this steps:
3.1. Start > Programs > Oracle DevSuiteHome1 > Configuration and Migration Tools >
Net Configuration Assistant:
3.2. Choose Local Net Service Name configuration, and press Next,
3.3. Select add, press Next,
3.4. Type the service name (Here is XE)
(We can find this name in: Start > Setting > Control Panel > Administrative Tools >
Services: OracleSeviceXE.
3.5. Choose TCP, press Next,
3.6. Type the host name, the port by default is 1521, press Next,
(Here the name of the machine instead of http://localhost or http://127.0.0.1)
3.7. Choose: Yes rerform a test, press Next,
3.8. Getting logon denied, press "Change login"
3.9. Fill in the box by providing the Username and Password to
cnnect to Oracle (the same as used in SQL*Plus), press OK,
We get: Connecting. Test Successfull.
3.10. Type the Host Service name: same as Service Name (here XE), press Next,
3.11. At this step, the configuration is successfully completed; press Next,
3.12. Press Finish.
The installation and the configuration of the Oracle Forms
is now completed.
|
|
|