User`s guide

Developing an Oracle Database/openUTM Application
8-6 Oracle Database Installation and Administration Guide
For more information about precompilers, specifically Pro*C, refer to the section Using
Precompilers with openUTM later in this chapter.
Item Meaning
MaxCur
Specifies the number of cursors to be allocated when the
database is opened. It serves the same purpose as the
precompiler option
maxopencursors
.
maximum_no_of_open_cursors
Indicates the number of open cursors. The default is 10.
For example,
MaxCur
=
5
indicates that the process should try to keep five open cursors
cached.
For more information about
maxopencursors
, refer to the Oracle Database Programmer's
Guide to the Oracle Precompilers.
Item Meaning
SqlNet
Specifies the SQL*Net connection string.
connect_string
Indicates the string to be used to log onto the system. This can be any
supported Oracle Net Services connect string.
For example:
SqlNet
=
MADRID_FINANCE
indicates an entry in
TNSNAMES.ORA
referencing a protocol, a
host, and a portnumber. For more information, refer to Chapter 9, "Oracle Net
Services" in this book.
Item Meaning
DbgFl
Specifies if debugging should be enabled (debug flag). For more
information refer to Debugging in the subsequent section in this
chapter.
8.4.1.3 Examples
This section contains examples of open strings using the preceding information.
Note: If the string is longer than one line, then refer to the openUTM
documentation for information about how to split up the string
information.
For bequeath protocol:
Oracle_XA+Acc=P/scott/tiger+SesTm=0+DbgFl=15
For other protocols:
Oracle_XA+SqlNet=MADRID_FINANCE+Acc=P/scott/tiger+SesTm=0
Oracle_XA+DB=finance+SqlNet=MADRID_FINANCE+Acc=P/scott/tiger
+SesTM=0
The optional fields
LogDir
,
Loose_Coupling
,
SesWT
, and
Threads
are not supported.
For more information about the fields in the open string refer to the Devel
oping
Applications with Oracle XA section in Oracle Database Advanced Application Developer's
Guide.