r3 Oracle Big Data Lite Virtual Machine 소개 참고 사이트http://www.oracle.com/technetwork/database/bigdata-appliance/downloads/index.html 다운로드 주소http://www.oracle.com/technetwork/database/bigdata-appliance/oracle-bigdatalite-2104726.html Oracle Big Data Lite Virtual Machine 4.1버전기준 공식 사이트 내용To get started:Download and install Oracle VM VirtualBox and 7-zipDownload each of the 7-zip filesRun the 7-zip extractor on the bigdataliteXx.7z.001 file o.. 2015. 3. 16. R 에서 Mongo DB(nosql DB) 데이터로 plot 그리기 예제 1. 몽고디비에서 0~1사이의 Random 데이터 생성 (50만건) for(i=0; i 2012. 5. 29. R 에서 ODBC 사용하여 오라클 Databas 11gR2 접속 (또 정리중;;;) 순서 환경 : local os : Windows 7 64bit Oracle Database 11gR2 1. R INSTALL (사용버젼 1.5 ) 2. 필요 패키지 설치 (DBI,RODBC...) 3. ODBC 설정 64-bit Oracle Data Access Components (ODAC) 설치 http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html ODAC112030_x64.zip 압축해제후 Setup (기존 Oracle 제품 설치 확인 : Oracle Home 관련 주의) 설치된 Database TNS 확인 ADDRESS 항목의 HOST 변경 1.DataBase 가 설치된 위치를 설정 해야 합니다. -- 접속하려.. 2012. 4. 19.