오라클에서 사용하는 계정을 생성하고 권한부여, 테이블스페이스 지정, 계정삭제 명령 입니다. (용도에 따라 바꿔 쓰세요.)1. 계정생성create user 유저이름 identified by 패스워드; 2. 권한부여grant resource, connect to 유저이름;grant DBA to 유저이름; 3. 테이블스페이스 지정 (테이블 스페이스를 먼저 생성해두어야 합니다.)alter user 유저이름 default tablespace 테이블스페이스이름;alter user 유저이름 temporary tablespace 임시테이블스페이스이름;테이블 스페이스는 오라클 데이터베이스 내에서 레코드들이 실제로 존재할 영역을 말합니다. 4. 계정 삭제drop user 유저이름 cascade; cascade를 사용하면 ..
maven 프로젝트를 build 할때 unmappable character for encoding MS949 와 같은 에러가 나타나는 경우가 있습니다.이 경우에는 pom.xml의 maven-compiler-plugin 부분의 encoding 타입을 UTF-8로 지정해주면 됩니다.아래 예제를 참고하세요. org.apache.maven.plugins maven-compiler-plugin 2.5.1 1.6 1.6 -Xlint:all true true UTF-8
JAVA 1.7에서 작성한 소스를 1.6에서 빌드를 하려고 하면 일부 메소드들이 지원되지 않아 오류가 납니다.아래 예제는 그 중 Integer.compare 메소드의 경우 입니다.comparepublic static int compare(int x, int y)Compares two int values numerically. The value returned is identical to what would be returned by: Integer.valueOf(x).compareTo(Integer.valueOf(y)) Parameters:x - the first int to comparey - the second int to compareReturns:the value 0 if x == y; a val..
- Total
- Today
- Yesterday
- Spring
- Spring Framework
- iPhone
- 아이폰 개발
- Objective C
- SQL
- jQuery
- Java
- 티스토리챌린지
- iBATIS
- 오브젝티브 C
- JSP
- oracle
- zero
- Object C
- Programming
- JavaScript
- 자바
- IT
- Objective-C
- 오블완
- 아이폰 어플리케이션
- 제이쿼리
- MAC OSX 10.7
- MySQL
- iOS 개발
- 아이폰
- tomcat
- 자바스크립트
- 오브젝트 C
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |