Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- plugin
- profile
- maVen
- tomcat
- IntelliJ
- Windows
- Source
- Quartz
- find
- grep
- Mac
- web.xml
- port
- xargs
- 줄바꿈 문자
- vscode
- lsof
- netsh
- ssh
- VirtualBox
- JavaScript
- GIT
- import
- context
- 단축키
- bash
- Eclipse
- resource
- 네트워크
- Windows 10
Archives
- Today
- Total
develog
Procedure 본문
--프로시저 생성
CREATE OR REPLACE PROCEDURE ATEST_PROC
IS
BEGIN
NULL;
END;
--프로시저 삭제
DROP PROCEDURE ATEST_PROC;
'DB > Oracle' 카테고리의 다른 글
format number (0) | 2013.02.13 |
---|---|
Package (0) | 2013.02.12 |
Function (0) | 2013.02.12 |
[Oracle] CREATE INDEX (0) | 2013.02.08 |
trigger (0) | 2013.02.08 |
Comments