When I run the command
php bin/console doctrine:mapping:import --force xxxxINCMSIntergrationSmartLogBundle annotation
I get the following error;
[Symfony\Component\Debug\Exception\ContextErrorException]
Notice: Use of undefined constant OCI_COMMIT_ON_SUCCESS - assumed 'OCI_COMM
IT_ON_SUCCESS'
doctrine:mapping:import [--em [EM]] [--filter FILTER] [--force] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> <bundle> [<mapping-type>]
Any help on what im doing wrong?