Actually, to answer Mary's question, your parameter would be: db_name
ie: show parameter db_name

You can also look it up with:

select * from v$instance;
select * from v$database;

- Magnus