일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SSMS
- ora-28002: the password will expire within 7 days
- oracle 테스트 데이터
- oracle supplemental
- oracle 파티션 datapump
- oracle SCN
- oracle role 삭제
- oracle system lock
- oracle datapump
- ORA-00020
- ora-39083 ora-00439
- oracleasm
- oracle dba_profile password_life_time
- MSSQL
- oracle awr
- oracle pdb
- Oracle RAC
- create role
- oracle tde
- partition_options=merge
- oracle account_status expired
- mssql database 삭제
- ora-00439: feature not enabled: partitioning
- supplemental log 활성화
- 오라클
- oracle
- Oracle Database
- oracle install
- SQL Server
- sql user 생성
Archives
- Today
- Total
신문지한장
expdp crontab 설정
- expdp 스크립트 작성 [test11]dbtest:/oracle/app/oracle/product/11.2.0.4/truin> :vi crontab.sh #!/bin/bash export ORACLE_BASE=/oracle/app/oracle export ORACLE_HOME=$ORACLE_BASE/product/11.2.0.4 export ORACLE_SID=test11 export ORACLE_TERM=xterm export PATH=/usr/sbin:$PATH export PATH=$ORACLE_HOME/bin:$PATH # backup date DATE=`date '+%Y%m%d'` # backup destination DMPFILE=${DATE}_table.dmp LOGFILE=${DATE..
Oracle/Backup&Recovery
2024. 4. 4. 07:42