?To test/check from/in which database you are working from:
[sql]select name from v$database[/sql]
…this will return the name of the database you are working on.
?To test/check from/in which database you are working from:
[sql]select name from v$database[/sql]
…this will return the name of the database you are working on.
Comments