Oracle의 컬럼 추가와 수정..
컬럼 추가 :
alter table t_show_content add(add_column_name varchar2(20));
컬럼명 수정 :
alter table table_name rename column before_column to after_column;
아주 기본적인 명령.
'Oracle' 카테고리의 다른 글
ora-01034 oracle not available (0) | 2015.09.18 |
---|---|
The Network Adapter could not establish the connection(TNS-17002) (0) | 2015.09.17 |
ORA-01031: insufficient privileges (0) | 2015.09.01 |
Spring. MySql에서 Oracle로 전환시 나타나는 문제점. (2) | 2012.06.21 |
Oracle Account 생성.. (0) | 2011.04.18 |