Yum RHEL repo not exposing packages

I am trying to use nexus to host an rpm in a yum repository.

I Created a simple repo. Used the web page to upload the rpm.

Then added repo file to repos.d folder:

[nexus-dbora]
name=DBA Oracle repository
baseurl=https://nexus.domain.local/repository/dbora/
enabled=1
gpgcheck=1
gpgkey=https://rhsm.domain.local/katello/api/v2/repositories/1690/gpg_key_content
priority = 10
repo_gpgcheck=0

But cannot see the rpm when doing yum search package.

It is not a proxy from another repo. its rpms we author in house.

any ideas?

Never mind - Someone has placed a:

exclude=oracle-rdbms-19*

in the yum.conf

Solved. nexus ok.