일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 supplemental
- oracle SCN
- oracleasm
- oracle install
- oracle role 삭제
- 오라클
- Oracle RAC
- MSSQL
- ora-28002: the password will expire within 7 days
- ORA-00020
- oracle datapump
- oracle 파티션 datapump
- supplemental log 활성화
- oracle awr
- mssql database 삭제
- sql user 생성
- ora-39083 ora-00439
- SQL Server
- ora-00439: feature not enabled: partitioning
- create role
- oracle 테스트 데이터
- SSMS
- oracle pdb
- oracle tde
- oracle account_status expired
- Oracle Database
- partition_options=merge
- oracle
- oracle dba_profile password_life_time
- oracle system lock
Archives
- Today
- Total
신문지한장

OS : CentOS7.9 (64bit) DB : Oracle Database 11g ( Release - 11.2.0.4 ) [모든 버전 적용] 1. schema 삭제 추출문 select 'DROP USER ' || username || ' cascade;' From dba_users where account_status>= 'OPEN' order by created; 2. tablespace 삭제 추출문 select distinct 'DROP TABLESPACE ' || tablespace_name || ' INCLUDING CONTENTS AND DATAFILES;' from dba_data_files where tablespace_name not in ('SYSTEM','SYSAUX','USERS..
Oracle/sql&script
2023. 11. 30. 17:43