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 upsert (update or insert into a table)?

0 Answers  


what is primary key and foreign key when and where have to use

5 Answers  


Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.

2 Answers  


What happens in oracle commit?

0 Answers  


How to create a table interactively?

0 Answers  






Differnce between view and index

3 Answers  


A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?

1 Answers   IBM,


Explain what are the characteristics of data files?

0 Answers  


Explain what does a control file contain?

0 Answers  


How to run create database statement again?

0 Answers  


hai, when to use char and varchar2....?

2 Answers  


I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??

1 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)