home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OVS_3031_NT.iso / nt_x86 / pkg / client.pkg < prev    next >
Encoding:
Text File  |  1997-09-05  |  2.6 KB  |  67 lines

  1. /*****************************************************************************
  2.   Copyright (c) Oracle Corporation 1996.  All Rights Reserved
  3.  
  4.   NAME
  5.     client.pkg
  6.  
  7.   DESCRIPTION
  8.     Package file for NT client products
  9.  
  10.   OWNER
  11.     David Tom
  12.  
  13.   MODIFIED    DD-MMM-YY  Reason
  14.     mmckerle     AUG-97  Modified to allow for user defined product names (not as listed in PRD)
  15.     dlau      28-FEB-96  Modified for SQL*NET 2.3
  16.     dtom      01-AUG-95  Created
  17. *****************************************************************************/
  18.  
  19. {
  20.   products = list();
  21.   user_labels = list();
  22.  
  23.   { add(products,   appuser       ); } ['UNBOUND_VARIABLE: continue();]
  24.   { add(products,   dbadmin       ); } ['UNBOUND_VARIABLE: continue();]
  25.  
  26.   { dflt_product = appuser;          } ['UNBOUND_VARIABLE: continue();]
  27.  
  28.  
  29.  
  30.   /*--- Now override some variables in the .VRF script ---*/
  31.    usePRD = FALSE;
  32.   { add(user_labels,     "Application User"             ); } ['UNBOUND_VARIABLE: continue();]
  33.   { add(user_labels,     "Database Administrator"       ); } ['UNBOUND_VARIABLE: continue();]
  34.   user_default = "Application User";
  35.  
  36.  
  37.   selection_title  = nls("selection_title",  "%%prod_label%%");
  38.   selection_prompt = nls("selection_prompt", "Select the primary function you will be performing:");
  39.   selection_help   = nls("selection_help",   "Select either an Application User installation or a Database Administrator installation.  This choice is based upon the primary function you will be performing. Note that neither of these options will install an Oracle database.
  40.  
  41. The Application User installation provides networking services and support files for database application users to connect and interact with an Oracle database. The following components are included with this option:
  42.  
  43. Oracle7 ODBC Driver
  44. Oracle Objects for OLE
  45. SQL*Plus
  46. SQL*Net Client
  47. Oracle Protocol Adapters
  48. Oracle7 Documentation
  49.  
  50. The Database Administrator installation provides products for connecting to an Oracle database and performing database administration. The following components are included with this option:
  51.  
  52. Oracle7 Utilities
  53. Oracle Enterprise Manager
  54. Oracle Call Interface
  55. Oracle7 ODBC Driver
  56. Oracle Objects for OLE
  57. SQL*Plus
  58. SQL*Net Client
  59. Oracle Protocol Adapters
  60. Oracle7 Documentation
  61.  
  62. For complete component listings, refer to the CD insert or the Software Asset Manager in Custom Installation.
  63.  
  64. Although this CD contains many Oracle products, you may only install and use those products for which you have purchased licenses.  For additional licensing information, refer to the Global License Terms booklet.");
  65.  
  66. }
  67.