Install configure db server - scp failure - missing scp on stdb server

I had problems with scp not being available on the database server. ssh was installed. scp command was not available. On the jump server /bin/ssh and /bin/scp were there. I tried to both push and pull the DB back up and scp was not found. On the DB server, I reinstalled openssh and still did not see /bin/scp.

Should scp have worked, or was part of the project to fix scp and then start the assignment?

It worked for me
yum install openssh-clients
on DB server.