What is use of oracle?
Answers were Sorted based on User's Feedback
Answer / ramesh
Oracle is a such database management system where we can
have full security and flexibility. In oracle we cant do
even a single event with out the permission of DBA
| Is This Answer Correct ? | 0 Yes | 0 No |
How to omit columns with default values in insert statement in oracle?
Are truncate and delete commands same? If so why?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
What is a lookup table in oracle?
What happens if recursive calls get out of control?
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
When does a Transaction end ?
How to use "in out" parameter properly?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
How to write a left outer join with the where clause in oracle?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.