Name a tablespace automatically created when you create a
database.
Answers were Sorted based on User's Feedback
Answer / guest
SYS_UNDOTBS and SYSTEM tablespace gets created automatically
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / david
and users tablespace also get create during the installation
of database .....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hai hia
1.SYSAUX
2.SYSTEM --- permanent table spaces for system users
3.USERS --- permanent tablespace for non-system users
4.TEMP --- temporary tablespace for all users
5.UNDOTBS --- undo tablespace for all users
...these are the default table spaces created at database creation.
| Is This Answer Correct ? | 0 Yes | 0 No |
HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?
can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
Give two examples of referential integrity constraints.
What are the mandatory setups in setting up a PO in oracle
1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
What is the use of lockboxes? Steps for lock box : oracle accounts receivable
What is the difference between the SQL*Loader and IMPORT utilities?
Explain an ORA-01555
HOW TO SPOT AHIERARCHY?
Name two files used for network connection to a database.
What Are Cross Validation & Adi?
how to get the values if source table & target table having duplicate values that matches the lookup condition ?(i want all duplicate match)