본문 바로가기

전체 글

(286)
(Oracle Parameter) init parameter 정리 출처 : http://cafe.naver.com/prodba/5213 [ Oracle Query Optimizer 관련 Parameter ] 1. optimizer_max_permutations optimizer_max_permutations integer 2000 : 옵티마이저가 실행계획을 수립할 때 플랜의 경우의 수 내에서 실행계획을 수립하게 된다. 이러한 경우 플랜이 훨씬 좋은 경우가 있더라도, 그 플랜은 적용이 안될수 있다. 8i까지는 Default가 80000만, 9i부터 Default가 2000 임. alter session set optimizer_max_permutations = 80000 ; 2. optimizer_index_cost_adj default : 100 이 파라메터는 1~10..
Hold Cursor ■ Hold_cursor Hold_cursor는 프로그램 내에 있는 SQL들이 client context area에 캐싱되는가를 지정하는 파라메터로 자주 수행되는 프로그램이고 성능을 최대한 높여야 한다면 “YES”로 설정해 주어야 한다. 만약 “NO”로 설정했다면 SQL 수행 시마다 cached sql age out에 대한 오버헤드를 예상해야 한다. 같은 SQL을 작성했다 하더라도 SQL 캐시에서는 SQL이 사용된 프로그램에서의 위치가 다르다면 다른 SQL로 인식한다. ■ Release_cursor Release_cursor는 수행한 SQL이 서버쪽의 Private SQL Area 내에서 릴리즈될 수 있음을 지정하는 파라메터로 메모리에 대한 부담이 없고 공유된 풀이 충분히 크다면 “NO”로 지정하여 역시..
Apache Harmony http://en.wikipedia.org/wiki/Apache_Harmony Apache Harmony is an open source / free Java implementation from the Apache Software Foundation, starting withJava SE 5 and 6. It will be licensed under the Apache License, Version 2. It was announced in early May 2005 and on October 25, 2006, the Board of Directors voted to make Apache Harmony a top-level project. Contents [hide] 1 History 1.1 Initiat..
START USING TOAD EXTENSION FOR ECLIPSE START USING TOAD EXTENSION FOR ECLIPSE To install Toad Extension for Eclipse: Open Eclipse. Select Help | Install New Software. In the Install dialog, Work with box, enter the following website address: http://toaddownload.quest.com/toadextensions/eclipse/beta In the Details area, clear the Group items by category checkbox. Important: For the current BETA version it is necessary to download the ..
퀘스트 Toad, 자바 개발자 지원 강화 나서 전도영 기자 mir@imaso.co.kr 퀘스트소프트웨어(이하 퀘스트)가 ‘Toad Extension for Eclipse’ 베타 버전을 발표하고 이를 통해 Eclipse 소프트웨어 지원에 나선다고 밝혔다. Toad Extension for Eclipse는 퀘스트가 올해 발표한 네 번째 데이터베이스 관련 제품으로, 특히 이번 베타 버전은 자바 개발자들이 Toad for Oracle의 강력한 기능을 활용하면서 쓰기, 편집, 브라우징 및 쿼리 작업과 같은 필수적인 오라클 개발 업무를 Eclipse IDE상에서 직접 수행하도록 지원하는 특징을 지녔다. 퀘스트는 Visual Studio에서 작업하는 오라클 개발자를 지원하기 위해 오라클 데이터베이스 스키마를 제공하는 ‘Toad Extension for Visua..
The Application Platform for the Cloud Generation The Application Platform for the Cloud Generation Today at VMworld, we introduced VMware vFabric, the first cloud application platform that combines the market-leading Spring Java development framework with a comprehensive set of integrated application platform services. These services include the SpringSource technologies that you already know, use and trust, including a lightweight application..
MIT가 발행하는 Technology Review에서 발표한 10대 유망기술입니다. MIT가 발행하는 Technology Review에서 발표한 10대 유망기술입니다. IT분야에서는 모바일 입체화면, 소셜TV, 실시간 검색기술, 클라우드프로그래밍을 꼽았습니다.
Oracle DBA Scripts and Tips http://www.think-forward.com/oracle_platform_specific_unix_scripts.htm Search Site info@think-forward.com Oracle DBA Scripts and Tips It has come to our attention that an Oracle Development company have copied our scripts without our permission and are using them as part of their own products for which they are charging users a license fee. As a result of this, we have decided to suspend access ..