CAST AppInfo Enlighten Trial Version
Several months ago I've downloaded a trial version of CAST AppInfo and CAST Enlighthen.
We liked to test if this tool is good for documentation of our Forms6 and Oracle Database objects.
Unfortunatelly, this test-project never has come to an end - it still "hangs". Now I would like to ask if our company can get another new TRIAL KEY (for about 2-3 month).
Do you also have some short white-paper which describes a simple step-to-step to upload some db-object into cast's repository?
There seems to be 2 users (cwmm and another) ?
Thank you very much
Best Regards
With Oracle10g Database many new features on case-, accent- and linguistic idependent query and sort functions
Some really nice additional functionallty for sql and pl/sql developers has been shipped with Oracle10g.
Ever tried to search for almost similar string matching?
With Oracle10g's new database linguistic sort functions you can do it!
How to set up / enable linguistic sorting
alter session set NLS_COMP=ANSI;
alter session set NLS_SORT=GENERIC_BASELETTER;
Burleson Consulting - Oracle10g case insensitive index searches
ALTER SESSION SET NLS_COMP=ANSI;
ALTER SESSION SET NLS_SORT=GENERIC_BASELETTER;
http://sql-tips.de/index.php/Gro%C3%9F-/Kleinschreibung_bei_der_Suche_ignorieren
ALTER SESSION SET NLS_SORT='GENERIC_M_AI';
http://forums.oracle.com/forums/thread.jspa?messageID=1325991
About linguistic sorting on Oracle Docs
http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96529/ch4.htm
http://download-uk.oracle.com/docs/cd/B14117_01/server.101/b10749/ch5lingsort.htm















