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 Tutorials 12311 게시물 읽기
 News | Q&A | Columns | Tutorials | Devel | Files | Links
No. 12311
RedHat 7.3 에서 Oracle 9i 설치하기
작성자
정재익(advance)
작성일
2002-10-20 11:41
조회수
9,747
첨부파일: orinst-RedHat73-Oracle9i.zip (2,976bytes)

이글은 인터넷사랑님께서 올려 주신 글을 옮겨 둔것입니다.

 

오라클 원본을

Disk1 --> /home/1

Disk2 --> /home/2

Disk3 --> /home/3

에 각각 복사하세요

 

 

필요한 화일 리스트

binutils-2.10.91.0.4-1.i386.rpm

binutils-2.11.93.0.2-11.i386.rpm

jdk-1.3.1_02.i386.rpm

 

실행할때는

# . 1r

oracle로 로긴후

$ . 2o

x-window에서 터미날을 띄운 후

$ . 3ot

설치 중간에 에러발생시

root 권한에서

$ su -

# . 4ot

설치 중간에 에러발생시 아래 사이트의 문서를 읽어보세요

http://www.orafaq.com/msgboard/linux/messages/98.htm

설치 중간에 에러발생시

root 권한에서

$ su -

# . 5ot

 

root 권한에서

# . 6r

이상입니다. 그럼 부디 성공하시길...

 

by 인터넷사랑

이 글에 대한 댓글이 총 2건 있습니다.

http://www.orafaq.com/msgboard/linux/messages/98.htm

 

의 내용입니다.

==============================================

Question :

Oracle 9i (Release 2) on RedHat 7.3 - Install Problems?

During the install I recieve the error:

Error in invoking target install of makefile /oracle/app/oracle/product/9.0.1/ctx/lib/ins_ctx.mk

 

I edited the file genclntsh to remove the LD_SELF_CONTAINED line and removed any reference to it throughout the program ... (which worked for 9.01 release 1) ... but it doesn't fix the problem.

 

So I decided to use the relink script in $ORACLE_HOME/bin to relink all the executables and here is what I get:

 

'relink interMedia' and 'relink ctx' both fail ... everything else relinks ok.

 

the error for both interMedia and ctx is as follows:

 

/lib/libdl.so.2: undefined reference to `_dl_addr@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_open@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_close@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_sym@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_vsym@GLIBC_PRIVATE'

collect2: ld returned 1 exit status

 

any ideas?

 

The library libdl.so.2 is part of glibc ... the version that I have for RedHat 7.3 is glibc-2.2.5-34 on kernel-2.4.18-4.

 

Thanks,

Johnny Hughes

 

Answer :

"Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"

I saw this error only in connection with Oracle 9i (9.0.1) installation.

 

The following errors showed up in $ORACLE_HOME/install/make.log:

 

/lib/libdl.so.2: undefined reference to `_dl_addr@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_open@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_close@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_sym@GLIBC_PRIVATE'

/lib/libdl.so.2: undefined reference to `_dl_vsym@GLIBC_PRIVATE'

It happens when the following step is executed:

/usr/bin/make -f ins_ctx.mk install ORACLE_HOME=/opt/oracle/product/9.2.0

 

Edit $ORACLE_HOME/ctx/lib/env_ctx.mk and go to "INSO_LINK =", add a "$(LDLIBFLAG)dl" to the line and save it.

 

Here is the full line with the added "$(LDLIBFLAG)dl" flag:

INSO_LINK = -L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(LDLIBFLAG)sc_ca $(LDLIBFLAG)sc_fa $(LDLIBFLAG)sc_ex $(LDLIBFLAG)sc_da $(LDLIBFLAG)sc_ut $(LDLIBFLAG)sc_ch $(LDLIBFLAG)sc_fi $(LLIBCTXHX) $(LDLIBFLAG)c -Wl,-rpath,$(CTXHOME)lib $(CORELIBS) $(COMPEOBJS)

 

After that hit retry in the error popup.

정재익(advance)님이 2002-10-20 11:43에 작성한 댓글입니다.

Installing Oracle9i on Red Hat Linux 7.1 / 7.2

 

과정은 다음 URL 을 참조 바랍니다.

 

http://www.idevelopment.info/data/DBA_tips/DBATIP_54.shtml

정재익(advance)님이 2002-10-20 11:48에 작성한 댓글입니다.
[Top]
No.
제목
작성자
작성일
조회
12479JDBC와 ORACLE연동하기
정재익
2002-11-05
13719
12420cold backup 후 oracle install 후 db 생성방법
정재익
2002-10-30
8392
12351redhat7.1+oracle8.1.6+mysql+apache+php+각종 패키지 설치
정재익
2002-10-24
11657
12311RedHat 7.3 에서 Oracle 9i 설치하기 [2]
정재익
2002-10-20
9747
12254Linux Maximus, Part 1: Gladiator-like Oracle Performance [1]
정재익
2002-10-15
8319
12253oracle 에서의 long 칼럼 검색 [1]
정재익
2002-10-15
12488
12065Tips and Techniques:Install and Configure Oracle 9i on Redhat Linux Advanced Server
문태준
2002-09-26
7463
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2023 DSN, All rights reserved.
작업시간: 0.049초, 이곳 서비스는
	PostgreSQL v16.1로 자료를 관리합니다