일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 RAC
- SSMS
- sql user 생성
- oracle datapump
- oracle
- oracle awr
- mssql database 삭제
- oracleasm
- oracle 테스트 데이터
- oracle pdb
- oracle SCN
- oracle account_status expired
- MSSQL
- ora-00439: feature not enabled: partitioning
- create role
- supplemental log 활성화
- SQL Server
- ora-39083 ora-00439
- oracle role 삭제
- oracle dba_profile password_life_time
- oracle install
- 오라클
- partition_options=merge
- oracle 파티션 datapump
- oracle supplemental
- oracle system lock
- ora-28002: the password will expire within 7 days
- Oracle Database
- ORA-00020
- oracle tde
Archives
- Today
- Total
신문지한장
SHUTDOWN: Waiting for active calls to complete
1. ps -ef | grep LOCAL=NO(1) 로컬이 아닌 연결, 즉 네트워크 연결(2) 리스너가 서버에 연결하며 클라이언트 수신시를 통해 클라리언트 응용 프로그램은 서버에 요청을 보냄(3) tnsnames.ora로 구성된 클라이언트 리스너를 설정해야함(4) 리스너 사용하여 연결 2. ps -ef | grep LOCAL=YES(1) 로컬연결, 수신 대기하지 않으며 로컬 sqlplus는 서비스의 경우 수신기가 시작되지 않거나 데이터베이스에 연결할 수 있음(2) 리스너 사용하지 않고 연결 3. shutdown immediate 후 정상 종료가 안되는 상황DB 에서 먼저 kill 시킨 후 프로세스 확인 프로세스 PID값을 확인 후 DB에서 조회SQL> SELECT S.SID, S.SERIAL#, P.SP..
Oracle/Error Messages
2024. 4. 29. 15:31