monkeybrother

3、Linux连接oracle

su - oracle  

//登录sqlplus     

sqlplus /nolog  

//连接orcale   

conn xx/xx;(用户名/密码)   

或者 connect /as sysdba;

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2022-02-08
  • 2021-11-30
  • 2021-12-31
  • 2021-04-24
猜你喜欢
  • 2021-12-17
  • 2021-12-13
  • 2021-05-21
  • 2021-12-02
  • 2021-08-06
  • 2021-07-17
  • 2022-12-23
相关资源
相似解决方案