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 to drop an existing view in oracle?

0 Answers  


Explain the use of constraints option in exp command.

0 Answers  


What is clustered table in Oracle?

0 Answers   MCN Solutions,


What is oracle database client?

0 Answers  


What are advantages of dateset in datastage?

0 Answers   iGate,






What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?

1 Answers  


What is a Data Dictionary ?

5 Answers  


Can objects of the same Schema reside in different tablespaces.?

3 Answers  


Explain what are clusters?

0 Answers  


what are the things that you consider while creating indexes on partitioning tables?

1 Answers  


What is a user account in oracle?

0 Answers  


How to rename an index?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)