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 |
How to get execution path reports on query statements?
What are the different windows events activated at runtime ?
How to create a stored program unit?
does the query needs a hint to access a materialized view?
How to assign values to data fields in record variables?
what is the syntax of INSERT command?
How do I recompile a procedure in oracle?
How to increment dates by 1 in oracle?
difference between oracle8i and oracle9i
What privilege is needed for a user to connect to oracle server?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this