일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- window pscp
- oracle SCN
- 오라클
- SQL Server
- oracle install
- ora-28040: no matching authentication protocol
- ora-39083 ora-00439
- Oracle RAC
- oracleasm
- oracle hugepage
- oracle 테스트 데이터
- oracle account_status expired
- supplemental log 활성화
- ORA-00020
- oracle system lock
- ora-28002: the password will expire within 7 days
- mssql database 삭제
- Oracle Database
- oracle dba_profile password_life_time
- oracle tde
- window scp
- SSMS
- oracle pdb
- oracle sqlnet.ora
- MSSQL
- oracle
- oracle awr
- sqlnet.allowed_logon_version_client=8
- sqlnet.allowed_logon_version_server=8
- window에서 linux로 scp 하는 방법
Archives
- Today
- Total
신문지한장

현재 Tablespace 조회 select tablespace_name, status, contents, extent_management, segment_space_management from dba_tablespaces; 현재 Tablespace size 조회 SELECT ddf.tablespace_name "Tablespace Name", ddf.bytes/1024/1024 "Bytes(MB)", (ddf.bytes - dfs.bytes)/1024/1024 "Used(MB)", ROUND(((ddf.bytes - dfs.bytes) / ddf.bytes) * 100, 2) "Percent(%)", dfs.bytes/1024/1024 "Free(MB)", ROUND((1 - ((ddf.bytes - d..
Oracle/sql&script
2024. 1. 4. 10:31