프린트 하기

OS 환경 : Oracle Linux 9.6 (64bit)

 

SW 환경 : Oracle VM VirtualBox 7.2.6

 

DB 환경 : Oracle AI Database 23.26.1.0.0 ai Free

 

방법 : VirtualBox에 Oracle 26ai Free 로드 가이드

본문에서는 오라클에서 공식적으로 제공하는 26ai free 버전 virtualbox용 이미지를 다운로드 받아서 

virtualbox에서 실행시키는 방법을 설명함

 

 

먼저 VirtualBox 설치

참고 : Windows 11에 Oracle VM VirtualBox 설치 가이드 ( https://positivemh.tistory.com/1358 )

 

 

오라클 26ai free 버전 ova 파일 다운로드

https://www.oracle.com/kr/database/free/get-started/

 

 

 

파일 - 가상 시스템 가져오기 선택

 

 

파일에서 폴더 버튼 선택

 

 

다운로드 받은 Oracle_AI_Database_26ai_Free.ova 파일 선택

 

 

MAC 주소 정책 - 모든 네트워크 어댑터의 새 MAC 주소 생성 선택

 

 

동의합니다 선택

 

 

가상 시스템이 로드되고 있음

 

 

정상적으로 26ai가 로드됨 - 시작 선택

26ai DB를 사용할수 있게됨

참고로 os 유저는 oracle에 패스워드도 oracle임

 

 

그리고 기동시 아래와 같은 메뉴얼이 나옴

Oracle AI Database 26ai Free Release 23.26.1.0.0 - Develop, Learn, and Run for Free

This appliance is for testing purposes only as such it is unsupported and can not be used as a production environment.

License

This appliance is licensed under the Oracle Free Use Terms and Conditions.

Getting Started

From your desktop host, simply launch:

Database Information

    Oracle SID    : free
    Pluggable DB  : freepdb1

Database Access

ALL PASSWORDS ARE : oracle

Sample schemas have been preloaded (HR, HRREST, CO, SH).

Port Information

Port Forwards are defined for HTTP and SQL*Net, these are configurable in the Virtual Machine settings.

  8080:8080
  1521:1521 
  27017:27017

Preinstalled Software

Oracle SQLcl, Oracle REST Data Service (ORDS) and APEX are all installed, configured, and available at startup.

Configuration Information

  Oracle HOME                     : /opt/oracle/product/26ai/dbhomeFree
  ORDS/ SQLDeveloper WEB          : http://localhost:8080/ords/sql-developer
  APEX                            : http://localhost:8080/ords
  SQLcl                           : localhost:1521/freepdb1
  Oracle Database API for MongoDB : --tlsAllowInvalidCertificates or similar and
  mongodb://hr:oracle@localhost:27017/hr?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&loadBalanced=true    

APEX Application Information

To develop an APEX app against the HR schema, visit http://localhost:8080/ords/apex

and use the APEX Builder login page for the HR_DEV workspace

with credentials: HR_ADMIN / oracle

To develop an APEX app against the HR schema, visit http://localhost:8080/ords/apex

and use the APEX Builder login page for the HR_DEV workspace

with credentials: HR_ADMIN / oracle

To manage the APEX instance, visit http://localhost:8080/ords/apex, scroll to the bottom of the APEX

Builder login page and click the Administration link to sign in to Administration Services

with credentials: ADMIN / oracle

To manage the APEX instance, visit http://localhost:8080/ords/apex, scroll to the bottom of the APEX

Builder login page and click the Administration link to sign in to Administration Services

with credentials: ADMIN / oracle

 

 

 

참조 : https://www.oracle.com/kr/database/free/get-started/

https://positivemh.tistory.com/1358