-driver : Oracle database driver class (usualy oracle.jdbc.OracleDriver)
-url : connection information too a Oracle database (e.g. jdbc:oracle:thin:@127.0.0.1:1521:deegree)
-user : user name for database connection
-password : user's password
-imageFileName : absolut path to the image file to import 
-worldFileName : absolut path to the worldfile georeferencing the image file
-rdtName : name of the RDTable to be used for importing georaster
-imageTableName : name of the table to be used for importing georaster
-georColName : name of the georaster column of -imageTableName 

!!!!!! notice !!!!!!!!
- ensure that you have created a DMLTrigger; otherwise you can not use imported GeoRaster
- no mosaic will be created; if desired, you must use database mechanism to perform mosaic creation
- no pyramid will be created; if desired, you must use database mechanism to perform pyramid creation