Name a tablespace automatically created when you create a
database.
Answer Posted / md azhar alvi
At the time of database creation SYSTEM.DBF AND SYSAUX.DBF tablespaces are created.
SYSTEM.DBF contains the data dictionary views and objects which in owned by sysdba.
in oracle 11g if we are omitting the creation of sysaux.dbf tablespace oracle will automatically create the sysaux.dbf tablespace.
sysaux.dbf contain repository values of oracle tools.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
What are the commands used in dcl? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
Where would you look for errors from the database engine?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What is the importance of a recovery model? : sql server DBA
who owns the operating system files created by the utl_file package?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
What would you do with an "in-doubt" distributed transaction?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What the different types of replication and why are they used? : sql server DBA
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
What are statistics, under what circumstances they go out of date, how do you update them?