[오라클 세션변경및 계정설정,권한부여]
cmd창 열고 sqlplus
system
1234 로 시작!!
세션변경
alter session set “*ORACLE*SCRIPT”=true;
추가한 계정에 권한부여
계정추가생성
create user 계정명 identified by 번호;
grant connect,resource,dba to 계정명;
깃…
git init
git remote -v