Is the schema for a table and the owner for a table the same in oracle? If not what is the difference?
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.
As Tom says:
A table created by a user – and therefore owned by that user, as the
ownerinall_tablesfor example – forms part of that user’s schema. So yes, the owner and schema are the same.Also see this earlier question, which references the same AskTom post, and also highlights this line from it: