BMC software | Connecting to data base error

Asked By 0 points N/A Posted on -
qa-featured

 

Hi,

I am using BMC software and building a dynamic web project now I have a servlet controller and when I tried to create a connection to data base, an error message displayed when I run this servlet. I am confused how to resolve this matter. The error message is given below.

 

 

Unresolved database error java.lang Class Not FoundException: oracle.jdbc.OracIe Driver

Message If you are planning to install CMDB or ITSM applications, you will need a minimum of 2 GB for the data file and 1 GB for log/temp file on ORACLE to run them successfully. When installing more than one ITSM application, add 200MB to the data file and 100MB to the log file size for each additional application. Click Next to proceed.



 

SHARE
Answered By 0 points N/A #175720

BMC software | Connecting to data base error

qa-featured

Hi Lessa,

                This usually happens when you use Eclipse as an IDE and then you try to run the code and does not compile. You can use view problems in Eclipse and then you can fix it first after that compile the errors before executing it. This can also happen when you are using MYSQL driver, but your class is using Oracle. You can only use one its either SQL or Oracle.

Related Questions