Can we create multiple schemas for a particular user? I am currently logged in as X/Y user and when I tried creating a schema using create schema authorization sample_schema, I got the error the schema name is missing or is incorrect in an authorization clause of a create schema statement. I do know that a default schema X would have been created.
Can we create multiple schemas for a particular user? I am currently logged in
Share
CREATE SCHEMAin Oracle does – contrary to its name – not create a new schema.It is merely a shorthand to create several tables in a single statement.
Quote from the manual:
and further down the explanation on what the “schema” name parameter is: