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 a trigger? : Sql dba
What is data types in sql?
How can check sql version from command line?
What is lookup table in sql?
Explain aggregate functions are available there in sql?
What is trigger types of trigger?
what are the advantages and disadvantages of views in a database? : Sql dba
Do stored procedures prevent sql injection?
Compare sql & pl/sql
What is sql engine in oracle?
Can primary key be changed?
Does user triggers have entry for trigger with compilation errors?
what is the use of set statement in tsql? : Transact sql
how to use like conditions? : Sql dba
How do you copy a table in sql?