DB (90) 썸네일형 리스트형 SQLPLUS - SPOOL spool on 또는 spool path+파일명 ->이렇게 하면 쿼리 결과를 파일로 저장할 수 있죠. SQL> spool on SQL> select * from product_component_version; NLSRTL 3.4.1.0.0 Production Oracle8i Enterprise Edition 8.1.7.4.0 Production PL/SQL 8.1.7.4.0 Production TNS for HPUX: 8.1.7.4.0 Production SQL> spool off SQL> !ls LOCK TOOL app jre nohup.out oui tempwork STC admin doc led.sh on.lst script test.sql Script afiedt.buf hiraScript led.. Segments와 Extents를 Tablespace관점에서 이해하기. 일반적인 DML(insert, update, delete) 구문으로는 기존에 사용하고 이미 allocation 된 extent 를 반환하기 않습니다. truncate 하시면 free size 가 증가합니다. 제가 다른 용도로 테스트 중 로그 입니다. ----------------------------------------------------------------------- SQL> create table check_con ( a1 number, a2 varchar2(100)) tablespace check_last ; Table created. SQL> alter table check_con add constraint XPKcheck_on primary key ( a1 ) using index tab.. Oracle Buys Sun Oracle Buys Sun Redwood Shores, CA - April 20, 2009 Oracle Corporation (NASDAQ: ORCL) and Sun Microsystems (NASDAQ: JAVA) announced today they have entered into a definitive agreement under which Oracle will acquire Sun common stock for $9.50 per share in cash. The transaction is valued at approximately $7.4 billion, or $5.6 billion net of Sun’s cash and debt. “We expect this acquisition to be a.. [Oracle] Segment & Extent ************************************************************************************** ▶ 1. 세크먼트와 엑스텐츠 차이점. ************************************************************************************** - Oracle Data Block Oracle 데이터베이스는 가장 작은 단위인 DATA Block에 저장됨. 데이터블럭의 크기는 데이터베이스가 생성될 때 데이터베이스에 대해 각각 지정됨 - Extents(확장영역) 연속적인 몇개의 Data Block으로 한번에 할당되며 특정 유형의 정보저장에 사용 - SEGMENTS 확장영역 위의 논리적 데이터베이스 저장영역 .. 테이블 세그먼트는 ? 테이블 세그먼트는 하나의 세그먼트 헤더와 하나 이상의 익스텐트들로 구성이 됩니다. 그리고 이 익스텐트들은 하나 또는 이상의 연속적인 블럭으로 구성이 됩니다. 각 세그먼트의 첫번째 블럭은 세그먼트 헤더가 됩니다. 하나의 세그먼트는 최소한 두개의 블록으로 구성이 됩니다 : 세그먼트 헤더와 initial extent ex) CREATE TABLE X (X NUMBER) Storage (INITIAL 1) --> 두개의 블럭을 가진 하나의 세그먼트를 생성합니다. 블록사이즈는 데이터 베이스를 생성할때 결정되고 쉽게 바꾸어 질수 없습니다. 대부분 시스템의 Default block size는 2KB입니다. 오라클 8은 2 KB에서 64 KB까지 지원합니다. 항상 블럭의 크기는 O/S의 파일시스템 블럭사이즈의 배수로 .. Here are some scripts related to general database information . General Info Here are some scripts related to general database information . Database Information DATABASE INFORMATION NOTES: Database Name - Name of the database Created - Date/time the database was created Log Mode - Archive log mode: NOARCHIVELOG or ARCHIVELOG Checkpoint Change# - Last SCN checkpointed Archive Change# - Last SCN archived select NAME, CREATED, LOG_MODE, CHECKPOINT_CHANGE#, ARC.. Here are some scripts related to Tablespace Information . Tablespace Information Here are some scripts related to Tablespace Information . Information TABLESPACE INFORMATION NOTES: Tablespace Name - Name of the tablespace Initial Extent - Default initial extent size Next Extent - Default incremental extent size Min Extents - Default minimum number of extents Max Extents - Default maximum number of extents PCT Increase - Default percent increase for ext.. Here are some scripts related to Database Objects Database Objects Here are some scripts related to Database Objects . Clusters DATABASE CLUSTER NOTES: Owner - Owner of the table/cluster Tablespace - Name of the tablespace containing the cluster Cluster Name - Name of the cluster Table Name - Clustered table name Table Column - Key column in the table Cluster Column - Key column in the cluster select a.OWNER, TABLESPACE_NAME, a.CLUSTER_NAME, TA.. 이전 1 ··· 6 7 8 9 10 11 12 다음