Qt開發(fā)必備技術(shù)棧(Qt5/C語(yǔ)言/c++/數(shù)據(jù)庫(kù)/OpenCV/Quick/Qt實(shí)戰(zhàn))
/etc/oratab. ?#改成Y
/home/u01/app/product/12.2.0/db_1/root.sh
chmod 777 /etc/rc.d/init.d/oracle
/etc/rc.d/init.d/oracle start
chmod 755 /etc/init.d/oracle
chkconfig --level 35 oracle on
chkconfig --add oracle
==================
數(shù)據(jù)庫(kù)用戶創(chuàng)建與導(dǎo)入
(oracle用戶下)
sqlplus / as sysdba
create user opermonitor identified by tecsun123;
grant create session to sisp_public;
grant connect,resource sisp_public;
grant dba to sisp_public;
exit
標(biāo)簽: