News

Generate Random Placeholder Text for Free. By Dave Johnson. Updated on: July 16, 2009 / 10:19 AM EDT / MoneyWatch ... plain English random text with just a few keystrokes.
To generate random text strings, use the STRING function and supply a code indicating the type of string and the desired length: SELECT DBMS_RANDOM.STRING('A', 20) FROM DUAL; ...