database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
ㆍOracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Oracle Q&A 141 게시물 읽기
No. 141
Oracle 8i 설치 (FAQ)
작성자
조용일
작성일
1999-11-28 07:38
조회수
31,093

영문문서입니다. (번역바랍니다.)

 

* Last Updated 9/03/99

 

I. Installation Issues----------------------

 

1. Which JRE version is required for running the Oracle Universal

Installer(OUI) and where is this available ?

 

Use JRE 1.1.6 v5 from http://www.blackdown.org . The JRE 1.1.7 v3 (green

threads) also should work, though not tested,which is also availble from

this site.

 

Download and install the above mentioned JRE in any location where thereis

enough disk space and create a symbolic link from /usr/local/jreto the

location where JRE was installed.

 

2. On what window managers was OUI tested ?

 

OUI runs on fvwm and KDE.

 

There is a bug in the Enlightenment package used with GNOME on Red Hat

6.0that causes the Oracle Universal Installer (OUI) to fail. You may

downloadthe RPM upgrade for the Enlightenment

package,enlightenment-0.15.5-37.i386.rpm from the Red hat Errata site at

http://www.redhat.com/corp/support/errata/rh60-errata-general.html.

 

3. Could not locate gmake in the installed Linux distribution.

 

Make /usr/bin/gmake as symbolic link to /usr/bin/make.

 

$ su - root$ cd /usr/bin$ ln -s gmake make$ exit

 

4. OUI couldn't determine the free disk space though there is enough

spaceand instead displayed some warnings.

 

It's a bug in the installer. Please ignore the warnings andcontinue the

installation.

 

5. When OUI reached installing protocol support, an empty list boxis

displayed where the network protocols should have been listed.Unable to

select any protocol.

 

Only the TCP/IP adapter is supported which is default and built-in, andso

the screen is blank.

 

6. Just before the DB Assistant is launched, a dialog is displayed withthe

warning:"JNLS Exception: oracle.ntp.jnls.JNLSException Unable to find

anyNational Character Sets. Please check your Oracle installation."

 

This is a known problem (884001). Ignore the warning

 

7. Which one do we install to launch dbassist - JDK or JRE ?

 

Download and install JRE 1.1.6 v5 as mentioned above, before launchingthe

dbassist.

 

8. While testing the database creation using the dbassist, we haveobserved

that, on a 4-way SMP system, it took more than 4 hours tocreate the

database, if all the options are enabled. This may affectthe performance of

the machine during this time.

 

You could either select the option to create scripts and run them ORuse the

scripts provided in $ORACLE_HOME/rdbms/install/create to createthe

database. The scripts in $ORACLE_HOME/rdbms/install/createtake ORACLE_SID

as the parameter. Before running these scripts copy theinit.ora available

in this directory as $ORACLE_HOME/dbs/init<sid>.oraand modify any

parameters in this to suit your requirements, at a minimumchange the

db_name, instance_name and service_name parameters.To enable the 8i

features set the compatible parameter to "8.1.5" in theinit<sid>.ora file.

 

The order in which to run these scripts is

 

crdb1.sh |crdb2.sh |-- To create database files, data dictionary

viewscrdb3.sh | and add PL/SQL supportreplicate.sh --- Advanced replication

optionordinst.sh |__ Oracle Intermediaimedia.sh |drsys.sh |__ Oracle

interMedia Textcontext.sh |java.sh --- Oracle Jserversqlplus1.sh

|sqlplus2.sh |-- Demos and SQL*Plus help tablessqlplus3.sh |

 

You need not have to run all these scripts to create the database.The first

three scripts (crdb1.sh, crdb2.sh and crdb3.sh) would create adatabase and

the scripts sqlplus1.sh, sqlplus2.sh and sqlplus.sh wouldcreate some demo

tables. Once the database is created, you could run otherscripts mentioned

above to use the respective 8i feature, e.g., for Jserver,run the java.sh

script. To enable Oracle Intermedia Text, run the scripts -drsys.sh and

context.sh, in this order only. Similarly, forOracle Intermedia, run

ordinst.sh followed by imedia.sh.

 

9. OUI doesn't seem to get installed anywhere even if the

"installedproducts" shows the OUI.

 

If the specified ORACLE_HOME is say, /usr/local/8i/oracle, and didnotselect

