Oracle7 Server for Windows Platforms Release Note Go to Product Documentation Library
Library
Go to books for this product
Product


Release 7.3.3
March 1997
Part No. A52619-01

This Release Note documents important last minute features and limitations not included in the Oracle7 for Windows Platforms documentation set. It is divided into the following sections:

  1. Oracle7 for Windows Platforms
  2. Provides information common to Oracle7 Server and Oracle7 Workgroup Server for all Windows platforms.

  3. Oracle7 Client for Windows Platforms
  4. Provides information specific to Oracle7 client for all Windows platforms.

  5. Oracle7 Server and Oracle7 Workgroup Server for Windows NT
  6. Provides information specific to Oracle7 Server and Oracle7 Workgroup Server.

    ATTENTION: Oracle Corporation strongly recommends that you review these Release Notes before installing or using Oracle7 or any other Windows products.

    IMPORTANT: Database information in these Release Notes applies only to Windows platforms databases only. If you are using Windows platforms client products with a UNIX database refer to your UNIX database documentation.

1. Oracle7 for Windows Platforms

This section of the Release Notes applies to Oracle7 products for all Windows platforms. It includes the following topics:

Support for SQL*DBA and Server Manager

The SQLDBAxx application has been replaced by SVRMGR23.

Location of 32-bit Common Files

The CD-ROM disc includes a WIN 32 directory. This directory contains 32-bit common files for Windows NT and Windows 95.

CATALOG.SQL Script

CATALOG.SQL now includes CATSNMP.SQL, which create the DBMSNMP user and SNMPAGENT role. This user has connect, resource, and select privileges on the following system tables:

V_$LICENSE
V_$VERSION
V_$DATABASE
V_$INSTANCE
V_$TRANSACTION
V_$SYSSTAT
V_$FILESTAT
V_$PARAMETER
V_$LIBRARYCACHE
V_$ROWCACHE
V_$SGA
V_$SGASTAT
V_$DATAFILE
V_$LOCK
V_$PROCESS
V_$SESSION
DBA_TABLESPACES
DBA_DATA_FILES
DBA_FREE_SPACE
DBA_SEGMENTS

If you want to drop this role and user, run CATNSNMP.SQL.

2. Oracle7 Client for Windows Platforms

This section of the Release Notes applies to Oracle7 client products for all Windows platforms. It includes the following topics:

Documentation

Starting Oracle Information Navigator

Use Oracle Information Navigator to view, navigate, and perform advanced text search through your HTML documentation set. Oracle Information Navigator enables you to search your entire documentation set for information on specific topics.

To use Oracle Information Navigator:

  1. Install Oracle Documentation from the CD-ROM disc.
  2. Oracle Information Navigator is automatically installed with your Oracle Documentation.

  3. Start Oracle Information Navigator:
  4. If Using... Then...
    Windows NT 3.51 Double-click the Oracle Documentation icon in your Oracle for Windows NT Program Group
    Windows NT 4.0 and Windows 95 Choose Start->Programs->Oracle for Windows NT or Oracle for Windows 95->Oracle Documentation

    Your Web browser starts automatically, and a Welcome Screen displays instructions on using Oracle Information Navigator.

  5. Follow the on-screen instructions to use Oracle Information Navigator.
  6. Note: Use a browser that is Java-enabled and supports frames and tables to use Oracle Information Navigator (Java-enabled functionality is NOT available on Windows 3.1 platforms. Windows 3.1 users must view the text version of the documentation). If you do not have an appropriate browser, you can obtain one at the following sites:

    • Netscape Navigator Version 3.0.
      Visit: Netscape
    • Microsoft Internet Explorer Version 3.0.
      Visit: Microsoft

      Attention: Oracle Information Navigator works best with Netscape Navigator. Intermittent problems have been reported with some internal links when using certain browsers. You may occasionally experience jumps that do not work.

Pro*C/C++ Release 2.2.3.0.0 Production for Windows NT, Windows 95 and Windows 3.1

These Release Notes include updated information and known restrictions for using Pro*C/C++ on Windows NT, Windows 95 and Windows 3.1.

Graphical User Interface (GUI) and Command Line

This release of Pro*C/C++ provides a GUI front end and a command line executable. The GUI front end is located in the Oracle for Windows NT program group or Oracle for Windows 95 folder. For command line, use the executable PROC.EXE

PROC_DFLT

