본문 바로가기
프로그래밍/DB/DB

Windows Server 2003 + Oracle 8i 설치시 무반응 이슈

by 아유카와 2013. 8. 23.

   비단 2003뿐만 아니라 아마 다른 윈도우 계열 OS도 같으리라 생각된다. 오라클 8i를 설치 할 때 원격 데스크탑으로 설치 할 경우 설치가 제대로 되지 않는다. 완료 단계인 NET8 Configuration Assistant에서 반응을 보이지 않으며 중지하고 넘어가면 제대로 설치 되지 않아 윈도우-관리도구-서비스에 보면  OracleService 서비스가 보이지 않고 Tns Listener만 서비스로 등록 되어 있다. 제대로 설치 하려면 윈도우 데스크탑 연결이 아닌 다른 원격 프로그램을 인스톨 해서 사용하거나 로컬로 설치 하기 바란다. 이미 오라클8i는 구하기조차 어려우므로 나 자신을 위해 남겨 놓는다. 휴식 시간 4시간 날린거 생각하면 빡친다. 아래 사이트에 감사를 표한다.


http://www.allsoft.co.kr/bbs/board.php?bo_table=tip_tech&wr_id=170

------------------------------------------------------

Workarounds 

Workaround 1: 
1. Create a temporary directory on your server. 

2. Copy the entire contents of the Oracle RDBMS Server CD 
to the temporary directory created in step 1. 

3. Search the directory structure created in Step 1 for the existence of 
the filename symcjit.dll. 

4. Rename each copy of the symcjit.dll to symcjit.old. 
C:\oracle\Oraclient8.1.7\stage\Components\oracle.swd.jre\
1.1.7.30\1\DataFiles\Expanded\jre\win32\bin\symcjit.dll

5. Run the setup.exe from the install\win32 directory (under the
directory 
on your hard disk used in Step 1) and install Oracle 8.1.x and related
products. 

Workaround 2: 
1. Create a temporary directory on your server. 

2. Copy the entire contents of the Oracle RDBMS Server CD 
to the temporary directory created in step 1. 3. Search the directory structure created in Step 1 for the existence of 
the filename symcjit.dll. 

4. Rename each copy of the symcjit.dll to symcjit.old. 
C:\oracle\Oraclient8.1.7\stage\Components\oracle.swd.jre\
1.1.7.30\1\DataFiles\Expanded\jre\win32\bin\symcjit.dll

5. Run the setup.exe from the install\win32 directory (under the
directory on your hard disk used in Step 1) and install Oracle 8.1.x and related
products. 

Navigate to the \install directory and open the 'oraparam.ini' file
for editing. 

Please note this file is write-protected, and the properties of the
file must be 
changed to allow writing before editing. 

Disable "Read Only" for C:\oracle\Oraclient8.1.7\install\oraparam.ini
and edit the file like this:

6. Change the JRE_MEMORY_OPTIONS parameter to 

JRE_MEMORY_OPTIonS=-nojit -ms64m -mx128m 

5. Save the oraparam.ini file. 

6. Navigate to the win32 subdirectory, under the directory you usedin
Step 1, and run the 
setup.exe program. 

If you have tried Workarounds 1 and 2 and still experience problems, please 
do the following: 

Workaround 3: 
1. Navigate to: Start> Settings > Control Panel > System 

2. Select the "Advanced" tab 

3. Click the "Environment Variables" button 

4. Highlight the PATH entry and click "Edit..." 

5. Copy down the current PATH setting. 

6. Remove any entries that refer to previous JRE directories 

Note: Care should be taken when editing the system path. Incorrect

edits can prevent Windows or other applications from
starting properly. 

7. If any entries were removed, repeat Workaround 1 or 2.


# 설치 중 "windows 시작메뉴나 windows 데스크탑에 항목을 작성할 수 없습니다." 라고 메세지가 나오나 "무시"하고 진행하여도 무방합니다.

# 8i 설치 시 리모트로 설치하지말고 로컬에서 작업해야함. (터미널과 오라클 8i 와의 문제로 보임)

---------------------------------------