xref: /AOO41X/main/helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp (revision 67e470dafe1997e73f56ff7ff4878983707e3e07)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
3cdf0e10cSrcweir
4*0ba1032bSAndrew Rist<!--***********************************************************
5cdf0e10cSrcweir *
6*0ba1032bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
7*0ba1032bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
8*0ba1032bSAndrew Rist * distributed with this work for additional information
9*0ba1032bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
10*0ba1032bSAndrew Rist * to you under the Apache License, Version 2.0 (the
11*0ba1032bSAndrew Rist * "License"); you may not use this file except in compliance
12*0ba1032bSAndrew Rist * with the License.  You may obtain a copy of the License at
13cdf0e10cSrcweir *
14*0ba1032bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
15cdf0e10cSrcweir *
16*0ba1032bSAndrew Rist * Unless required by applicable law or agreed to in writing,
17*0ba1032bSAndrew Rist * software distributed under the License is distributed on an
18*0ba1032bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19*0ba1032bSAndrew Rist * KIND, either express or implied.  See the License for the
20*0ba1032bSAndrew Rist * specific language governing permissions and limitations
21*0ba1032bSAndrew Rist * under the License.
22cdf0e10cSrcweir *
23*0ba1032bSAndrew Rist ***********************************************************-->
24*0ba1032bSAndrew Rist
25*0ba1032bSAndrew Rist
26cdf0e10cSrcweir
27cdf0e10cSrcweir<helpdocument version="1.0">
28cdf0e10cSrcweir<meta>
29cdf0e10cSrcweir<topic id="textsharedexplorerdatabasedabawiz02oraclexml" indexer="include" status="PUBLISH">
30cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Oracle Database Connection</title>
31cdf0e10cSrcweir<filename>/text/shared/explorer/database/dabawiz02oracle.xhp</filename>
32cdf0e10cSrcweir</topic>
33cdf0e10cSrcweir<history>
34cdf0e10cSrcweir<created date="2004-07-28T16:07:28">UFI: Database Wizard Oracle page</created>
35cdf0e10cSrcweir<lastedited date="2006-08-29T08:45:45">DEDR: Reviewed</lastedited>
36cdf0e10cSrcweir</history>
37cdf0e10cSrcweir</meta>
38cdf0e10cSrcweir<body>
39cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id5900753"><bookmark_value>Oracle databases (base)</bookmark_value>
40cdf0e10cSrcweir</bookmark><comment>mw added one index entry</comment>
41cdf0e10cSrcweir<paragraph role="heading" id="par_idN105A4" xml-lang="en-US" level="1" l10n="NEW">Oracle Database Connection</paragraph>
42cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105A8" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Specifies the options to access an Oracle database.</ahelp><comment>copied text from shared\explorer\database\11110000</comment></paragraph>
43cdf0e10cSrcweir<paragraph role="heading" id="par_idN105BD" xml-lang="en-US" level="2" l10n="NEW">Oracle database</paragraph>
44cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105C1" xml-lang="en-US" l10n="NEW">You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver.</paragraph>
45cdf0e10cSrcweir<switch select="sys">
46cdf0e10cSrcweir<case select="UNIX">
47cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105D4" xml-lang="en-US" l10n="NEW">On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the &lt;Oracle client&gt;/product/jdbc/lib/classes111.zip directory. You can also download the latest version of the driver from the Oracle web site:</paragraph>
48cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105D7" xml-lang="en-US" l10n="NEW">http://otn.oracle.com/tech/java/sqlj_jdbc/content.html</paragraph>
49cdf0e10cSrcweir</case>
50cdf0e10cSrcweir</switch>
51cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105EA" xml-lang="en-US" l10n="NEW"><ahelp hid=".">In the <emph>Data source URL</emph> box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information.</ahelp></paragraph>
52cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US" l10n="NEW">For an Oracle database, the syntax of the URL is:</paragraph>
53cdf0e10cSrcweir<paragraph role="example" id="par_idN105F4" xml-lang="en-US" l10n="NEW">oracle:thin:@hostname:port:database_name</paragraph>
54cdf0e10cSrcweir<list type="unordered">
55cdf0e10cSrcweir<listitem>
56cdf0e10cSrcweir<paragraph role="listitem" id="par_idN105FD" xml-lang="en-US" l10n="NEW">hostname is the name of the machine that runs the Oracle database. You can also replace hostname with the IP address of the server.</paragraph>
57cdf0e10cSrcweir</listitem>
58cdf0e10cSrcweir<listitem>
59cdf0e10cSrcweir<paragraph role="listitem" id="par_idN10601" xml-lang="en-US" l10n="NEW">port is the port where the Oracle database listens. Ask your database administrator for the correct port address.</paragraph>
60cdf0e10cSrcweir</listitem>
61cdf0e10cSrcweir<listitem>
62cdf0e10cSrcweir<paragraph role="listitem" id="par_idN10605" xml-lang="en-US" l10n="NEW">database_name is the name of the Oracle database. Ask your database administrator for the correct name.</paragraph>
63cdf0e10cSrcweir</listitem>
64cdf0e10cSrcweir</list>
65cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEHOSTSERVER" id="bm_id6442152" localize="false"/>
66cdf0e10cSrcweir<paragraph role="heading" id="par_idN10608" xml-lang="en-US" level="2" l10n="NEW">Name of the Oracle database</paragraph>
67cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN1060C" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Enter the name of the Oracle database.</ahelp></paragraph>
68cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_ORACLE_ET_ORACLECLASS" id="bm_id7636036" localize="false"/>
69cdf0e10cSrcweir<paragraph role="heading" id="par_idN1060F" xml-lang="en-US" level="2" l10n="NEW">Server URL</paragraph>
70cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN10613" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Enter the URL for the database server. </ahelp></paragraph>
71cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEPORT" id="bm_id7325357" localize="false"/>
72cdf0e10cSrcweir<paragraph role="heading" id="par_idN10616" xml-lang="en-US" level="2" l10n="NEW">Port number</paragraph>
73cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN1061A" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Enter the port number for the database server.</ahelp></paragraph>
74cdf0e10cSrcweir<!-- removed HID 852231276 -->
75cdf0e10cSrcweir<paragraph role="heading" id="par_idN1061D" xml-lang="en-US" level="2" l10n="NEW">Oracle JDBC Driver Class</paragraph>
76cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN10621" xml-lang="en-US" l10n="NEW"><ahelp hid="HID_DSADMIN_DRIVERCLASS">Enter the name of the JDBC driver.</ahelp></paragraph>
77cdf0e10cSrcweir<!-- removed HID 852234832 -->
78cdf0e10cSrcweir<paragraph role="heading" id="par_idN10630" xml-lang="en-US" level="2" l10n="NEW">Test Class</paragraph>
79cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN10634" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Tests the connection with the current settings.</ahelp></paragraph>
80cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN10637" xml-lang="en-US" l10n="NEW"><link href="text/shared/explorer/database/dabawiz03auth.xhp">Authentication</link></paragraph>
81cdf0e10cSrcweir<paragraph role="paragraph" id="par_idN10646" xml-lang="en-US" l10n="NEW"><link href="text/shared/explorer/database/dabawiz00.xhp">Database Wizard</link></paragraph>
82cdf0e10cSrcweir</body>
83cdf0e10cSrcweir</helpdocument>
84