Oracle® COM Automation Feature Developer's Guide 11g Release 2 (11.2) for Microsoft Windows E10591-05 |
|
|
PDF · Mobi · ePub |
This chapter provides an overview of the Oracle COM Automation Feature installation and postinstallation configuration tasks.
This chapter contains these topics:
The Oracle COM Automation Feature package is included as part of the Oracle installation. It contains the features and demos that illustrate how to use this product to solve real-world problems.
The COM Automation package includes the following PL/SQL and Java components:
The PL/SQL components for Oracle COM Automation Feature are:
Oracle COM Automation demonstration programs
Message files (such as comus.msb)
Oracle COM Automation PL/SQL feature orawpcom
VER
.dll
is located in the ORACLE_BASE\ORACLE_HOME
\bin
directory.
All other components are located in the ORACLE_BASE\ORACLE_HOME
\com
directory.
The Java components for Oracle COM Automation Feature are:
The JAR file, orawcom.jar
Oracle COM Automation demonstration programs
Oracle COM Automation Java feature orawcom
VER
.dll
is located in the ORACLE_BASE\ORACLE_HOME
\bin
directory. All other components are located in the ORACLE_BASE\ORACLE_HOME
\com\java
directory.
Oracle COM Automation Feature requires:
Windows XP, Windows Server 2003, Windows Server 2003 R2, Windows Vista, Windows 7, Windows Server 2008, Windows Server 2008 R2
A functioning database
Note that you must have a COM Automation server in the system to use Oracle COM Automation Feature. For example, the COM Automation Feature demos require that you first install the applications that are used in the demonstration programs:
The Microsoft Word, Excel, and PowerPoint demos require Microsoft Office 2000 or later.
The messaging application programming interface (MAPI) demo requires Microsoft Outlook 2000 or later.
The demonstrations and installations are discussed in "Overview of Oracle COM Automation Feature for PL/SQL Demos" and "Overview of Oracle COM Automation Feature for Java Demos".
To upgrade Oracle COM Automation Feature from Oracle Database 10g Release 2 or Oracle Database 11g Release 1 to Oracle Database 11g Release 2, do the following:
Configuration procedures differ for PL/SQL and Java as explained in the following sections:
To configure Oracle COM Automation Feature for PL/SQL:
Start SQL*Plus.
Connect to the database as SYSTEM
.
SQL> CONNECT SYSTEM@net_service_name Enter password: password
Grant the CREATE LIBRARY
privilege to the database users who will use Oracle COM Automation Feature. For example:
SQL> GRANT CREATE LIBRARY TO hr;
Connect to the user who will use Oracle COM Automation Feature, and run the comwrap.sql
script at the SQL*Plus prompt:
SQL> CONNECT hr; Enter password: password SQL> @ORACLE_BASE\ORACLE_HOME\com\comwrap.sql
In the preceding command, ORACLE_BASE\ORACLE_HOME
represents the Oracle home directory where Oracle COM Automation Feature is installed.
You will receive several ORA-04043:
object
XXXX
does
not
exist
messages when you run this script for the first time. These messages are usual.
Perform the following to configure Oracle COM Automation Feature for Java:
Connect to the database as SYSTEM
using SQL*Plus. For example:
SQL> CONNECT SYSTEM@net_service_name Enter password: password
Run the grant.sql
script with the name of the user who will use Oracle COM Automation Feature. You may need to capitalize all letters in the user's name. For example:
SQL> @ORACLE_BASE\ORACLE_HOME\com\java\grant.sql HR
Run the loadjava
tool at the command prompt as follows:
loadjava -force -resolve -user hr ORACLE_BASE\ORACLE_HOME\com\java\orawcom.jar Password: password
In the preceding command, hr
is the user who uses Oracle COM Automation Feature.
This section describes the specific configurations for the listener.ora and tnsnames.ora files when used with Oracle COM Automation Feature for PL/SQL.
Note:
Oracle COM Automation Feature for Java needs no special modifications to the listener.ora and tnsnames.ora files.Because Oracle COM Automation Feature for PL/SQL relies on listener callouts, you must configure the listener and Oracle Net remote procedure call (RPC) mechanism for the feature to work.
The following are examples of listener.ora and tnsnames.ora files that can be used with interprocess communication (IPC) to invoke external stored procedures.
See Also:
Oracle Database Net Services Administrator's Guide for additional information about configuring thelistener.ora
and tnsnames.ora
files for external procedureslistener.ora Configuration File
LISTENER = (ADDRESS_LIST = (ADDRESS= (PROTOCOL= IPC) (KEY= EXTPROC0) ) ) STARTUP_WAIT_TIME_LISTENER = 0 CONNECT_TIMEOUT_LISTENER = 10 TRACE_LEVEL_LISTENER = off SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = ORCL) ) (SID_DESC = (SID_NAME = plsextproc) (PROGRAM=extproc) ) ) PASSWORDS_LISTENER = (oracle)
tnsnames.ora Configuration File
EXTPROC_CONNECTION_DATA= (DESCRIPTION= (ADDRESS= (PROTOCOL=IPC) (KEY=EXTPROC0) ) (CONNECT_DATA=(SID=plsextproc)) ) )
An "ORA-28575: unable to open RPC connection to external procedure agent" error message indicates one of two possible listener problems.
Problem: The listener is not started.
Action: You must start the Oracle
HOME_NAMETNS
Listener
service from the Control Panel or the command prompt.
To start Oracle services from the Control Panel:
Choose Start, Settings, and then Control Panel.
The Control Panel window appears.
Double-click Services.
The Services dialog box appears.
Go to Oracle
HOME_NAMETNS
Listener
in the list and verify that it has a status of Started. If it does not, select it and click Start.
To start Oracle services from the command prompt:
Enter the following command:
C:\> net start service
In the preceding command, service is a specific service name, such as Oracle
HOME_NAMETNS
Listener
.
Problem: The listener is not configured correctly.
Action: You must modify the listener.ora
and tnsnames.ora
files.
See Also:
"Configuring the Listener for PL/SQL" for information about how to configure these filesOracle COM Automation Feature supports the use of Distributed Component Object Model (DCOM) to access remote Component Object Model (COM) objects over a network.
To authenticate the client's access to the remote computer, DCOM passes the appropriate security credentials to the remote computer. The remote computer validates the security credentials and allows DCOM to proceed.
These security credentials are based on the domain user's privileges associated with either the client's listener service or database service. Table 2-1 indicates the determining service for COM Automation for PL/SQL and Java.
To use DCOM, you must configure security settings on the following:
The computer that is running the database instance
The computer that contains the remote COM object
The configuration for the computer running the database instance requires setting the listener and the database service to the same domain user.
In this procedure for setting a service to a domain user, the service to be set is selected in Step 3.
You must follow this procedure twice, first to set the listener and then to set the database service. The order is unimportant.
To set a service to a domain user:
Choose Start, Settings, and then Control Panel. The Control Panel window appears.
Double-click Services. The Services dialog box appears.
Select the service and click Startup. The service should be either Oracle
HOME_NAMETNS
Listener
or the database service.
Select the This Account option.
Enter the name or browse for a domain user.
Enter and confirm the password of the selected domain user.
Click OK to save the changes.
Configuring the computer containing the remote object requires using the dcomcnfg.exe
tool provided by Microsoft to configure the computer's DCOM security settings.
This tool enables you to set the access permissions, launch permissions, and configuration permissions for a specific COM object or all COM objects on a computer.
Using the dcomcnfg.exe
tool, set the following:
Set the DCOM security privileges so that the appropriate service (that is, listener for PL/SQL and database service for Java), operating as a domain user, has sufficient privileges to instantiate and manipulate the remote COM object.
Set the remote COM object to execute with the same privileges as the service.
If the COM object attempts to perform an action for which it does not have permission, DCOM denies the operation and returns a security violation to Oracle COM Automation Feature. It is essential that you configure the DCOM security properly and provide the Oracle Database with the necessary permissions.
See Also:
Microsoft documentation for more information about:Using the dcomcnfg.exe
tool and the implications of the related permissions
Setting up the client and server computers to use DCOM