일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- partition_options=merge
- oracle dba_profile password_life_time
- oracle tde
- oracle awr
- 오라클
- oracle datapump
- oracleasm
- supplemental log 활성화
- Oracle RAC
- oracle system lock
- ora-28002: the password will expire within 7 days
- oracle 파티션 datapump
- oracle 테스트 데이터
- oracle role 삭제
- ora-00439: feature not enabled: partitioning
- oracle account_status expired
- MSSQL
- sql user 생성
- oracle SCN
- oracle supplemental
- oracle
- Oracle Database
- ora-39083 ora-00439
- oracle pdb
- SSMS
- ORA-00020
- create role
- SQL Server
- mssql database 삭제
- oracle install
Archives
- Today
- Total
신문지한장
oracle bash_profile 본문
$ cat ~/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
export TMP=/tmp
export TMPDIR=/tmp
export ORACLE_SID=ORCL
export DB_UNIQUE_NAME=orcl
export ORACLE_BASE=/oracle/app/oracle
export ORACLE_HOME=/oracle/app/oracle/product/19c
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
export PS1='[${ORACLE_SID}]'`hostname`':$PWD$ '
alias alert='cd $ORACLE_BASE/diag/rdbms/$DB_UNIQUE_NAME/$ORACLE_SID/trace'
'Oracle > Tech' 카테고리의 다른 글
[Tech] SCN (System Commit Number) (0) | 2024.04.18 |
---|---|
[Tech] parameter note (0) | 2024.04.18 |
[Tech] oracle undo tablespace 관리 ( 생성, 삭제 ) (1) | 2024.01.04 |
[Tech] oracle tablespace 및 datafile 생성 및 삭제 (OMF, autoextend) (1) | 2024.01.04 |
[Tech] oracle ASM 구성 (2) | 2023.12.11 |