IT技术博客大学习 共学习 共进步

SSH下连接Oracle的方法

Everyday NetLog 2010-06-05 11:44:20 浏览 4,503 次
-bash-3.2$ su oracle
Password:
[oracle@sv2 tkdn]$ cd
[oracle@sv2 ~]$ source  .bash_profile
[oracle@sv2 ~]$ sqlplus tkdn/tkdn as sysdba

SQL> select table_name from user_tables;
select table_name from user_tables
                       *
ERROR at line 1:
ORA-01219: database not open: queries allowed on fixed tables/views only

困了,想睡觉了……

建议继续学习

  1. Linux shell脚本使用while循环执行ssh的注意事项 (阅读 8,063)
  2. 在ssh服务里使用chroot (阅读 5,841)
  3. 为什么要用公钥/私钥而不是密码去做SSH身份验证 (阅读 5,701)
  4. 如何让ssh登录更加安全 (阅读 5,604)
  5. ssh连接超时解决办法 (阅读 5,504)
  6. 懒人连ssh不输密码若干大法 (阅读 5,483)
  7. SSH无密码登录 (阅读 5,483)
  8. ssh命令 (阅读 5,225)
  9. 共享会话的ssh连接配置 (阅读 4,703)
  10. 一句话crontab实现防ssh暴力破解 (阅读 4,564)