반응형
시퀀스를 생성하지않고
1. insert into 테이블명( 컬럼명1, 컬럼명2, ... ) values ( 데이터1, 데이터2, ... ) 를 입력해서 오류
따라서 시퀀스 생성 후
2. create sequence 시퀀스명 start with 시작값 increment by 증가값 nocache;
1 입력
'Programming > Oracle' 카테고리의 다른 글
Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID fiven in connect descriptor The Connection descriptor used by the client was: 해결 방법 (0) | 2020.07.26 |
---|---|
Oracle Eclipse 퀀텀 설치 (0) | 2020.07.26 |
Oracle 자료형 데이터 타입 (0) | 2020.07.26 |
Oracle 시퀀스 (0) | 2020.07.26 |
Oracle 테이블 (0) | 2020.07.25 |