본문 바로가기
DB/Oracle

oracle free 23ai with vscode

by newlibra 2025. 3. 25.

 

어찌어찌...연결까지..

oracle linux 9

document 대로 따라해봄... tns까지 잘되네요. (oracle 계정)

 

리스너체크

# systemctl start oracle-free-23ai

$ cd $ORACLE_HOME/bin
$ lsnrctl status

 

$ sqlplus / as sysdba
SQL> SHUTDOWN IMMEDIATE

 

SQL> STARTUP
SQL> ALTER PLUGGABLE DATABASE ALL OPEN;

'DB > Oracle' 카테고리의 다른 글

oracle21c listener.ora tnsnames.ora  (0) 2024.10.05
with DOCKER/PODMAN  (0) 2024.06.19
23c oraclelinux8  (0) 2023.04.30
oracle21c 설치 및 계정  (0) 2023.04.17