일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- oracle pdb
- oracle supplemental
- oracle 테스트 데이터
- oracleasm
- sqlnet.allowed_logon_version_client=8
- Oracle Database
- oracle dba_profile password_life_time
- oracle hugepage
- ora-28040: no matching authentication protocol
- ORA-00020
- oracle sqlnet.ora
- supplemental log 활성화
- MSSQL
- oracle tde
- ora-28002: the password will expire within 7 days
- oracle awr
- partition_options=merge
- mssql database 삭제
- oracle
- ora-39083 ora-00439
- 오라클
- oracle SCN
- oracle account_status expired
- SQL Server
- sqlnet.allowed_logon_version_server=8
- oracle system lock
- ora-00439: feature not enabled: partitioning
- oracle install
- Oracle RAC
- SSMS
Archives
- Today
- Total
신문지한장
[SQL] oracle 이관 시 확인해야 할 정보 (as-is, to-be)
OS : CentOS 7.9 (64bit) DB : Oracle Database 11g ( Release - 11.2.0.4 ) 1. SGA, PGA 파라미터 col value for a25select name ,value from v$parameterwhere NAME in ('sga_max_size','sga_min_size','sga_target','pga_aggregate_limit','pga_aggregate_target','processes')order by 1 desc; 2. DB 언어 확인col PARAMETER for a30col VALUE for a30select * from nls_database_parameters where parameter in ('NLS_LANGUAGE','NL..
Oracle/sql&script
2023. 11. 25. 16:59