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?
That would be one mistake that you could make easily .. Logging in as internal then creating a table is not a good practice unless you are aware of what you are doing ...
Try to create another user account , grant it the necessarily privilege and login into it , point it to the right tablespaces . Then create your objects .
Or loggin as scott , password tiger .... This is the standard tutorial account oracle created ..
I would suggest some heavy reading before you do anything .. It would help you a lot .
Good luck ...
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
![]() |
![]() |