글목록

레이블이 Oracle인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Oracle인 게시물을 표시합니다. 모든 게시물 표시

2014. 12. 16.

[Oracle] TOAD with Oracle Client and Instant Client



no valid oracle clients found. you need at least one 64-bit client properly configured




 
 





변수 이름(N) : ORACLE_HOME
변수 값(V) : C:\instantclient_12_1

변수 이름(N) : ORACLE_HOME
변수 값(V) : C:\instantclient_12_1


 변수 이름(N) : NLS_LANG
변수 값(V) : KOREAN_KOREA.KO16MSWIN949 ← 한글이 깨지는 경우 서버와 문자설정을 맞춰준다



 변수 이름(N) : TNS_ADMIN
변수 값(V) :
C:\instantclient_12_1 ← tnsnames.ora 파일 위치를 지정














2014. 12. 4.

[Oracle] Oracle restart in Linux



su
$ su -l oracle
$ lsnrctl stop
$ sqlplus /nolog
ORACLE> connect /as sysdba
ORACLE> shutdown abort
ORACLE> startup
ORACLE> exit
$ lsnrctl start