sql command 2 know current database

Answers were Sorted based on User's Feedback



sql command 2 know current database..

Answer / lenka

select *
from global_name;

Is This Answer Correct ?    7 Yes 0 No

sql command 2 know current database..

Answer / pradeeshkumar

this will also work.

select global_name from global_name;

Is This Answer Correct ?    4 Yes 1 No

sql command 2 know current database..

Answer / pradeeshkumar

select global_name from global_name;

Is This Answer Correct ?    2 Yes 0 No

sql command 2 know current database..

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

Post New Answer

More Oracle General Interview Questions

how the indexes are stored in the Oracle Database?

0 Answers  


How to call a stored function in oracle?

0 Answers  


What are transaction isolation levels supported by oracle?

0 Answers  


Does oracle database need java?

0 Answers  


What is the relation of a user account and a schema in oracle?

0 Answers  


What is connection pooling in oracle?

0 Answers  


waht is the difference between primary key and super key?

9 Answers  


How to use subqueries with the in operator using oracle?

0 Answers  


What is the difference between implicit index and explicit index?

2 Answers   TCS,


I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?

2 Answers   Zensar,


Does a Before form trigger fire when the parameter form is suppressed ?

1 Answers   Oracle,


How many types of synonyms in Oracle?

0 Answers   MCN Solutions,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)