Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: After creating a dababase what do i do next?
Hi!
My opinion is that it could be easier to work on a simple example :
- define a little project : a simple tool to ...
- define the information that the system should keep track, and the
operations
the tools will perform (transactions: insert, update, delete, select)
- then define the involved tables for these informations (that is called a
schema)
- after that, you create
Hope this helps
MK :-)
PS: you could take a look at Merise, and Oracle's documentation, which is very usefull.
Gareth Leonard wrote:
> Hi there,
>
> I have just created an Oracle database with NT Instance Manager GUI on
> the Oracle 7.3 server. What I would like to do now is create a simple
> table for it. I am using server manager and logging in with connect
> internal/password. Is this the correct way to do this in order to run my
> SQL scirpt. Or should I log in with my database password into server
> manager?
>
> Ie
>
> Sid = test
>
> Password = password
>
> What are the correct steps?
Received on Fri Feb 27 1998 - 00:00:00 CST
![]() |
![]() |