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 |
Tags
- Eclipse
- 줄바꿈 문자
- Windows
- ssh
- 단축키
- Quartz
- profile
- maVen
- Source
- lsof
- plugin
- vscode
- tomcat
- context
- bash
- IntelliJ
- JavaScript
- web.xml
- import
- netsh
- VirtualBox
- find
- Mac
- Windows 10
- resource
- xargs
- port
- GIT
- 네트워크
- grep
Archives
- Today
- Total
develog
[Oracle] 테이블 생성시간 확인 본문
SELECT *
FROM USER_OBJECTS
WHERE OBJECT_TYPE = 'TABLE'
AND OBJECT_NAME = 'AATEST'
;
FROM USER_OBJECTS
WHERE OBJECT_TYPE = 'TABLE'
AND OBJECT_NAME = 'AATEST'
;
'DB > Oracle' 카테고리의 다른 글
[Oracle] 부여된 권한 조회 (0) | 2015.01.21 |
---|---|
[Oracle] GRANT 조회 (0) | 2015.01.13 |
[Oracle] USERENV (0) | 2014.12.17 |
[Oracle] INSERT ALL (0) | 2014.12.08 |
[Oracle] exists (0) | 2014.11.11 |
Comments