Slip inside the eye of your mind.Don’t you know you might find.A better place to play.You said that you’d never been.But all the things that you’ve seenWill slowly fade away. So I start a revolution from my bed.‘Cause you said the brains I had went to my head.Step outside, summertime’s in bloom.Stand up beside the […]
코딩을 하면서 느낀 점에 대하여 쓴 글타래.. 많은 분들이 댓글을 달아주셨다. 한번씩 내가 잘하고 있는지/아닌지 를 파악하는데 중요한 지침서가 될 것 같다. 생각이 나면 한번씩 들려보자. http://kldp.org/node/117429
SYBASE 에서의 사용자 추가 방법 sp_addlogin ‘아이디’,’패스워드’ sp_adduser ‘아이디’ sp_dropuser ‘아이디’ % isql -Usa -Ppassword -Sservername 1> use master 2> go 1> sp_addlogin scott, tiger, test 2> go 1> use test 2> go 1> sp_adduser scott 2> go exec sp_addlogin ‘homeusr’, ‘password’, @defdb=’ebaihome’, @auth_mech = ‘ASE’ exec […]
* ORACLE 해당 파일이 있는 디렉토리에서 sqlplus 를 실행 후에 @filename 을 실행하면 된다. * SYBASE 해당 파일이 있는 디렉토리에서 isql 을 실행 후에 1> :r filename2> go 를 실행하면 된다.
SYBASE 사용법(요약) SYBASE home directory는 /home/sybase로 가정하며, 이하 ‘HOME’이라 합니다. 1.User System Account등록 1)User Account생성(System의 User등록방법에 따라) Login as root – System Booting후 Root와 Password 입력) Ex) #vi /etc/passwd/ Format] username:password:UID:GID:comment:user home directory:shell type Example]sybase::100:100:SYBASE USER:/home/sybase:/bin/csh 2)User Directory생성 #cd /home #mkdir […]
Continue reading about SYBASE 기본 사용법(시작/종료, Login/Logout, DB생성/삭제/변경, Device등록/삭제,
Recent Comments