출처 : http://sdnkorea.com/blog/550 대부분의 비즈니스 전문가는 썬 마이크로시스템즈가 오픈 소스 데이터베이스 공급업체인 MySQL AB를 인수하기로 했다는 발표에 박수를 보냈습니다. 인수를 통해 MySQL이 썬의 관리 하에 들어오게 되었음은 분명하지만 개발자들은 이번 인수가 자신들에게 어떤 영향을 미치게 될지 궁금해 하고… more →
Digital Angel Masterfratboy wrote 1 month ago: ,를 예로 들면 SELECT CHAR_LENGTH(field_name) - CHAR_LENGTH(REPLACE(field_name, ' ', '')) as num_spaces F … more →
fratboy wrote 2 months ago: http://bugs.mysql.com/bug.php?id=11918 … more →
fratboy wrote 3 months ago: awk ‘/Table structure for table .data_library./,/Table structure for table .data_movie_credit. … more →
fratboy wrote 3 months ago: SELECT * FROM mission ms INNER JOIN category AS c ON ms.category_id = c.category_id LEFT OUTER JOIN … more →
Dennis Lee wrote 6 months ago: DBMS LOG용 디렉토리 생성 CREATE OR REPLACE DIRECTORY DIR_BDUMP AS '/oracle/admin/SID/bdump/'; DBMS LOG 외부 테 … more →
kabbala wrote 7 months ago: info.xhead 1.4 (182) (2008-04-20) xhead software, llc. 주소록 스타일의 개인용 데이터베이스/정보 관리기. 25.00 US … 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 →
kabbala wrote 8 months ago: PostgreSQL for Mac 8.3.4 (2008-10-29) Andy Satori 한국 시장이 트렌드만 쫓다 보니 Postgres에 눈 돌리는 사람이 몇이나 … more →
JAE IL HAN wrote 11 months ago: 추론 가능한 온톨로지 설계를 어떻게 해야할까? 무엇을 추론할 수 있는가? 복잡한 질문에 원하는 답을 찾아내는 일은 온톨로지의 추론이 하는 것이 아니다. 추론을 할 수 있는 온톨 … more →
hugyou wrote 1 year ago: 제목이 이상하지만 MySQL을 쓰다보면 사용자를 추가 했는데 로그인이 안된다거나 패스워드를 변경했는데 변경되지 않은 것으로 나올 때가 있는데 이 때 사용하면 대부분의 경우 해소가 … more →
Digital Angel Master wrote 1 year ago: 출처 : http://sdnkorea.com/blog/550 대부분의 비즈니스 전문가는 썬 마이크로시스템즈가 오픈 소스 데이터베이스 공급업체인 MySQL AB를 인수하 … more →
Digital Angel Master wrote 1 year ago: 출처 : http://www.zdnet.co.kr/builder/dev/db/0,39031604,39129480,00.htm 데이터베이스 관리자와 개발자들은 정기적인 … more →
Dennis Lee wrote 1 year ago: 온라인 재정의를 통한 LONG -> LOB 변환을 하던 중 Primary Key가 없을 경우 DBMS_REDEFINITION.START_REDEF_TABLE 호출시 다음과 같 … more →
Digital Angel Master wrote 1 year ago: 출처 : http://libphp.com/main/data/view.php?no=3203&back=L21haW4vZGF0YS9zZWFyY2gucGhwP2NhdDE9NyZma … more →
Digital Angel Master wrote 1 year ago: 출처 : http://dualpage.muz.ro/ –from http://blogbridge.naver.com/post/postXMLList.jsp?blogId=amh … more →
Digital Angel Master wrote 1 year ago: 자료 출처 : http://cafe.naver.com/servermaster.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1496 mssql은 … more →
Digital Angel Master wrote 1 year ago: << MySQL 백업 & 복구하기 >> History : 2007/09/28 : MySQL 입력시 한글 깨지는것 해결 방법 2001/10/3 … more →
SHIBATA KAN wrote 1 year ago: 자주는 아니지만 DB Connection pool을 사용하다보면 가끔씩 연결이 끊어지는 경우가 있다. 아무래도 설정상의 문재인것 같았다. 그래서 알아 낸 정보가 다음과 같다. 일단 … more →