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 |
Explain the difference between a hot backup and a cold backup and the benefits associated with each
as a technical developer in oracle applications which type errors feced in your experience sofar
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
default triggers available for reports
How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
What is chargeback invoice? How do we create it? : oracle accounts receivable
what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these
0 Answers Pathway Technologies,
How to find locks exists in a table or not?
What is cardinality?
what is different between inline query,subquery& corelated query?
Could you please let me know the interfaces in OM / FA??
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?