ODAC 64bit 설치 방법
XCopy 버전은 명령어를 통해서 직접 설치.
1. Oracle 포털에서 다운로드 (ODAC112021Xcopy_x64.zip)
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
2. zip 파일을 풀어 C:\SetupProgram 에 복사. (Mall 서버에 설치)
3. 관리자 권한으로 실행창 생성.
4. 파일이 있는 곳으로 경로를 변경.
cd C:\SetupProgram\ODAC112021Xcopy_x64
5. install.bat 파일을 파라미터와 함께 설치한다. 아래와 같이 입력하고 엔터치면 잠시 대기 후 다시 명령중 나타남.
install.bat all C:\app\Administrator\product\11.2.0\client_1 odac
6. 다시 경로를 변경.
cd C:\app\Administrator\product\11.2.0\client_1\ODP.NET\bin\4
7. 해당 폴더에 있는 DLL 등록 (완료시 info 제공. registered succesfully 관련)
OraProvCfg.exe /action:gac /providerpath:C:\app\Administrator\product\11.2.0\client_1\ODP.NET\bin\4\Oracle.DataAccess.dll
8. 다시 경로를 변경
cd C:\app\Administrator\product\11.2.0\client_1\ASP.NET\bin\4
9. 해당 폴더에 있는 DLL 등록 (완료시 info 제공. registered succesfully 관련)
OraProvCfg.exe /action:gac /providerpath:C:\app\Administrator\product\11.2.0\client_1\ASP.NET\bin\4\Oracle.Web.dll
10. 실행창을 닫고 윈도우 리부팅
(참고용 설치 이미지)
태그
[출처] ODAC 64bit 설치 방법. 모르면 개고생!~|작성자 혁군