250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- RESFUL
- tomoto
- db
- Topics
- 방식으로 텍스트
- mysql
- (깃)git bash
- 게시판 만들기
- Python
- 토픽추출
- 이력서
- word2vec
- 코사인 유사도
- spring MVC(모델2)방식
- 자바
- 파이썬
- 지마켓
- Gmarket
- oracle
- 幼稚园杀手(유치원킬러)
- Websocket
- java
- 네이버뉴스
- 크롤링
- pytorch
- 과학백과사전
- jsp 파일 설정
- test
- lda
- r
Archives
- Today
- Total
목록pythondb (1)
무회blog
python:200526-pyDB_ver001.01, insert 단건, 다건 , oracle 기준
oracle DB 코드 --select sysdate from dual; --EXEC dbms_xdb.sethttpport(9090); --SELECT dbms_xdb.gethttpport() FROM DUAL; --alter table VITA5 modify(GN_EVALUATION varchar2(4000)); --alter table VITA5 modify(GN_CONTENT varchar2(4000)); --COMMIT; --select a.sid, a.serial# from v$session a, v$lock b, dba_objects c --where a.sid=b.sid and b.id1=c.object_id and b.type='TM' and c.object_name='VITA5'; --A..
DB
2020. 5. 26. 15:37