| Return To Topics |
Originally Posted: 6/6/2006 2:33:59 PM |
| |
Last Updated: 6/6/2006 2:33:59 PM |
Subject:
What is the DEFAULT TABLESPACE for a CREATE TABLE statement
You Asked....
This is a problem I faced in a production environment but rather than the table being created in the USER tablespace it was created in the SYSTEM tablespace.
Why is that?
and we responded....
When creating a user in Oracle the DEFAULT TABLESPACE needs to be specified as a parameter if not supplied Oracle will default to the SYSTEM tablespace.
|