What is the equvalent of
"show databases; (in mysql)" command in the oracle ?. Also
"select * from tab" only identify the tables not the database which i logged in. I'm using Oracle 8i and sqlplus for running queries.I'll be grateful,if anybody help me.
Update:
Can i get the database details through
DBD::ORACLE module ? if so, please help me.
-kulls