ubuntu 下串連SAP後台oracle伺服器

來源:互聯網
上載者:User

接著上一篇日誌: ubuntu10.10 安裝oracle client

 

當我用 sap 當初安裝時的使用者sapsr3或sys 串連服務時都不能成功 。  sapsr3 是提示 缺乏select any dictionary 許可權 , sys 就提示使用者密碼驗無效(實際上是對的),可能也是因為許可權問題,不能串連。

基於這兩個使用者都是系統用到的,還是不直接給其添加許可權了,新增一個使用者比較妥當。

 

連到 aix 伺服器 

telnet 192.168.1.12

 

切到 oracle 系統管理使用者

su - oradev

 

sqlplus 串連到 資料庫,sys 的預設密碼是 system

sqlplus sys/system as sysdba

 

添加一個使用者 hs_aws_sa 並授權

create user hs_aws_sa identified by password;

grant connect,resource to hs_aws_sa;

grant create session,dba to hs_aws_sa;

 

 

下面再用這個使用者來串連,就OK了.

 

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.