Schema or catalog in Oracle
568905Mar 24 2007 — edited Mar 25 2007Hi,
In postgres there's the "create schema" SQL that we can use to create a schema under a user. Is there a similar concept in oracle?
From what I've read a schema in oracle is associated with a user.
Basically I want to use the hibernate.default_schema or hibernate.default_catalog property from Hibernate. These seems to fail unless I create a user with the value that is specified in hibernate.default_schema or catalog.
Please help.
Thanks
Budyanto