How to install Oracle 10g on Ubuntu Linux
[10 mn of reading - published 5/23/2006 4:30:34 PM - Target : Confirmé]
|
   
|
Author
3 Installation
3.1 Some more terminal
Launch a terminal and execute the following:
cd your_database_dir xhost + sudo su su oracle ORACLE_BASE=/u01/app/oracle ORACLE_SID=orcl export ORACLE_BASE ORACLE_SID unset ORACLE_HOME unset TNS_ADMIN ORATAB=/etc/oratab umask 022 ./runInstaller
Victory, now you can see that: 
3.2 Graphical mode
For the graphical mode, no more simply, just follow the instructions if you have no idea of what you are doing, default options works fine.
Warning : When you'll see the following image, execute the script that it demand to. 
Open a terminal and do (in our case)
sudo /u01/app/oracle/oracle/product/10.2.0/db_1/oraInventory/orainstRoot.sh sudo /u01/app/oracle/oracle/product/10.2.0/db_1/root.sh
Finally, you have finished the installation: 
|