일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ora-39083 ora-00439
- Oracle Database
- ora-28002: the password will expire within 7 days
- SSMS
- Oracle RAC
- MSSQL
- SQL Server
- 오라클
- oracle account_status expired
- oracle system lock
- oracle dba_profile password_life_time
- oracle tde
- mssql database 삭제
- oracle SCN
- oracle supplemental
- supplemental log 활성화
- oracle awr
- oracle role 삭제
- ora-00439: feature not enabled: partitioning
- partition_options=merge
- oracleasm
- oracle 파티션 datapump
- sql user 생성
- oracle pdb
- oracle 테스트 데이터
- oracle install
- create role
- oracle
- ORA-00020
- oracle datapump
Archives
- Today
- Total
신문지한장
[SQL] 테스트 테이블 sql (DEPT, EMP)
💡 테스트 테이블 데이터 예시11g에 있는 test DEPT, EMP 테이블을 생성하고 데이터 넣은 sql CREATE TABLE DEPT (DEPTNO number(10), DNAME VARCHAR2(14), LOC VARCHAR2(13) );INSERT INTO DEPT VALUES (10, 'ACCOUNTING', 'NEW YORK');INSERT INTO DEPT VALUES (20, 'RESEARCH', 'DALLAS');INSERT INTO DEPT VALUES (30, 'SALES', 'CHICAGO');INSERT INTO DEPT VALUES (40, 'OPERATIONS', 'BOSTON');CREATE TABLE EMP ( EMPNO ..
Oracle/sql&script
2025. 1. 14. 11:35
동그라미 숫자
문서 작성시 아주 유용한 숫자①②③④⑤⑥⑦⑧⑨⑩
etc
2025. 1. 13. 23:11