Create User
It describes how to create the User (Schema) object with Gui Operation.
User object can be created through the GUI operation as executing the following process.
User Folder > Context Menu > Create > User

The users can configure the details of the User through each option, and check the SQL that is applied in the SQL area at the bottom.
User Name
생성할 사용자의 이름을 입력한다.
Password
사용자 계정의 비밀번호를 입력한다.
Password Expired
사용자 계정을 생성할 때 비밀번호 만료 여부를 설정한다.
True
로 설정하면 사용자가 처음 접속 시 비밀번호를 재설정하도록 요구된다.
Account Lock
사용자 계정을 생성할 때 잠금 상태로 설정한다. 기본값: False
[More Options 버튼]을 클릭하면 추가 옵션을 설정할 수 있다.
Default Tablespace
사용자가 기본적으로 사용할 테이블스페이스를 지정한다. 기본값: Default 선택
Temporary Tablespace
사용자가 임시 데이터를 처리할 때 사용할 테이블스페이스를 지정한다. 기본값: Default 선택
Profile
사용자의 비밀번호 정책 및 리소스 제한을 관리할 프로필을 지정한다. 기본값: Default 선택
[Reset 버튼] 을 클릭하여 작성 내용을 초기화할 수 있다.
각 옵션에서 세부 설정을 완료한 후 [Create 버튼] 을 클릭하면 설정한 내용으로 User 객체가 생성된다.
Last updated