I want to choose an embedded scripting language that i will use on C++. It should connect a database such as Oracle. My host application is a server application. That will pass
Lua is already mentioned and using luabind will give you a more c++ style interface.
You could also take a look at chaiscript. It was more designed to fit into c++.