Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to create new database
In article <95mhk8$moc$1_at_lacerta.tiscalinet.it>,
"Fontana Ivan" <ivafon_at_tin.it> wrote:
> I have a problem, I'm a new user of oracle and I dont know how can I
do to
> create a new database with its tables.
> Someone can help me?
>
> best regards.
> Ivan Fontana
>
>
What platform are you on? Does your question relate to creating tables
with your data or the tables that contain the information about the
database, users, tables, etc (data dictionary)?
In Oracle these two are two separate sets of tables, and the data dictionary exists before you create tables with your data.
In Oracle, creating a new database means creating the tables that contain the database information (data dictionary), not your own.
Is it a starter test database for learning purposes only? It is a fairly long process, platform-dependent.
Regards
MT
Sent via Deja.com
http://www.deja.com/
Received on Mon Feb 05 2001 - 10:51:57 CST
![]() |
![]() |