home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / odbcpa22.zip / IBORA08.HLP (.txt) < prev    next >
OS/2 Help File  |  1998-04-20  |  4KB  |  73 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Configuring an Oracle Data Source ΓòÉΓòÉΓòÉ
  3.  
  4. Data Source Name: 
  5.           A string that identifies this Oracle data source configuration in 
  6.           ODBC.INI.  Examples include "Accounting" or "Oracle-Serv1." 
  7.  
  8. Description: 
  9.           An optional long description of a data source name. For example, "My 
  10.           Accounting Database" or "Oracle on Server number 1." 
  11.  
  12. Server Name: 
  13.           The SQL*Net connection string designating the server and database to 
  14.           be accessed.  The information required varies depending on the 
  15.           SQL*Net driver you are using.  The section "Connecting to Oracle 
  16.           Using a Connection String" gives the format of the SQL*Net connection 
  17.           string. 
  18.  
  19. The following values are optional: 
  20.  
  21. Server List: 
  22.           The list of SQL*Net connection strings that will appear in the logon 
  23.           dialog box.  Separate the strings with commas.  If the SQL*Net 
  24.           connection string contains a comma, enclose it in quotation marks; 
  25.           for example, "Serv,1", "Serv,2", "Serv,3." 
  26.  
  27. Default User Name: 
  28.           The default user name used to connect to your Oracle database.  A 
  29.           default user name is required only if security is enabled on your 
  30.           database.  Your ODBC application may override this value or you may 
  31.           override this value in the logon dialog box or connection string. 
  32.  
  33. Lock Time Out: 
  34.           A value that specifies whether Oracle should wait for a lock to be 
  35.           freed before raising an error when processing a Select...For Update 
  36.           Of statement.  Values can be -1 (wait forever) or 0 (don't wait). 
  37.           The default is -1. 
  38.  
  39. Array Size: 
  40.           The number of bytes the driver uses for fetching multiple rows. 
  41.           Values can be 0 to 65536; the default is 60000. Larger values 
  42.           increase throughput by reducing the number of times the driver 
  43.           fetches data across the network.  Smaller values increase response 
  44.           time, as there is less of a delay waiting for the server to transmit 
  45.           data. 
  46.  
  47. Catalog Comments: 
  48.           Check this box if you want to retrieve the contents of the COMMENTS 
  49.           column in your Oracle tables.  Doing so may impact the performance of 
  50.           your queries. 
  51.  
  52. Translate 
  53.  
  54. Displays the Select Translator dialog box to allow you to perform  a 
  55. translation of your data from one character set to another. Choose the 
  56. INTERSOLV OEM ANSI translator to translate your data from the IBM PC character 
  57. set to the ANSI character set. 
  58.  
  59.  
  60. ΓòÉΓòÉΓòÉ 2. Logon to Oracle ΓòÉΓòÉΓòÉ
  61.  
  62. Server Name: 
  63.           Type the SQL*Net connection string of the computer containing the 
  64.           Oracle database tables you wish to access or select the string from 
  65.           the Server Name drop-down list, which displays the names you 
  66.           specified in the Setup dialog box. 
  67.  
  68. User Name: 
  69.           If required, type your Oracle user name. 
  70.  
  71. Password: 
  72.           If required, type your Oracle password. 
  73.