1. Download oracle-xe-client_10.2.0.1-1.0_i386.deb;
2. Click and wait installation completed;
3. cd /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin
4. sudo vi nls_lang.sh, and replace "#!/bin/sh" by "#!/bin/bash", wq;
    it will report errors if this step not ran:
    ./nls_lang.sh: 112: [[: not found
    ./nls_lang.sh: 112: [[: not found
5. ./sqlplus UNAME/PASSWORD@HOST/SERVICE_NAME
6. or run "connect UNAME/PASSWORD@HOST/SERVICE_NAME" after click on sqlplus shortcut from "Application" menu;

相关文章:

  • 2022-02-02
  • 2021-09-14
  • 2021-09-02
  • 2021-09-16
  • 2022-01-17
  • 2022-02-01
  • 2021-09-24
  • 2021-11-10
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-09-27
  • 2021-05-28
  • 2021-08-10
  • 2021-05-27
  • 2021-07-16
相关资源
相似解决方案