일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 SCN
- oracle 파티션 datapump
- mssql database 삭제
- oracleasm
- oracle account_status expired
- ora-28002: the password will expire within 7 days
- ora-39083 ora-00439
- ORA-00020
- sql user 생성
- oracle awr
- ora-00439: feature not enabled: partitioning
- oracle supplemental
- oracle dba_profile password_life_time
- Oracle RAC
- oracle install
- oracle pdb
- partition_options=merge
- oracle 테스트 데이터
- SQL Server
- oracle tde
- SSMS
- create role
- MSSQL
- oracle role 삭제
- oracle datapump
- supplemental log 활성화
- Oracle Database
- oracle system lock
- oracle
- 오라클
Archives
- Today
- Total
신문지한장
[B&R] ORA-39083 ORA-00439 oracle 파티션 datapump (Enterprise Edition to Standard Edition2)
OS : CentOS 7.9 DB(AS-IS) : Oracle Database 19c(19.23.0) - EE DB(TO-BE) : Oracle Database 19c(19.23.0) - SE2 1. 파티션 현황 확인 ( AS-IS )SQL> col OWNER for a30select OWNER, OBJECT_TYPE, COUNT(*) from dba_objects where owner='TESTUSER'group by owner, object_typeorder by owner;OWNER OBJECT_TYPE COUNT(*)------------------------------ ----------------------- --------..
Oracle/Backup&Recovery
2024. 12. 2. 17:21