IT 24

[mac] homebrew 설치 및 확인 방법

1. homebrew 설치 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. homebrew 환경 설정 설치가 완료되면 다음과 같은 에러가 뜬다. Warning: /opt/homebrew/bin is not in your PATH. Instructions on how to configure your shell for Homebrew can be found in the 'Next steps' section below. 이때 Next steps 를 따라가보면 아래와 같이 입력하라는 안내가 되어 있다. ==> Next steps: - Run these two commands in ..

OS/Mac(M1) 2023.08.19

[Mac(M1)] Oracle 접속하기 (with Docker)

주제 | m1 mac 에서 docker 를 통해 oracle 접속하기 개요 | 1) Homebrew 설치 (관련 글 : https://db-master.tistory.com/5) 2) Colima, Docker 설치 3) Oracle 서버 띄우기 4) DBeaver 설치 5) DBeaver 에서 접속하기 6) 참고 : Colima 로 Oracle 다시 띄우기 위한 설정 7) (중요!) 종료 후 재연결할 시엔 아래의 명령어로 하면 안 된다. (관련 글 : https://db-master.tistory.com/6 ) 문제 | 기존에 맥북 인텔을 사용하면서 도커를 띄워 오라클을 연결한 적이 있었다. 그때는 GUI 로 도커를 띄우고, 오라클 접속을 시도했을 때, 도커 내부 터미널에서는 sqlplus 가 접속이 ..

Server/Oracle 2023.08.19
728x90