Apache Derby – Tools Apache Derby provides you tools such as sysinfo, ij and, dblook. sysinfo tool Using this tool, you can get information about Java and Derby environment. Browse through the bin folder of Derby installation directory and execute the sysinfo command as shown below − C:UsersMY_USER>cd %DERBY_HOME%/bin C:Derbybin>sysinfo On executing, it gives you […]
Apache Derby – Introduction Apache Derby is a Relational Database Management System which is fully based on (written/implemented in) Java programming language. It is an open source database developed by Apache Software Foundation. Oracle released the equivalent of Apache Derby with the name JavaDB. Features of Apache Derby Following are the notable features of Derby […]
Amazon RDS – DB Access Control To access the Amazon RDS DB instance the user needs specific permissions. This is configured using AWS IAM (Identity and Access management). In this tutorial we will see how this configuration is done. The configuration involves two parts. Authentication Access Control Authentication It involves creating the username, password and […]