the location for OUI installation, it gets installed in/usr/local/8i.

 

10. Oracle Intelligent Agent Executables are not present in

$ORACLE_HOME/binafter installation. These executables neither get installed

or relinked.

 

Please refer to the release note for instructions to link theOracle

Intelligent Agent executables - dbsnmp, oemevent.

 

II. General Issues------------------

 

1. On which Linux distributions is Oracle 8i for Intel-Linux certified ?

 

This release is certified with Red Hat 6.0. Certification for

otherdistributions is currently in progress.

 

2. Which JDK version is required for the JDBC drivers ?

 

Use the JDK 1.1.6 v5 from http://www.blackdown.org.

 

3. The jdbc thin driver errors when connecting from an NT box. OCI

driverworks fine, but thin driver returns the "No more data to read from

socket"error.

 

This is a known problem in the client-side Java libraries (910741)This is

fixed in the current Oracle 8i for Intel-Linux distribution andgets

installed in $ORACLE_HOME/jdbc/lib. Copy this version ofclasses111.zip to

appropriate directory on the client-side.

 

4. libclntsh.so.8.0 is not present in the installed ORACLE_HOME.

 

It should have been generated at install time. In any case, it can

begenerated by invoking the script genclntsh located in $ORACLE_HOME/bin.

 

5. OCI header files are missing.

 

The OCI header files are installed in $ORACLE_HOME/rdbms/demo directory.

 

6. Unable to connect to 8.0.5 DB server from 8.1.5 Sqlplus.

 

Recreate the $ORACLE_HOME/lib/libclntsh.so.8.0 and try connecting to8.0.5

database.

 

$ cd $ORACLE_HOME/bin$ genclntsh

 

7. Unable to use the Pro*C.

 

Replace <your-oracle-home> with your path to ORACLE_HOME and save

thefollowing as $ORACLE_HOME/precomp/admin/pcscfg.cfg file. This is the

configuration file for

Pro*C.sys_include=(<your-oracle-home>/precomp/public, /usr/include,

/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/, /usr/include,

/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include, /usr/include)

include=(<your-oracle-home>/precomp/public)

include=(<your-oracle-home>/rdbms/demo)

include=(<your-oracle-home>/network/public)

include=(<your-oracle-home>/plsql/public)ltype=short

[Top]
No.
제목
작성자
작성일
조회
145오라클 가격은...?
신진성
1999-11-28
23643
153┕>Re: 오라클 가격은...?
조용일
1999-12-23 16:31:16
24542
144DB서버와 Web서버가 분리되었을 경우 PHP 컴파일
이수환
1999-11-28
24779
148┕>Re: DB서버와 Web서버가 분리되었을 경우 PHP 컴파일
정재익
1999-12-23 01:55:54
24324
152┕>Re: DB서버와 Web서버가 분리되었을 경우 PHP 컴파일
조용일
1999-12-23 16:25:55
24242
142tolkien님....혹시 다른 방안은 없는지요????
이주헌
1999-11-28
24833
151┕>Re: tolkien님....혹시 다른 방안은 없는지요????
조용일
1999-12-23 16:22:14
24092
141Oracle 8i 설치 (FAQ)
조용일
1999-11-28
31093
135oracle8i설치중 xwindow에러.
hycho6
1999-12-20
23553
140┕>Re: oracle8i설치중 xwindow에러.
조용일
1999-12-21 08:54:05
25025
143 ┕>Re: Re: oracle8i설치중 xwindow에러.
hycho6
1999-12-21 11:06:28
24822
150  ┕>Re^3: oracle8i설치중 xwindow에러.
조용일
1999-12-23 16:18:33
23684
134Oracle EnterPrise는 도대체 어디에.....
이주헌
1999-12-20
25681
139┕>Re: Oracle EnterPrise는 도대체 어디에.....
조용일
1999-12-21 08:52:25
24671
133오라클의 퍼포먼스를 최족으로 하는 방법이요????
이주헌
1999-12-20
26133
138┕>Re: 오라클의 퍼포먼스를 최족으로 하는 방법이요????
조용일
1999-12-21 08:50:08
25643
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2023 DSN, All rights reserved.
작업시간: 0.053초, 이곳 서비스는
	PostgreSQL v16.1로 자료를 관리합니다