1. According to the Gai teacher Cloud and Emme article, verify the next onlyexadataversion of the ORACLE18C database installation process.
2.oracle parameter modification and creation of user, directory, modify. Bash_profile and other files.
3. Upload the installation disk file.
4. Modify the owner and permissions of the installation disk file and the permissions of the ORACLE oracle_base oracle_home.
5./runinstaller install the software only.
6. After successful installation, install Tingervnc
7.vncserver user to create logged-on user Oracle
8.vncviewer users who log on to Oracle
9.DBCA to create, normal use, note the second-to-last step is not to choose to create a database, but choose to create a script file
10. Depending on where the script file is generated, it is generally
/u01/app/oracle/admin/orcl/scripts/
11 Modify the Init.ora file inside. Add Upper Parameter
_exadata_feature_on=True
12. Running in the Scripts directory
./orcl.sh
13 wait until it succeeds.
14 Modify Lsnrctl and Sqlplus and other validation successes.
15 Note ORCL is the name of the Oracle SID in my environment variable, which may be different.
oracle18c onlyexadataversion Installation Instructions