please explain database architecture..
Answer / rahul khanke
hi,
basic oracle architecture is devided in 3 stages
1. storage structure
1. physical storage
a. data file
b. control file etc..
2.logical storage
a. tablespace
b. extents etc..
2. memory structure
a. SGA
b. PGA
2. process structure
1. mandatory process
a. SMON
b. PMON etc
2. optional process
and much more
Is This Answer Correct ? | 8 Yes | 0 No |
Types of cursor locks and explanation each of them ?
write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35
What is clause?
What is db journal file?
how to convert numeric values to character strings? : Sql dba
what are aggregate and scalar functions? : Sql dba
How do you write an index?
List the various privileges that a user can grant to another user?
What is a table?
Suppose There is a string A.B....C.......D.........E........F In this string dots (.) are not having fixed count in between of string. I want the output to have string with one dot between. I.e. A.B.C.D.E.F
Is pl sql better than sql?
Difference between inline query and stored procedure?