please explain about oracle
Answer / su
-Oracle is a database, you can store data(RDBMS, since it
follows more than 8 rule out of 12 proposed by E F Codd).
-Made up of memory structures and back ground processes.
-Memory structure - SGA (system global area) and PGA
(Process Global Area)
-Background Process are Database writer (DBWR) which
actually writes to the physical files (Data files), Log
Writer (LGWR) which writes to the physical log files
(important to get the database in consistent state if there
is a crash)
-Combination of memory structure and backgroung processes
gives us oracle instances , which is instrumental in
helping us work with the oracle database
:)
| Is This Answer Correct ? | 0 Yes | 0 No |
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
Where would you look for errors from the database engine?
statement string in open is null or 0 length ORA-40735
how to display last 5 letters from a name (take emp table ename )
What is the disk migration? what is the steps involved in oracle disk migration?
HOW SHALL WE DIFFERENTIATE BETWEEN PRIMARY KEY AND FORIEGN KEY?
what is shared memory?
Explain an ORA-01555
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
what is difference between inner join & nested query or subqueries
Give two examples of referential integrity constraints.
What view would you use to determine free space in a tablespace?