Once Pro*C/C++ release 2.2.3 is installed, PROC_DFLT is set to PROC22 by default in the Windows NT or Windows 95 Registry. If multiple versions of Pro*C/C++ are installed, simply resetting the value to a valid Pro*C/C++ executable name will allow a different version to be the default executable (Note: This applies only to command line Pro*C/C++).

VER Command Line Option

The VER option takes the first and second most significant digits of the version number of Pro*C/C++ wished to be executed. This option is an alternative to changing the PROC_DFLT value in the registry. For Pro*C/C++ 2.1 to precompile SAMPLE1.PC, for example, type: PROC.EXE VER=21 SAMPLE1.PC.

OS Option

The OS option takes either WIN32 or WIN16. Use OS=WIN16 to generate 16-bit code for Windows 3.1 or OS=WIN32 to generate 32-bit code for Windows NT/95. The default value for OS is WIN32.

In the GUI front end, this option is provided in the Option dialog box, under target operating system.

Running 16-bit Programs

Before running Pro*C/C++ release 2.2.3.0.0 16-bit programs, please install the 16-bit Required Support Files release 7.3.3 and SQL*Net release 2.3 (or higher) for Windows 3.1.

Required Support Files and SQL*Net for Windows 3.1 can be installed from the Windows directory of the product CD.

Multi-threaded Features

Please read chapter 3 in Programmer's Guide to the Oracle Pro*C/C++ Precompiler, Release 2.2 for more information.

Sample Pro*C/C++ Files

The following samples are not available for Windows 16-bit:

All sample project files are setup to built sample programs on the C: drive by default. Please make sure that the path of the input sample file is correct. (For example, when using the Pro*C/C++ GUI front end, open the .PRE file, and in the Input File window, double-click on .PC file to obtain the correct path for the input sample file.) Also check to see if the include path is set correctly.

PARSE Option

The default value for PARSE is NONE. Please note that Pro*C/C++ for other operating systems may have a default setting of PARSE=FULL.

CODE Option

The default value for CODE is ANSI_C. Please note that Pro*C/C++ for other operating systems may have a default setting of CODE=KR_C.

Known Problems

Pro*COBOL Release 1.8.3.0.0 Production for Windows NT, Windows 95 and Windows 3.1

These Release Notes include updated information and known restrictions to Pro*COBOL 1.8.3 for Windows NT, Windows 95 Development, and Windows 3.1 Runtime.

Pro*COBOL 1.8.3 for Windows NT Users

If Pro*COBOL 1.7.2 is to be used after Pro*COBOL 1.8.3 is installed, rename PROCOB.EXE to PROCOB17.EXE before installing Pro*COBOL 1.8.3. Otherwise, de-install Pro*COBOL 1.7.2 before installing 1.8.3.

PROCOB_DFLT

Once Pro*COBOL release 1.8.3 is installed, PROCOB_DFLT is set to PROCOB18 by default in the Windows NT or Windows 95 Registry. If multiple versions of Pro*COBOL are installed, simply resetting the value to a valid Pro*COBOL executable name will allow a different version to be the default executable.

VER Option

The VER option takes the first and second most significant digits of the version number of Pro*COBOL wished to be executed. This option is an alternative to changing the PROCOB_DFLT value in the registry. For Pro*COBOL 1.7.2 to precompile SAMPLE1.PCO, for example, type: PROCOB.EXE VER=17 SAMPLE1.PCO.

OS Option

The OS option takes either WIN32 or WIN16. Use OS=WIN16 to generate 16-bit code for Windows 3.1 or OS=WIN32 to generate 32-bit code for Windows NT/95. The default value is OS=WIN32.

ANIM Option (For Windows 16-bit only)

The ANIM option takes either YES or NO. By default, ANIM=YES. For more information, refer to Pro*COBOL for Windows NT, Windows 95 Development, Windows 3.1 Runtime User's Guide.

Building GUI Application

To build GUI applications in Windows 3.1, 16-bit Microsoft Visual C++ or 16-bit Windows SDK need to be installed. Be sure to include its /BIN subdirectory to the PATH and /INCLUDE subdirectory to the INCLUDE environment variable.

SQL*Plus Version 3.3 for Windows NT, Windows 95 and Windows 3.1

This section contains important information about SQL*Plus that is not included in the SQL*Plus documentation.

SET NEWPAGE 0

