oracle is compiler or interpretter,can any one tell me the
answer?
Answer Posted / vijay
hey oracle database uses parser to execute query,
when query recevied by the oracleserver ,first query will
be parsed ,if any error found in query server gives you
error,else qeury is excuted by oracle server and result
will sen to you.
Oracle server uses parser to excute query
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is trigger with example?
What do you mean by query optimization?
What view means?
what is primary key? : Sql dba
What are the basic sql commands?
What is a table partition?
What are the parts of a basic sql query?
Is there a 64 bit version of ssms?
How do I make sql search faster?
what are dynamic queries in t-sql? : Transact sql
What is sql partition function?
Explain scalar functions in sql?
What are the types of index in sql?
What is exception? What are the types of exceptions?
Which one is better subquery or joins?