Create a new user simple edition for a database in Suse Linux

Source: Internet
Author: User

Create a new user simple edition for the database in Suse Linux. first, you need the root permission to log on to the database, sqlplus sys/sys @ oracle_ip 2. create user username identified by password. now, log out of the root user and use sqlplus username/password @ oracle_ip to log on with the new user name. 4. the First Login will prompt that there is no question about the session. In this case, you need to add the session to your user, grant create session to username; 5. after the session is added, log on again. create table table_name will find that you are not authorized to create the table. In this case, you need to log on to root, sqlplus sys/sys @ oracle_ip again, and then add permissions to your users. 6. Once and for all, add the DBA permission to your user, grant DBA to username; of course, if you do not want to, you can only add the table creation permission, grant create table to username;

Related Article

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.