Creating a Database Link
create database link [LINK_NAME] connect to [USER_ID] identified by [PASSWORD] using '[TNS_NAME]';
example
RDB=((DESCRIPTION...)
create database link RDB_LINK connect to RDB identified by RDB_USER using 'RDB';
Developing rich experience web based applications
perl -p -i -e 's{^([^\b\w\t]*)(.*)(openApplication)([^>]*)(.*) Form Menu(.*)$}{\1\2\3\4}' $APACHE_DOCS/$APP_URI/index.html