'DataBase'에 해당되는 글 4건

  1. 2008.02.06 isqlplus 시작,접속;
  2. 2008.02.05 oracle 현재 캐릭터 셋
  3. 2007.11.30 SQL 2005 express 서버 인증 변경이지 말입니다.
  4. 2007.11.29 오라클 세션 관리이지 말입니다. 3
2008. 2. 6. 11:22

isqlplus 시작,접속;

isqlplus 서비스 isqlplusctl start [stop]


isqlplus 접속

http://ip:port/isqlplus
http://ip:5561/isqlplus
2008. 2. 5. 16:55

oracle 현재 캐릭터 셋

select value from nls_database_parameters where parameter = 'NLS_CHARACTER
2007. 11. 30. 21:59

SQL 2005 express 서버 인증 변경이지 말입니다.

아놔.....어쩐지 안되더라....

http://technet.microsoft.com/ko-kr/library/ms188670.aspx


dsn 설정은 알아서;;
2007. 11. 29. 14:12

오라클 세션 관리이지 말입니다.

http://radiocom.kunsan.ac.kr/lecture/oracle/what_is/session.html


생성

CREATE USER xxxxx IDENTIFIED BY xxxxx DEFAULT TABLESPACE xxxxx
TEMPORARY TABLESPACE xxxxx;

권한

GRANT RESOURCE, CONNECT TO xxxxx;
GRANT EXP_FULL_DATABASE, IMP_FULL_DATABASE TO xxxxx;

IMPORT

$imp userid=xxxxx/xxxxx file=c:\full.dmp full=y log=c:\log.log