Install Oracle under LINUX System
1 access to the system with root user Su-oracle when you switch to Oracle, you need to set display Export Display= Local ip:0.0 You can perform DBCA to create a database
2 access to the system with Oracle users You do not need to set display, you can perform DBCA to create a database
3 There is also the time to execute the Xhost + under the root user And then Su-oracle after you switch to Oracle Export Display= Local ip:0.0 Execute DBCA CREATE Database |
1 with root into the system
Execute env
Show display=localhost:11.0
Su-oracle
Execute env
Show display=localhost:11.0
Execute DBCA
Displays the X connection to localhost:11.0 broken (explicit kill or server shutdown).
Set display
Export display=192.168.0.138:11.0
Perform DBCA, no graphical interface
Newspaper exception in main
Export display=192.168.0.138:0.0
Perform DBCA, no graphical interface
2 with Oracle
Access to the system
Execute env
Show display=localhost:10.0
Perform DBCA, the graphical interface appears
Original address: http://www.itpub.net/thread-1022088-1-1.html