일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- create role
- sql user 생성
- ora-39083 ora-00439
- oracle pdb
- oracleasm
- SSMS
- oracle SCN
- oracle supplemental
- Oracle RAC
- oracle 파티션 datapump
- ORA-00020
- oracle
- oracle 테스트 데이터
- oracle awr
- 오라클
- oracle install
- oracle role 삭제
- oracle account_status expired
- Oracle Database
- MSSQL
- SQL Server
- ora-00439: feature not enabled: partitioning
- oracle tde
- oracle dba_profile password_life_time
- mssql database 삭제
- oracle datapump
- ora-28002: the password will expire within 7 days
- supplemental log 활성화
- oracle system lock
- partition_options=merge
Archives
- Today
- Total
신문지한장
[Tech] parameter note 본문
parameter
parameter
1. utl_file_dir (재기동 필요) - PL/SQL 파일 I/O에 사용해야 하는 하나 이상의 디렉토리를 지정할 경우 사용
- 기본값 없음
hint parameter
1. _corrupted_rollback_segments=true
- 데이터베이스의 open시 Active한 rollback segment를 통해 Rolling Backward 과정을 수행하게 되는데 이 Rolling Backward 과정을 진행하지 않게함 또한 active한 rollback segment와 undo tablespace를 삭제할 수 있도록 해줌
2. _offline_rollback_segments
- 강제로 rollback segment를 offline 시킴(_corrupted~, _offline) 파라미터는 같이 사용함
3. _allow_resetlogs_corruption=true
- redo log 의 한계범위 내에서 데이터파일의 SCN이 틀어져 있거나 또는 recover시에 archive를 찾지 못해서 fail났을 경우, 즉 current redo log를 통해서 복구가 불가능할 경우, 억지로 current redo log를 reset log 시키고 open하는 파라미터
SQLNET 1. 인증 프로토콜 호환 (리스너)
sqlnet.ora
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8 ## 유저 패스워드 방식을 서버단에서 변경을 준비 해 주는것이고.
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8 ## 클라이언트 버전이 낮아도 접속을 허용 해 주겠다.
'Oracle > Tech' 카테고리의 다른 글
[Tech] LISTENER (1) | 2024.04.18 |
---|---|
[Tech] SCN (System Commit Number) (0) | 2024.04.18 |
oracle bash_profile (1) | 2024.04.18 |
[Tech] oracle undo tablespace 관리 ( 생성, 삭제 ) (1) | 2024.01.04 |
[Tech] oracle tablespace 및 datafile 생성 및 삭제 (OMF, autoextend) (1) | 2024.01.04 |