I am trying to see if the database is unicode or non unicode. I thought it was non-unicode but when I run the following query:
select * from NLS_DATABASE_PARAMETERS i get the following value for NLS_NCHAR_CHARACTERSET=AL16UTF16.

I found that AL16UTF16 is unicode so I am correct in saying my db is unicode?