로그인

이메일
비밀번호
DaeYoung's Blog : 위치로그 : 태그 : 방명록 : 관리자 : 새글쓰기
'2014/02'에 해당되는 글 2건
oracle tablespace 생성 예제
Program/oracle, (2014년 02월 18일 14시 59분)

*.Tablespace 생성 간단 예졔
create tablespace "TABLESPACE"
datafile 'D:/oracle/oradata/TABLESPACE.dbf'
size 500m
autoextend on
next 100m
maxsize 700m;



create temporary tablespace "tempTABLESPACE"
tempfile 'D:/oracle/oradata/tempTABLESPACE.dbf'
size 200m
autoextend on
next 100m
maxsize 500m;

http://laedu.net/trackback/37
oracle 계정 관리
Program/oracle, (2014년 02월 18일 14시 52분)

sys접속하기
conn sys/암호 as sysdba

- 계정생성
create user 계정아이디 identified by 암호;

- 기본권한 설정
grant connect, resource to 계정아이디;
grant Create Session, Create Table, Create View,
Create Sequence, Create Procedure  to 계정아이디;
grant DBA to 계정아이디

- 계정삭제방법

drop user 계정아이디;
drop user 계정아이디 cascade;(객체가 들어 있을때)

- 계정비밀번호 변경하기
alter user 계정아이디 identified by 새로운 암호;


 
http://laedu.net/trackback/36
DaeYoung's Blog 블로그에 오신것을 환영해요^^
웹기반 프로그래밍에 관한 것들을 모을 예정이었는데..
«   2014년 02월   »
            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  
Javax.mail 참고 사이트.
C# TextBox KeyDown, KeyPr...
SID가 여러개 있을때 'ORA...
kantor bola.
kantor bola 01월 07일
Joesph.
Joesph 01월 06일
www.seoclerk.com blog entry.
www.seoclerk.com blog entry 2024년
high authority dofollow links.
high authority dofollow links 2024년
https://scrapingmaster.blogg...
https://scrapingmaster.blogg.. 2023년
116
423
1066436