Are there any differences between a user in SQL Server and one in Oracle? If so, what are they?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In
Oracle, the users and the schema are one thing. You can create two different tables with the same name, belonging to different users.In
SQL Server, schema and user are separate things. The users are only used to log in and define permissions.See this question for more information: What is the difference between an Oracle and Microsoft schema?