Answer Posted / madhu sekhar
You want to know the What is the Data Base version you are
using you can go like this
1) show version (In sql*Plus)
2) Select * from v$version;(In Toad or PL/SQL Developer)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the use of Merge statement in oracle 11g
Can I create users through internet explorer in oracle 10g?
Why do you create or replace procedures rather that drop and recreate.
What is a select query statement in oracle?
Name the various constraints used in oracle?
Explain do view contain data?
How to lock and unlock a user account in oracle?
How can you use check constraints for self referential integrity?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to use "in out" parameter properly?
What is the relation of a user account and a schema in oracle?
How to pass a parameter to a cursor in oracle?
How to insert a new row into a table in oracle?
What is an oracle cursor variable?
what happened to the global index when I truncate the data in one of the partition?