DBMS LOG용 디렉토리 생성 CREATE OR REPLACE DIRECTORY DIR_BDUMP AS '/oracle/admin/SID/bdump/'; DBMS LOG 외부 테이블 생성 CREATE TABLE DBMSLOG ( LOG_TEXT VARCHAR2(4000) ) ORGANIZATION EXTERNAL ( TYPE ORACLE_LOADER D… more →
Ruminateopsbina wrote 3 weeks ago: 이번에 Blackboard Academic suite Learn 9 버전의 Test/Survey 기능을 응용하여, 추가 Buildingblock 을 개발하게 됬는데, Test/Su … more →
mycoffee wrote 2 months ago: Oracle 이 결국 Sun Microsystems 를 인수했다. 가격은 74억 달러. 이 직전에 IBM 이 먼저 Sun 과 협상을 시도했다가 결국 실패했는데, IBM 으로서는 대 … more →
Dennis Lee wrote 6 months ago: DBMS LOG용 디렉토리 생성 CREATE OR REPLACE DIRECTORY DIR_BDUMP AS '/oracle/admin/SID/bdump/'; DBMS LOG 외부 테 … more →
Dennis Lee wrote 8 months ago: iBATIS에서 질의를 만들다 보면 다음과 같은 오류가 난다. ORA-00911: 문자가 부적합합니다 ORA-00911: invalid Character 실제 내용이된 SQL이 잘 … more →
Dennis Lee wrote 8 months ago: 이름 변경 문법 alter table info rename constraints pk_info to pk_info_old; alter index pk_info rename to p … more →
Dennis Lee wrote 1 year ago: 온라인 재정의를 통한 LONG -> LOB 변환을 하던 중 Primary Key가 없을 경우 DBMS_REDEFINITION.START_REDEF_TABLE 호출시 다음과 같 … more →
Dennis Lee wrote 1 year ago: 업무 중 테이블에 대한 컬럼 드랍 요청이 있어서 작업을 하려고 하니 다음과 같은 오류가 발생하였다. ORA-39726: unsupported add/drop column opera … more →
sseopark wrote 2 years ago: Oracle SQL*Plus: The Definitive Guide, 2nd Edition by Jonathan Gennick Publisher: O’Reilly Pu … more →
sseopark wrote 2 years ago: Oracle PL/SQL Programming, 4th Edition by Steven Feuerstein, Bill Pribyl Publisher: O’Reilly … more →
taez wrote 2 years ago: Interactive SQL tutorial, learn about: SQL Server, Oracle, MySQL, DB2, Mimer, PostgreSQL, SQLite and … more →
taez wrote 3 years ago: "Just starting out with PHP database development, or unsure how to install PHP and Oracle? This … more →