当前位置:网站首页>DM8 command line installation and database creation
DM8 command line installation and database creation
2022-07-04 08:10:00 【Song Xiaorong】
In the actual production environment , There's a lot of linux The server has no desktop installed , Cannot call the graphical interface to install 、 Create and configure databases . The following is about linux Operating system , Create as a command line 、 install 、 start-up DM8 database .
The command line installs the database software
1. use root The account will install the database package dm8_setup_rh7.iso Mount to /mnt Directory
[[email protected]~]# mount -o loop /home/dm8_setup_rh7.iso /mnt
2. use dmdba Account number entered to /mnt Catalog , Perform installation operations :
[[email protected]~]# su - dmdba
[[email protected]~]$ cd /mnt
[[email protected]]$ ./DMInstall.bin
Install database software , Cannot call up the graphical interface , The installation times information is as follows :
3. Install the database software in the form of command line : The default is Chinese installation
[[email protected]]$ ./DMInstall.bin -i
4. choice key file , No, key It's fine too
5. Choose a time zone : Default
6. Choose the database installation type : Choose a typical installation
7. Enter the installation path :/dm8
8. Start installing database software
9. use root Account execution script
Script /dm8/script/root/root_installer.sh Used to create DmAPService service , And start the
Create... With command DM database
1. use dminit Tools create database
path Is the path of the database file ,db_name It's the database name ,instance_name Is the database instance name ,port_num Is the database port number
2. use root The account executes the script to create the database service
Start database
1. Set the database to start automatically , And start the database
2. Connect to database
Be careful : When creating data , If not specified SYSDBA password , be SYSDBA The password is the same as the user name by default . For security reasons, it's best to change SYSDBA User password .
边栏推荐
- The second session of the question swiping and punching activity -- solving the switching problem with recursion as the background (I)
- System architecture design of circle of friends
- Chrome is set to pure black
- 墨者学院-phpMyAdmin后台文件包含分析溯源
- The right way to capture assertion failures in NUnit - C #
- 一文了解數據异常值檢測方法
- Application of isnull in database query
- PHP converts seconds to timestamps - PHP
- Relations courantes de la fiche de données d'exploitation pour les activités
- Unity write word
猜你喜欢
What does range mean in PHP
With excellent strength, wangchain technology, together with IBM and Huawei, has entered the annual contribution list of "super ledger"!
一文了解數據异常值檢測方法
Chrome is set to pure black
In the era of low code development, is it still needed?
MySQL中的文本處理函數整理,收藏速查
Introduction to neural network (Part 2)
Do you know about autorl in intensive learning? A summary of articles written by more than ten scholars including Oxford University and Google
线性代数1.1
运动【跑步 01】一个程序员的半马挑战:跑前准备+跑中调整+跑后恢复(经验分享)
随机推荐
ZABBIX monitoring system custom monitoring content
Scanf read in data type symbol table
Group programming ladder race - exercise set l2-002 linked list de duplication
Preliminary study on temporal database incluxdb 2.2
Take you to master the formatter of visual studio code
Leetcode 146. LRU cache
Oceanbase is the leader in the magic quadrant of China's database in 2021
Azure ad domain service (II) configure azure file share disk sharing for machines in the domain service
论文学习——基于极值点特征的时间序列相似性查询方法
How to improve your system architecture?
神经网络入门(下)
ZABBIX monitoring system deployment
Example analysis of C # read / write lock
L1-021 important words three times (5 points)
What does range mean in PHP
How to send mail with Jianmu Ci
Li Kou today's question -1200 Minimum absolute difference
Cannot click button when method is running - C #
R language uses cforest function in Party package to build random forest based on conditional inference trees, uses varimp function to check feature importance, and uses table function to calculate co
Conversion of yolov5 XML dataset to VOC dataset