hi i have the following cursor in my 12c database
cursor c_user (cp_name in varchar2) is
select password
from sys.user$
where password is not null
and name=cp_name;
am geting the above error but in 11g is ok am running this in plugable database which table must i use in 12c