개인공부/웹개발이것저것

eclipse 환경세팅

psys 2020. 10. 30. 16:37
728x90

1. oracle 19c

www.oracle.com/database/technologies/oracle-database-software-downloads.html

계정생성

더보기

"/as sysdba"

ORA-65096: 공통 사용자 또는 롤 이름이 부적합합니다.

create user c##계정이름 identified by 계정비번;

or

alter session set "_oracle_script"=true;

 

create user 아이디 identified by 비밀번호;

 

grant resource, dba, connect to 아이디;

 

2. jdk 1.8 (8u271)

www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

 

3. dbeaver 7.2.3

dbeaver.io/download/

 

Download | DBeaver Community

Download Tested and verified for MS Windows 7/8/10, Linux and Mac OS X. DBeaver requires Java 1.8 or higher. Windows and MacOS installers include OpenJDK 11 bundle. If you are on Mac OS X and you do NOT use PKG installer then you will need to setup Java. N

dbeaver.io

4. egove 3.9

www.egovframe.go.kr/EgovDevEnvRelease_300.jsp?menu=3&submenu=2&leftsub=2#

 

개발환경 3.0.0 다운로드 - eGovFrame Portal 온라인 지원 포털

 

www.egovframe.go.kr

5. tomcat9.0.39

tomcat.apache.org/download-90.cgi

 

Apache Tomcat® - Apache Tomcat 9 Software Downloads

Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version

tomcat.apache.org

6. ojdbc8.jar

www.oracle.com/database/technologies/appdev/jdbc-ucp-19c-downloads.html