반응형 분류 전체보기377 (스크랩)쿠키와 세션을 이용한 자동 로그인 처리 http://rongscodinghistory.tistory.com/3?category=693395 2018. 1. 9. 오라클 12c 계정 생성 오류 -ora-65096:공통 사용자 또는 롤 이름이 부족합니다. https://m.blog.naver.com/PostView.nhn?blogId=kin412&logNo=220463830991&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F 1alter session set "_ORACLE_SCRIPT"=true; cs 설정을 해주면 c##을 붙이지 않고도 평소에 쓰던대로 계정 이름을 만들 수 있다. 2018. 1. 9. (스크랩)oracle 12c deinstall http://good-dba.tistory.com/19 http://srzero.tistory.com/entry/ORACLE-11G-%EC%82%AD%EC%A0%9C-%EC%8A%A4%EC%83%B7snapshot-> 재부팅 후 2018. 1. 8. dmp 파일 import 1) sqlplus에서 1create user c##nmsdev identified by nmsdev; cs생성 12c 부터 c##계정이름 으로 지정하도록 바뀜.. 그렇게 하지 않기 위해서sys as sysdba 로 접속후 ( sqlplus sys/sys_password as sysdba )1alter session set "_ORACLE_SCRIPT"=true; cs설정 평소와 같이 유저 성생1create user {user_name} idetified by {password};cs 생성한 유저에 로그인 권한 생성1grant create session to {user_name};cs 일반적인 권한부여1grant connect, resource to {user_name};cs 이렇게만 하면 생성된 유저로.. 2018. 1. 8. Toad For Oracle에서 DB Export 하기 http://eknote.tistory.com/683 1. Export 할 DB에 접속한다.2. Export Utility Wizart 실행3. Table Export 실행4. 모든 테이블을 선택한다.5. 기본 선택 사항6. 다운 폴더, 파일명을 설정한다. 7. 설정 완료8. Export 진행 2018. 1. 8. 이전 1 ··· 65 66 67 68 69 70 71 ··· 76 다음 반응형