일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- window scp
- ora-28002: the password will expire within 7 days
- oracle pdb
- mssql database 삭제
- oracleasm
- Oracle RAC
- MSSQL
- oracle tde
- oracle awr
- Oracle Database
- TWO_TASK
- ora-39083 ora-00439
- window에서 linux로 scp 하는 방법
- oracle dba_profile password_life_time
- SQL Server
- sqlnet.allowed_logon_version_server=8
- 오라클
- oracle hugepage
- oracle SCN
- ORA-00020
- sqlnet.allowed_logon_version_client=8
- SSMS
- oracle client 설치
- oracle sqlnet.ora
- oracle client install
- ora-28040: no matching authentication protocol
- oracle client 환경변수
- oracle install
- window pscp
- oracle
- Today
- Total
신문지한장
OS : CentOS7.9 (64bit) DB : Oracle Database 11g ( Release - 11.2.0.4 ) [모든 버전 적용] 1. tablespace 생성 추출문 * none OMF 1-1. none OMF (none TDE) - alter set line 200 pages 1000 col info for a110 SELECT case when rank = 1 then ' create tablespace ' || tablespace_name || ' datafile ''' || file_name || ''' size '|| round(bytes/1024/1024,0) || 'm' else ' alter tablespace ' || tablespace_name || ' add data..
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..