Monthly Archives: September 2022

Maven: 10 things you need to know

Flowchart to help in deciding Maven dependency Scope This is just my version. I myself get very confused at times deciding the dependency scope (code for the flowchart is here). and on the command-line you will use following command: You … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

How to debug java.lang.ClassNotFoundException

java.lang.ClassNotFoundException is probably the most dreaded and difficult exception you can run into when doing Java development. What does it mean? Simply put, the class could not be found on the classpath. If you reached this far, the class was … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment

Oracle Cheat Sheet

1. get version of oracle database 2. get timestamp of last commit 3. get name of the database 4. get create table statement 5. select rowid (base64 encoded pseudocolumn) 6. Query all_tables 7. Get information about a table: 8. Query … Continue reading

Posted in Computers, programming, Software | Tagged | Leave a comment