SERPland Oracle, PL/SQL, PHP, Autos, Bungalow-Hotels and more …

10Jan/081

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

13Dec/070

On Oracles Web Page itself: MySql Error Message appearing?

Oracle Corporation is the second largest software vendor company of the world. The company's most successful product is the database management system Oracle Database which is usually associated with the name of Oracle associated.
Oracle employs more than 70,000 employees in 145 countries.
The Database Management System "Oracle" itself is the most powerful database ever written. Other database systems like MySql are dead ducks compared to Oracle's functionallity.

7Nov/070

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