sql command 2 know current database
Answers were Sorted based on User's Feedback
Answer / pradeeshkumar
this will also work.
select global_name from global_name;
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What are the different approaches used by Optimizer in choosing an execution plan ?
How do we know whether an index is created on a table ???
How many categories of data types?
What is Private Database Link ?
master table and child table performances and comparisons in Oracle ?
How to set a transaction to be read only in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
What is archive log in Oracle?
What is the difference between translate and replace in oracle?
What are main difference between Stored Procedure and Functions.
What are the tools for Oracle ?