728x90 반응형 분류 전체보기71 ORACLE 연습용 계정 생성 scott 계정생성 create user scott identified by tiger; 권한부여 grant resource,connect to scott; connect scott/tiger; @E:\database\oracle\rdbms\admin\scott.sql ** 테이블 생성 X -> 문제 확인 필요 2024. 2. 14. ORA-65096: 공통 사용자 또는 롤 이름이 부적합합니다. 오라클 12c 부터 계정생성 시 c##을 붙여줘야 공통 사용자 생성 가능 ** 대소문자 구분 CREATE C##유저명 IENTIFIED BY 비밀번호; GRANT CONNECT, RESOURCE, DBA TO C##유저명; ** 계정 확인시 아래와 같이 생성 alter session set "_ORACLE_SCRIPT"=true; -환경설정을 변경해주면 c## 없이계정을 만들 수 있다 2024. 2. 5. springboot 세팅 에러메세지 No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.2.2 was found. The consumer was configured to find a library for use during runtime, compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.5' but: --풀 메세지 A problem occurred configuring root project 'test1'. > Could n.. 2024. 2. 1. language server background job 이클립스 무한 language server background job 문제 개발도중 이클립스가 느려짐 하단에 language server background job이라고 뜨면서 먹통되는일 자주일어남 window ->proferences-> Language Servers 모든 체크 해제 2023. 5. 11. 이전 1 2 3 4 ··· 18 다음 728x90 반응형