In this release of SQL*Plus, the SET NEWPAGE 0 command does not clear the screen between pages; instead, a black box appears. This occurs because the text printing APIs do not support the formfeed character "/f" on these Windows platforms.

Multiple Versions of SQL*Plus

Installation of SQL*Plus version 3.3 does not overwrite previous versions of SQL*Plus. Therefore, multiple versions of SQL*Plus can exist on the same computer. You may remove older versions of the software if you choose.

Documentation

Installation Issues (SQL*Plus for Windows Only)

The occurrence of an unexpected exit from Windows while the Oracle Installer is running may corrupt the Oracle Installer resource files. If you cannot start the Oracle Installer after an unexpected exit occurs, you must re-install the Oracle Installer.

All Windows products are automatically installed into the Oracle for Windows Program Group. Older releases of these products were installed into the Oracle Program Group. Oracle Corporation recommends that you use the latest release, and remove previous releases.

Oracle Migration Wizard for Microsoft Access

This section lists known problems and restrictions with the Oracle Migration Wizard for Microsoft Access.

Oracle Migration Wizard for Microsoft Access:

Multiple SPX Client Sessions from Windows 95

When performing stress tests on Windows 95, if you run three or more concurrent client applications that connect and disconnect repeatedly over SPX using Microsoft NW Link, some of the applications hang or there is a trap in the protocol layer. However, these stress tests run successfully on Novell NetWare Client 32 on Windows 95.

Oracle Objects for OLE and Oracle ODBC Driver Not OCSM-Compliant

Shared installation is not supported if Oracle Objects for OLE or the ODBC Driver are installed because the included versions of Oracle Objects for OLE and Oracle ODBC Driver are not OCSM-compliant. If you want to take advantage of the shared-installation feature of Oracle Installer, do not attempt to share-install Oracle Objects for OLE or the Oracle ODBC Driver.

Switching Between Oracle Homes for Windows 3.1

The capability of switching between Oracle Homes is currently supported on Windows 3.1 but not on Windows 95 or Windows NT.

3. Oracle7 Server and Oracle7 Workgroup Server for Windows NT

This section of the Release Notes contains information specific to Oracle7 Server and Oracle7 Workgroup Server for Windows NT. It includes the following topics:

Operating System Support

This release supports these operating system releases:

Oracle WebServer

Oracle WebServer version 2.1 is included in your Oracle7 Server and Oracle7 Workgroup Server for Windows NT packages on a separate CD-ROM disc. This product is available free for a 60 day trial period.

Note: Oracle WebServer version 1.0 is not supported against release 7.3.3.

Using the SNMP.ORA File with Oracle Intelligent Agent

Oracle Intelligent Agent automatically creates SNMP_RO and SNMP_RN. These are used instead of the SNMP.ORA file of previous releases.

If wish to use an SNMP.ORA file that you configured with a previous release instead of SNMP_RO and SNMP_RN, set the following line to TRUE in the SNMP.ORA file. nmi.register_with_names=true

If you set this line to FALSE, Oracle Intelligent Agent uses SNMP_RO and SNMP_RN.

Using Pro*C with Tuxedo

For customers who are using or have loaded System D, a Tuxedo-supplied SQL interpreter, and the Oracle Pro*C precompiler, please be aware that both products incorporate a library known as LIBSQL.

It may be necessary to rename one of these libraries, and make adjustments to your link-line depending on which library you are using.

Compliance with Microsoft's Systems Management Server (SMS)

Please refer to the README file located in the \SMS directory at the root of the CD-ROM disc for information on how an SMS administrator can import the Oracle product into an SMS package and distribute the software package using SMS.

Oracle ConText Option Workbench Installation (Oracle7 Server Only)

If you purchased the Oracle ConText Option Workbench please install the Oracle ConText Option Workbench CD-ROM disc before installing the Oracle7 Server for Windows NT CD-ROM disc. If you attempt to install the Oracle ConText Option Workbench CD-ROM after installing the Oracle7 Server CD-ROM, dialog boxes appear requesting if you wish to downgrade the software components. Please select NO to these messages.

ConText Option Supplied External Filters (Oracle7 Server Only)

Note that the Portable Document Format (PDF) external filter is a Beta product with the following restrictions:

  • Filtering of multi-column PDF documents is not supported
  • Documents larger than 1 MB cannot be filtered

  • Oracle
    Copyright © 1996 Oracle Corporation.
    All Rights Reserved.
    Go to Product Documentation Library
    Library
    Go to books for this product
    Product