Connect to the Oracle server in the SAP background in Ubuntu

Source: Internet
Author: User
Next, I installed OracleClient in Ubuntu10.10. When I used sap's user sapsr3 or sys to connect to the Service, it failed. Sapsr3 is a prompt

Next, I installed the Oracle Client on Ubuntu 10.10. When I used sap's user sapsr3 or sys to connect to the service, it was not successful. Sapsr3 is a prompt

Next, I installed the Oracle Client on Ubuntu 10.10. When I used sap's user sapsr3 or sys to connect to the service, it was not successful. Sapsr3 indicates that the select any dictionary permission is missing, and sys prompts that the user password verification is invalid (in fact, it is correct). It may also be because of permission issues and cannot be connected.

Because both users are used by the system, they still do not directly add permissions to them. It is appropriate to add a new user.

Connect to the aix Server

Telnet 192.168.1.12

Switch to Oracle Management User

Su-oradev

Sqlplus connects to the database. The default password of sys is system.

Sqlplus sys/system as sysdba

Add a user hs_aws_sa and authorize

Create user hs_aws_sa identified by password;

Grant connect, resource to hs_aws_sa;

Grant create session, dba to hs_aws_sa;

Next, use this user to connect.

,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.