How to Create Database Schema using Console [message #186251] |
Mon, 07 August 2006 03:17 |
just_a_kid
Messages: 16 Registered: December 2005
|
Junior Member |
|
|
Hi Guys,
I was wondering if anyone can provide me step by step to create a new database schema using Oracle window console/web console
I opened my Oracle Enterprise Manager Window Console and i couldnt find any menu to create a new schema.
I only can list out the schema and see what are the objects inside the schema ( tables , views, and so on)
I did try to use Administration Web Console by using my Web Browser to browse the my Oracle Server
and i couldnt find it also.
I wonder if anyone know it / know good URL that provide Step By Step Create a schema by using Oracle Enterprise Manager
Is oracle prohibited us to create a new schema using Console?
Thx.
|
|
|
Re: How to Create Database Schema using Console [message #186258 is a reply to message #186251] |
Mon, 07 August 2006 03:32 |
JSI2001
Messages: 1016 Registered: March 2005 Location: Scotland
|
Senior Member |
|
|
Go to the folder for users and right click on it. Although the terms User and Schema are used interchangeably, they are slightly diferent. A schema is a collection of objects, whilst a user is ... well, a user. Create a user and a schema will be created for it. You will not see the chema in the treeview until it contains at least 1 object, but you will see the user that you have created in the users list.
Jim
|
|
|
|
|