Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Tablespace general question
Hi,
No you shouldn't delete these tablespaces since Oracle needs them.
The only thing you should create as SYS are user accounts with DBA privileges. Then you should use a DBA account to create user accounts that don't have DBA privileges. A good rule of thumb is to use the least privileged account possible to perform work in the database. This will limit the amount of damage you can do if you mess up.
What you are asking about are the messages returned by the SVRMGR (the program that starts up the database, not the commands that you issue.)
The three messages are indicators of the progress of the database startup.
Instance started means that the Oracle program is now running Database mounted means that Oracle was able to bring the database online Database open means that Oracle has done its housekeeping and hasmade the database available to all of your users.
regards
Jerry Gitomer
![]() |
![]() |