DBA > Job Interview Questions > DERBY Java Database FAQs

How to add the jar file or files to the database

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How to add the jar file or files to the database ?

Use a set of procedures to install, replace, and remove jar files in a database. When you install a jar file in a database, you give it a Derby jar name, which is an SQL92Identifier.

Note:
Once a jar file has been installed, you cannot modify any of the individual classes or resources within the jar file. Instead, you must replace the entire jar file.

(Continued on next question...)

Other Job Interview Questions