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
- Mac
- Source
- Windows
- plugin
- VirtualBox
- lsof
- bash
- IntelliJ
- GIT
- ssh
- grep
- Windows 10
- xargs
- profile
- find
- JavaScript
- web.xml
- maVen
- Eclipse
- netsh
- tomcat
- 줄바꿈 문자
- import
- Quartz
- 단축키
- 네트워크
- port
- vscode
- context
- resource
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