본문 바로가기

반응형

Oracle

(5)
Eclipse에 BEA Weblogic 10 plug in 설치하기 Servers 탭에서 Download additional server adapters 를 선택하여 Oracle BEA Weblogic plugin을 설치한다. 설치 후 Software Updates에서 Oracle Enterprise Pack에서 Oracle Weblogic Server Support 를 설치한다.
Procedure 목록 보기 모든 Procedure 보기 select * from all_procedures User Procedure 보기 select * from user_procedures Procedure 내용 보기 select * from user_source where name = 'user_procedures'
DB Locking 오늘 DB Locking 이 되었습니다. 상황은 이러합니다. 제가 Orange로 특정 Table을 Update 한 후 Commit 하지 않은 상태였습니다. 그때 다른 Application에서 해당 Table을 수정하는 Procedure가 동작하였습니다. 해당 Table이 이미 저의 Orange에 의해서 Locking 상황이므로 Application은 무한 대기중 이었던 것입니다.
Oracle ADF OracleApplicationDevelopmentFramework ADF Framework Consulting PI 1기 SOA 하신 분이 발표 함. Web 개발 지원 Framework Application Development Framework 공짜 사용 가능. 11G는 UI 부분이 Ajax 추가 됨. 11g는 정식은 아니지만 거의 정식에 가까움. Framework이란? 기본적인 Conceptual 한 Structure 복잡한 구조를 쉽게 구현. Software Framework이란? Reuseable Library의 결합체로서 결국 접착이 되어 있는 것. Framework 구체적인 부분에 해당하는 설계와 구현의 재사용이 가능한. FW의 종류 많다. Business History 사람이 회계, 결산,..
Data Definition Language Password 변경 alter user sysman identified by password Table 생성 create table board_list (no number,title varchar2(50)); Dictionary 보기 select * from dict Users 보기 select * from all_users User 생성 create user user identified by user User에 기본 CRUD 권한 주기 grant connect,resource to user Table 제거 drop table test Table 전체 Data 지우기 truncate table test Connect와 Resource Role이 가진 권한 보기 SELECT grantee, privile..

반응형