시스템 설치 후 시스템 사용자로 로그인 후 신규 “ndream” 워크스페이스를 생성합니다. |
● 접속정보 (APEX 23.2) - URL: http://210.112.232.232:8080/ords - Workspace: internal - User Name: admin - Password: B*******$ |
![]() |
![]() |
신규 워크스페이스 생성을 Manager Workspaces 버튼을 클릭합니다. |
![]() |
Create Workspace 버튼을 클릭합니다. |
![]() |
신규 워크스페이스 관련된 내용을 입력합니다. |
Workspace Name: ndream Workspace ID: 7087300 Workspace Description: nDream web application 구축을 위하여 작업공간을 생성합니다. |
![]() |
신규로 생성한 “ndream” 워크스페이스의 오라클 스키마를 선택합니다. |
● 오라클 테이블스페이스 및 사용자를 사전에 생성합니다. -- 테이블스페이스 생성 create tablespace bdb_data datafile '/app/oracle/oradata/CDB/NDB/bdb_data.dbf' size 50m reuse autoextend on next 10m maxsize unlimited; create tablespace bdb_idx datafile '/app/oracle/oradata/CDB/NDB/bdb_idx.dbf' size 50m reuse autoextend on next 10m maxsize unlimited; -- 사용자 drop user bsys cascade; create user bsys identified by "****" default tablespace bdb_data temporary tablespace temp profile default quota unlimited on bdb_data quota unlimited on bdb_idx; -- 롤권한 grant connect to bsys; grant dba to bsys; grant resource to bsys; -- 시스템 권한 grant create cluster to bsys with admin option; grant create dimension to bsys with admin option; grant create indextype to bsys with admin option; grant create job to bsys with admin option; grant create materialized view to bsys with admin option; grant create operator to bsys with admin option; grant create procedure to bsys with admin option; grant create sequence to bsys with admin option; grant create session to bsys with admin option; grant create synonym to bsys with admin option; grant create table to bsys with admin option; grant create trigger to bsys with admin option; grant create type to bsys with admin option; grant create view to bsys with admin option; grant unlimited tablespace to bsys; |
![]() |
신규로 생성한 “ndream” 워크스페이스 접속하기 위한 사용자정보를 입력합니다. |
● Administrator Username: sysadmin ● Administrator Password: b******$ ● First Name: System ● Last Name: Administrator ● Email: jgkang@built1.com |
![]() |
최종 생성할 워크스페이스 정보를 확인 후 “Create Workspace” 버튼을 클릭합니다. |
![]() |
워크스페이스 정보 수정을 위하여 “Edit Workspace” 버튼을 클릭합니다. |
● "Edit Workspace" 버튼을 클릭합니다. |
![]() |
신규 생성된 “ndream” 워크스페이스에 대한 정보를 수정후 “Apply Changes” 버튼을 클릭합니다. |
![]() |
생성된 신규 워크스페이스를 확인합니다. |
![]() |