일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 스카이 안드로이드폰 시리우스
- 안드로이드개발
- 구글 안드로이드
- 인기있는 블로그 만들기
- 영어
- 아이폰 배경화면
- 안드로이드 2.0 개발
- SKY 시리우스
- objective-c
- 안드로이드2.0개발
- 구글 안드로이드 개발
- 구글안드로이드
- 스카이 안드로이드폰 시리우스 K양 동영상
- 안드로이드 개발 2.0
- 스마트폰 배경화면
- 안드로이드폰
- 안드로이드 바탕화면
- 하루 한마디 영어
- 안드로이드
- 하루한마디영어
- 안드로이드 배경화면
- android
- 안드로이드 개발 강좌
- sky 시리우스폰
- 안드로이드2.0
- 안드로이드 개발
- 안드로이드 개발 2.0 강좌
- 아이폰 바탕화면
- MapView
- Form Stuff
- Today
- Total
목록글로벌IT_2025 (60)
moozi
CREATE OR REPLACE TRIGGER set_oracle_script AFTER LOGON ON DATABASE BEGIN EXECUTE IMMEDIATE 'ALTER SESSION SET "_ORACLE_SCRIPT" = TRUE'; END; 실행후 재접속
-- system계정으로 로그인 후 데이터베이스 Tablespace 생성 create tablespace myts datafile 'C:\app\y\product\21c\oradata\XE\myts.dbf' size 100M autoextend on next 5M; -- user명에 c## 안붙이게 하기alter session set "_ORACLE_SCRIPT"=TRUE; -- User 생성 create user hkd identified by hong default tablespace myts temporary tablespace temp; -- 권한설정 grant dba to hkd; -------------------------------------------------------------..
https://www.oracle.com/database/technologies/xe-prior-release-downloads.html XE Prior Release ArchiveGetting Started: Support Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests. Note: Oracle Support Serwww.oracle.com