Oracle learning class #1

#Oracle Start
First command:
lsnrctl start => start listener
sqlplus sys/oracle_4U as sysdba;=>login db with admin right
startup=> start the db
dbca=> call the UI

How to login as root?

  su-
  Password

Type the root password : cpttm2018

How to uninstall oracle server

 cd $ORACLE_HOME
 cd deinstall
 ./deinstall
 3enter
 y=> to start to deinstall
 login as root
 rm -r /etc/oraInst.loc
 rm -r/opt/ORCLfmap
 rm -r/etc/oratab

How to install oracle server

  1. go to the oracle source
    cd /home/oracle/Downloads/database

  2. install
    ./runInstaller

rm -rf folder move all by yes


版权声明:本文为weixin_37605835原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。