Comment:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
This article describes how to install and set up the Oracle database, used in Smart ID Certificate Manager.
...
Login as an Oracle database administrator (
dba
) user in the operating system and run the script, that creates the tablespace and thelcmadmin
user:Code Block sqlplus sysdba/<password> @create_tablespace_and_user_cm.sql >create_tsu.log
Check the log file.
Run the script for creating the CMDB tables:
Code Block sqlplus lcmadmin/REQreq01 @create_cmdb.sql >create_cmdb.log
Check the log file.
Run the script for adding the Boot CA:
sqlplus lcmadmin/REQreq01 @add_bootca.sql > add_bootca.log
Check the log file.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...