Name a tablespace automatically created when you create a
database.
Answer Posted / nagarani k
system and sysaux tablespaces are automatically created in
oracle 10gR2 when database created
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is fill factor? : sql server DBA
What is the importance of a recovery model? : sql server DBA
How do you troubleshoot errors in a sql server agent job? : sql server DBA
What are statistics, under what circumstances they go out of date, how do you update them?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
What are the commands you'd issue to show the explain plan for "select * from dual"?
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 types of replication are supported in sql server? : sql server DBA
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are the different types of indexes available in sql server? : sql server DBA
what functionality does oracle provide to secure sensitive information?
What is a system database and what is a user database? : sql server DBA
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
how can you find out if a table can be redefined?