일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Oracle RAC
- sql user 생성
- oracle datapump
- oracleasm
- SSMS
- supplemental log 활성화
- SQL Server
- ora-39083 ora-00439
- oracle
- ORA-00020
- oracle 파티션 datapump
- 오라클
- create role
- oracle system lock
- oracle tde
- ora-00439: feature not enabled: partitioning
- oracle 테스트 데이터
- MSSQL
- partition_options=merge
- oracle account_status expired
- oracle role 삭제
- oracle install
- Oracle Database
- oracle dba_profile password_life_time
- oracle supplemental
- oracle SCN
- ora-28002: the password will expire within 7 days
- oracle awr
- mssql database 삭제
- oracle pdb
Archives
- Today
- Total
신문지한장
[Tech] tar 명령어
1. tar로 압축하기 > tar -cvf [파일명.tar] [폴더명] ex) abc라는 폴더를 aaa.tar로 압축하고자 한다면 > tar -cvf aaa.tar abc 2. tar 압축 풀기 > tar -xvf [파일명.tar] ex) aaa.tar라는 tar파일 압축을 풀고자 한다면 > tar -xvf aaa.tar 3. tar.gz로 압축하기 > tar -zcvf [파일명.tar.gz] [폴더명] ex) abc라는 폴더를 aaa.tar.gz로 압축하고자 한다면 > tar -zcvf aaa.tar.gz abc 4. tar.gz 압축 풀기 > tar -zxvf [파일명.tar.gz] ex) aaa.tar.gz라는 tar.gz파일 압축을 풀고자 한다면 > tar -zxvf aaa.tar.gz
Linux&Unix
2024. 4. 8. 15:36