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
How to create additional tablespaces for an new database?
Explain the use of log option in exp command.
How to rollback the current transaction in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to define and use table alias names in oracle?
What is a lookup table in oracle?
How to commit the current transaction in oracle?
How to connect to the server with user account: sys?
What is data file?
Explain view?
What is the difference between Delete, Truncate and Drop in Oracle?
What is an oracle recycle bin?
Explain overloading. Can functions be overloaded?
6. Display the client name and order date for all orders using the traditional method.
How to join two tables in a single query using oracle?